2023-11-15T03:39:04.749 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T03:39:04.751 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290 --owner scheduled_yuriw@teuthology --name yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --verbose -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290/orig.config.yaml 2023-11-15T03:39:04.791 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T03:39:04.889 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290 branch: wip-yuri4-testing-2023-11-13-0820-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7458290' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-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-yuri4-testing-2023-11-13-0820-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi143.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 orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket - 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}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-15T03:39:04.889 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T03:39:04.890 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T03:39:04.890 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T03:39:04.895 INFO:teuthology.task.internal:Checking packages... 2023-11-15T03:39:04.945 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T03:39:04.945 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T03:39:04.946 INFO:teuthology.packaging:ref: None 2023-11-15T03:39:04.946 INFO:teuthology.packaging:tag: None 2023-11-15T03:39:04.947 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T03:39:04.947 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T03:39:04.947 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T03:39:05.251 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170-g620f25c1-1bionic 2023-11-15T03:39:05.254 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T03:39:05.261 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T03:39:05.262 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T03:39:05.268 INFO:teuthology.task.internal:Saving configuration 2023-11-15T03:39:05.288 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T03:39:05.297 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T03:39:05.356 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290', '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-11-15 03:33:47.913212', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-11-15T03:39:05.387 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290', '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-11-15 03:33:47.911473', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2023-11-15T03:39:05.388 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T03:39:05.394 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-15T03:39:05.394 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-15T03:39:05.395 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T03:39:05.497 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f233d2bcaf0>, signals=[15]) 2023-11-15T03:39:05.498 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T03:39:05.504 INFO:teuthology.task.internal:Opening connections... 2023-11-15T03:39:05.505 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T03:39:05.507 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:39:05.583 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2023-11-15T03:39:05.584 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:39:05.658 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T03:39:05.665 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2023-11-15T03:39:05.707 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2023-11-15T03:39:05.708 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2023-11-15T03:39:05.753 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="Ubuntu" 2023-11-15T03:39:05.754 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-11-15T03:39:05.754 INFO:teuthology.orchestra.run.smithi037.stdout:ID=ubuntu 2023-11-15T03:39:05.754 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE=debian 2023-11-15T03:39:05.754 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-11-15T03:39:05.754 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="18.04" 2023-11-15T03:39:05.755 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-15T03:39:05.755 INFO:teuthology.orchestra.run.smithi037.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-15T03:39:05.755 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-15T03:39:05.755 INFO:teuthology.orchestra.run.smithi037.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-15T03:39:05.755 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_CODENAME=bionic 2023-11-15T03:39:05.756 INFO:teuthology.orchestra.run.smithi037.stdout:UBUNTU_CODENAME=bionic 2023-11-15T03:39:05.758 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2023-11-15T03:39:05.784 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2023-11-15T03:39:05.791 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2023-11-15T03:39:05.794 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2023-11-15T03:39:05.839 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="Ubuntu" 2023-11-15T03:39:05.839 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2023-11-15T03:39:05.840 INFO:teuthology.orchestra.run.smithi143.stdout:ID=ubuntu 2023-11-15T03:39:05.840 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE=debian 2023-11-15T03:39:05.840 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2023-11-15T03:39:05.840 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="18.04" 2023-11-15T03:39:05.840 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-15T03:39:05.841 INFO:teuthology.orchestra.run.smithi143.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-15T03:39:05.841 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-15T03:39:05.841 INFO:teuthology.orchestra.run.smithi143.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-15T03:39:05.841 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_CODENAME=bionic 2023-11-15T03:39:05.841 INFO:teuthology.orchestra.run.smithi143.stdout:UBUNTU_CODENAME=bionic 2023-11-15T03:39:05.842 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2023-11-15T03:39:05.876 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T03:39:05.885 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T03:39:05.891 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T03:39:05.892 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2023-11-15T03:39:05.895 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2023-11-15T03:39:05.900 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T03:39:05.907 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T03:39:05.908 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2023-11-15T03:39:05.941 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2023-11-15T03:39:05.957 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T03:39:06.016 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T03:39:06.305 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T03:39:06.306 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-15T03:39:06.307 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T03:39:06.308 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T03:39:06.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T03:39:06.313 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T03:39:06.314 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-15T03:39:06.315 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2023-11-15T03:39:06.361 INFO:teuthology.orchestra.run.smithi037.stdout:4.15.0-200-generic 2023-11-15T03:39:06.362 INFO:teuthology.task.kernel:Running kernel on smithi037: 4.15.0-200-generic 2023-11-15T03:39:06.362 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get clean 2023-11-15T03:39:06.363 INFO:teuthology.orchestra.run.smithi143.stdout:4.15.0-200-generic 2023-11-15T03:39:06.363 INFO:teuthology.task.kernel:Running kernel on smithi143: 4.15.0-200-generic 2023-11-15T03:39:06.364 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2023-11-15T03:39:06.444 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2023-11-15T03:39:06.476 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2023-11-15T03:39:06.603 INFO:teuthology.orchestra.run.smithi037.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-11-15T03:39:06.695 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T03:39:06.730 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T03:39:06.739 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-11-15T03:39:06.749 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2023-11-15T03:39:06.812 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2023-11-15T03:39:06.885 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-11-15T03:39:06.892 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-11-15T03:39:07.020 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-11-15T03:39:07.040 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-11-15T03:39:07.044 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-11-15T03:39:07.057 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-11-15T03:39:07.057 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-11-15T03:39:07.059 INFO:teuthology.orchestra.run.smithi037.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-11-15T03:39:07.075 INFO:teuthology.orchestra.run.smithi037.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-11-15T03:39:07.086 INFO:teuthology.orchestra.run.smithi037.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-11-15T03:39:07.091 INFO:teuthology.orchestra.run.smithi037.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-11-15T03:39:07.091 INFO:teuthology.orchestra.run.smithi037.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-11-15T03:39:07.092 INFO:teuthology.orchestra.run.smithi037.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-11-15T03:39:07.098 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2023-11-15T03:39:07.132 INFO:teuthology.orchestra.run.smithi037.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2023-11-15T03:39:07.281 INFO:teuthology.orchestra.run.smithi037.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-11-15T03:39:07.383 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2023-11-15T03:39:07.393 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2023-11-15T03:39:07.474 INFO:teuthology.orchestra.run.smithi143.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [553 kB] 2023-11-15T03:39:07.486 INFO:teuthology.orchestra.run.smithi143.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-11-15T03:39:07.487 INFO:teuthology.orchestra.run.smithi143.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-11-15T03:39:07.510 INFO:teuthology.orchestra.run.smithi143.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-11-15T03:39:07.511 INFO:teuthology.orchestra.run.smithi143.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,914 kB] 2023-11-15T03:39:07.553 INFO:teuthology.orchestra.run.smithi143.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-11-15T03:39:07.584 INFO:teuthology.orchestra.run.smithi143.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-11-15T03:39:07.589 INFO:teuthology.orchestra.run.smithi143.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-11-15T03:39:07.590 INFO:teuthology.orchestra.run.smithi143.stdout:Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-11-15T03:39:07.590 INFO:teuthology.orchestra.run.smithi143.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-11-15T03:39:07.590 INFO:teuthology.orchestra.run.smithi143.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-11-15T03:39:07.591 INFO:teuthology.orchestra.run.smithi143.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-11-15T03:39:07.591 INFO:teuthology.orchestra.run.smithi143.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-11-15T03:39:07.592 INFO:teuthology.orchestra.run.smithi143.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-11-15T03:39:07.708 INFO:teuthology.orchestra.run.smithi037.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2023-11-15T03:39:07.762 INFO:teuthology.orchestra.run.smithi037.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [553 kB] 2023-11-15T03:39:07.775 INFO:teuthology.orchestra.run.smithi037.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2023-11-15T03:39:07.775 INFO:teuthology.orchestra.run.smithi037.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2023-11-15T03:39:07.809 INFO:teuthology.orchestra.run.smithi037.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2023-11-15T03:39:07.815 INFO:teuthology.orchestra.run.smithi037.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2023-11-15T03:39:07.867 INFO:teuthology.orchestra.run.smithi037.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,914 kB] 2023-11-15T03:39:07.914 INFO:teuthology.orchestra.run.smithi143.stdout:Get:22 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2023-11-15T03:39:07.943 INFO:teuthology.orchestra.run.smithi143.stdout:Get:23 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2023-11-15T03:39:07.952 INFO:teuthology.orchestra.run.smithi143.stdout:Get:24 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2023-11-15T03:39:08.006 INFO:teuthology.orchestra.run.smithi143.stdout:Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2023-11-15T03:39:08.006 INFO:teuthology.orchestra.run.smithi143.stdout:Get:26 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2023-11-15T03:39:08.009 INFO:teuthology.orchestra.run.smithi143.stdout:Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2023-11-15T03:39:08.032 INFO:teuthology.orchestra.run.smithi143.stdout:Get:28 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2023-11-15T03:39:08.060 INFO:teuthology.orchestra.run.smithi143.stdout:Get:29 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2023-11-15T03:39:08.081 INFO:teuthology.orchestra.run.smithi143.stdout:Get:30 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2023-11-15T03:39:08.089 INFO:teuthology.orchestra.run.smithi037.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2023-11-15T03:39:08.245 INFO:teuthology.orchestra.run.smithi143.stdout:Get:31 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2023-11-15T03:39:08.416 INFO:teuthology.orchestra.run.smithi143.stdout:Get:32 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2023-11-15T03:39:08.600 INFO:teuthology.orchestra.run.smithi037.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2023-11-15T03:39:08.601 INFO:teuthology.orchestra.run.smithi037.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2023-11-15T03:39:08.605 INFO:teuthology.orchestra.run.smithi037.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2023-11-15T03:39:08.605 INFO:teuthology.orchestra.run.smithi037.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2023-11-15T03:39:08.613 INFO:teuthology.orchestra.run.smithi037.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2023-11-15T03:39:08.621 INFO:teuthology.orchestra.run.smithi037.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2023-11-15T03:39:08.623 INFO:teuthology.orchestra.run.smithi037.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2023-11-15T03:39:09.946 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 20.1 MB in 3s (6,281 kB/s) 2023-11-15T03:39:10.150 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 20.1 MB in 3s (5,907 kB/s) 2023-11-15T03:39:11.764 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2023-11-15T03:39:11.820 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T03:39:11.870 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2023-11-15T03:39:11.907 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2023-11-15T03:39:11.920 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T03:39:12.003 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2023-11-15T03:39:12.205 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2023-11-15T03:39:12.206 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2023-11-15T03:39:12.293 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2023-11-15T03:39:12.294 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2023-11-15T03:39:12.441 INFO:teuthology.orchestra.run.smithi037.stdout:The following additional packages will be installed: 2023-11-15T03:39:12.441 INFO:teuthology.orchestra.run.smithi037.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T03:39:12.442 INFO:teuthology.orchestra.run.smithi037.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-11-15T03:39:12.442 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-11-15T03:39:12.443 INFO:teuthology.orchestra.run.smithi037.stdout:Suggested packages: 2023-11-15T03:39:12.444 INFO:teuthology.orchestra.run.smithi037.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-11-15T03:39:12.444 INFO:teuthology.orchestra.run.smithi037.stdout:Recommended packages: 2023-11-15T03:39:12.444 INFO:teuthology.orchestra.run.smithi037.stdout: thermald 2023-11-15T03:39:12.507 INFO:teuthology.orchestra.run.smithi037.stdout:The following NEW packages will be installed: 2023-11-15T03:39:12.507 INFO:teuthology.orchestra.run.smithi037.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T03:39:12.507 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-11-15T03:39:12.508 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-extra-4.15.0-213-generic 2023-11-15T03:39:12.509 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages will be upgraded: 2023-11-15T03:39:12.510 INFO:teuthology.orchestra.run.smithi037.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-15T03:39:12.511 INFO:teuthology.orchestra.run.smithi143.stdout:The following additional packages will be installed: 2023-11-15T03:39:12.512 INFO:teuthology.orchestra.run.smithi143.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T03:39:12.512 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2023-11-15T03:39:12.512 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2023-11-15T03:39:12.513 INFO:teuthology.orchestra.run.smithi143.stdout:Suggested packages: 2023-11-15T03:39:12.514 INFO:teuthology.orchestra.run.smithi143.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2023-11-15T03:39:12.514 INFO:teuthology.orchestra.run.smithi143.stdout:Recommended packages: 2023-11-15T03:39:12.514 INFO:teuthology.orchestra.run.smithi143.stdout: thermald 2023-11-15T03:39:12.574 INFO:teuthology.orchestra.run.smithi143.stdout:The following NEW packages will be installed: 2023-11-15T03:39:12.574 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2023-11-15T03:39:12.575 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2023-11-15T03:39:12.575 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-extra-4.15.0-213-generic 2023-11-15T03:39:12.576 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages will be upgraded: 2023-11-15T03:39:12.577 INFO:teuthology.orchestra.run.smithi143.stdout: linux-generic linux-headers-generic linux-image-generic 2023-11-15T03:39:12.638 INFO:teuthology.orchestra.run.smithi143.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T03:39:12.638 INFO:teuthology.orchestra.run.smithi143.stdout:Need to get 67.4 MB of archives. 2023-11-15T03:39:12.638 INFO:teuthology.orchestra.run.smithi143.stdout:After this operation, 351 MB of additional disk space will be used. 2023-11-15T03:39:12.639 INFO:teuthology.orchestra.run.smithi143.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-11-15T03:39:12.787 INFO:teuthology.orchestra.run.smithi037.stdout:3 upgraded, 5 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T03:39:12.787 INFO:teuthology.orchestra.run.smithi037.stdout:Need to get 67.4 MB of archives. 2023-11-15T03:39:12.787 INFO:teuthology.orchestra.run.smithi037.stdout:After this operation, 351 MB of additional disk space will be used. 2023-11-15T03:39:12.787 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:39:13.235 INFO:teuthology.orchestra.run.smithi143.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-11-15T03:39:13.495 INFO:teuthology.orchestra.run.smithi143.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-11-15T03:39:14.168 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-11-15T03:39:14.169 INFO:teuthology.orchestra.run.smithi143.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-11-15T03:39:14.169 INFO:teuthology.orchestra.run.smithi143.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-11-15T03:39:14.353 INFO:teuthology.orchestra.run.smithi143.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-11-15T03:39:14.381 INFO:teuthology.orchestra.run.smithi143.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-11-15T03:39:14.677 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:39:14.993 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:39:15.058 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 67.4 MB in 2s (37.7 MB/s) 2023-11-15T03:39:15.249 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-11-15T03:39:15.520 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2023-11-15T03:39:15.520 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:39:15.520 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:39:15.662 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:39:15.678 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:39:16.189 INFO:teuthology.orchestra.run.smithi143.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-11-15T03:39:16.193 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T03:39:16.262 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:16.487 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 67.4 MB in 3s (21.4 MB/s) 2023-11-15T03:39:16.655 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2023-11-15T03:39:17.604 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:39:17.608 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T03:39:17.670 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:17.978 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-11-15T03:39:17.992 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T03:39:18.101 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:18.597 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-11-15T03:39:18.613 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T03:39:18.657 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:19.361 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2023-11-15T03:39:19.376 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T03:39:19.470 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:20.014 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2023-11-15T03:39:20.028 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T03:39:20.072 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:22.522 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T03:39:22.646 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T03:39:22.971 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T03:39:23.074 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T03:39:23.368 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-11-15T03:39:23.385 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-11-15T03:39:23.427 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T03:39:23.912 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T03:39:24.060 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T03:39:24.377 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T03:39:24.506 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T03:39:24.859 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2023-11-15T03:39:24.870 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2023-11-15T03:39:24.909 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T03:39:29.213 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-11-15T03:39:29.236 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T03:39:29.277 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:29.704 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2023-11-15T03:39:29.726 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2023-11-15T03:39:29.789 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:31.729 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T03:39:31.868 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T03:39:32.182 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:32.221 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2023-11-15T03:39:32.357 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2023-11-15T03:39:32.700 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:32.780 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:33.295 INFO:teuthology.orchestra.run.smithi143.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-11-15T03:39:33.295 INFO:teuthology.orchestra.run.smithi143.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-11-15T03:39:33.295 INFO:teuthology.orchestra.run.smithi143.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-11-15T03:39:33.296 INFO:teuthology.orchestra.run.smithi143.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-11-15T03:39:33.313 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:33.465 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:33.822 INFO:teuthology.orchestra.run.smithi037.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2023-11-15T03:39:33.823 INFO:teuthology.orchestra.run.smithi037.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2023-11-15T03:39:33.823 INFO:teuthology.orchestra.run.smithi037.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2023-11-15T03:39:33.823 INFO:teuthology.orchestra.run.smithi037.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2023-11-15T03:39:33.971 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:33.984 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T03:39:34.084 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-11-15T03:39:34.219 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:34.337 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-11-15T03:39:34.463 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-11-15T03:39:34.532 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2023-11-15T03:39:34.589 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:34.658 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2023-11-15T03:39:34.784 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:34.827 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-15T03:39:34.827 INFO:teuthology.orchestra.run.smithi143.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-11-15T03:39:34.911 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2023-11-15T03:39:35.036 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-generic (4.15.0.213.196) ... 2023-11-15T03:39:35.146 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2023-11-15T03:39:35.359 INFO:teuthology.orchestra.run.smithi037.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-15T03:39:35.359 INFO:teuthology.orchestra.run.smithi037.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2023-11-15T03:39:51.391 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-15T03:39:51.392 INFO:teuthology.orchestra.run.smithi143.stdout:Sourcing file `/etc/default/grub' 2023-11-15T03:39:51.417 INFO:teuthology.orchestra.run.smithi143.stdout:Generating grub configuration file ... 2023-11-15T03:39:51.846 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T03:39:51.881 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T03:39:52.057 INFO:teuthology.orchestra.run.smithi037.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-15T03:39:52.057 INFO:teuthology.orchestra.run.smithi037.stdout:Sourcing file `/etc/default/grub' 2023-11-15T03:39:52.091 INFO:teuthology.orchestra.run.smithi037.stdout:Generating grub configuration file ... 2023-11-15T03:39:52.218 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T03:39:52.245 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T03:39:52.318 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T03:39:52.341 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T03:39:52.448 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T03:39:52.490 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T03:39:52.809 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T03:39:52.841 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T03:39:52.918 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T03:39:52.941 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T03:39:53.579 INFO:teuthology.orchestra.run.smithi143.stdout:done 2023-11-15T03:39:54.071 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic 2023-11-15T03:39:54.079 INFO:teuthology.orchestra.run.smithi037.stdout:done 2023-11-15T03:39:54.094 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic 2023-11-15T03:39:54.095 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2023-11-15T03:39:54.095 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2023-11-15T03:39:54.095 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2023-11-15T03:39:54.095 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 18 2023-11-15T03:39:54.096 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T03:39:54.096 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2023-11-15T03:39:54.096 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta 2023-11-15T03:39:54.096 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 4.15.0.213.196 2023-11-15T03:39:54.096 INFO:teuthology.orchestra.run.smithi143.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T03:39:54.097 INFO:teuthology.orchestra.run.smithi143.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T03:39:54.097 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2023-11-15T03:39:54.097 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2023-11-15T03:39:54.097 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2023-11-15T03:39:54.098 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2023-11-15T03:39:54.098 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-11-15T03:39:54.098 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T03:39:54.098 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T03:39:54.099 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T03:39:54.099 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T03:39:54.099 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2023-11-15T03:39:54.192 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2023-11-15T03:39:54.334 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T03:39:54.335 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-11-15T03:39:54.347 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-11-15T03:39:54.369 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-11-15T03:39:54.503 DEBUG:teuthology.orchestra.run.smithi037:> dpkg -s linux-image-generic 2023-11-15T03:39:54.522 INFO:teuthology.orchestra.run.smithi037.stdout:Package: linux-image-generic 2023-11-15T03:39:54.522 INFO:teuthology.orchestra.run.smithi037.stdout:Status: install ok installed 2023-11-15T03:39:54.522 INFO:teuthology.orchestra.run.smithi037.stdout:Priority: optional 2023-11-15T03:39:54.522 INFO:teuthology.orchestra.run.smithi037.stdout:Section: kernel 2023-11-15T03:39:54.523 INFO:teuthology.orchestra.run.smithi037.stdout:Installed-Size: 18 2023-11-15T03:39:54.523 INFO:teuthology.orchestra.run.smithi037.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T03:39:54.523 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: amd64 2023-11-15T03:39:54.523 INFO:teuthology.orchestra.run.smithi037.stdout:Source: linux-meta 2023-11-15T03:39:54.523 INFO:teuthology.orchestra.run.smithi037.stdout:Version: 4.15.0.213.196 2023-11-15T03:39:54.524 INFO:teuthology.orchestra.run.smithi037.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T03:39:54.524 INFO:teuthology.orchestra.run.smithi037.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T03:39:54.524 INFO:teuthology.orchestra.run.smithi037.stdout:Recommends: thermald 2023-11-15T03:39:54.524 INFO:teuthology.orchestra.run.smithi037.stdout:Description: Generic Linux kernel image 2023-11-15T03:39:54.524 INFO:teuthology.orchestra.run.smithi037.stdout: This package will always depend on the latest generic kernel image 2023-11-15T03:39:54.525 INFO:teuthology.orchestra.run.smithi037.stdout: available. 2023-11-15T03:39:54.525 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2023-11-15T03:39:54.525 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T03:39:54.525 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T03:39:54.526 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T03:39:54.526 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi037.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T03:39:54.526 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get clean 2023-11-15T03:39:54.638 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2023-11-15T03:39:54.770 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2023-11-15T03:39:54.771 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2023-11-15T03:39:54.781 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2023-11-15T03:39:54.804 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2023-11-15T03:39:56.422 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2023-11-15T03:39:56.476 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T03:39:56.562 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2023-11-15T03:39:56.828 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2023-11-15T03:39:56.828 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2023-11-15T03:39:56.939 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2023-11-15T03:39:56.994 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2023-11-15T03:39:57.038 INFO:teuthology.orchestra.run.smithi143.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-11-15T03:39:57.038 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages were automatically installed and are no longer required: 2023-11-15T03:39:57.039 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-15T03:39:57.039 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-15T03:39:57.039 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-15T03:39:57.039 INFO:teuthology.orchestra.run.smithi143.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-15T03:39:57.081 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2023-11-15T03:39:57.091 INFO:teuthology.orchestra.run.smithi143.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T03:39:57.093 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic 2023-11-15T03:39:57.114 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic 2023-11-15T03:39:57.114 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2023-11-15T03:39:57.115 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2023-11-15T03:39:57.115 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2023-11-15T03:39:57.115 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 18 2023-11-15T03:39:57.115 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T03:39:57.115 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2023-11-15T03:39:57.116 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta 2023-11-15T03:39:57.116 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 4.15.0.213.196 2023-11-15T03:39:57.116 INFO:teuthology.orchestra.run.smithi143.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T03:39:57.116 INFO:teuthology.orchestra.run.smithi143.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T03:39:57.116 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2023-11-15T03:39:57.117 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2023-11-15T03:39:57.117 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2023-11-15T03:39:57.117 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2023-11-15T03:39:57.118 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2023-11-15T03:39:57.163 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.nYWlYQc7ux 2023-11-15T03:39:57.163 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub/grub.cfg /tmp/tmp.nYWlYQc7ux 2023-11-15T03:39:57.231 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.nYWlYQc7ux 2023-11-15T03:39:57.372 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.nYWlYQc7ux is 10KB 2023-11-15T03:39:57.385 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2023-11-15T03:39:57.385 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.nYWlYQc7ux 2023-11-15T03:39:57.386 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2023-11-15T03:39:57.392 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-15T03:39:57.448 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T03:39:57.449 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-15T03:39:57.449 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-15T03:39:57.522 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-11-15T03:39:57.522 DEBUG:teuthology.orchestra.run.smithi143:> sudo update-grub 2023-11-15T03:39:57.621 INFO:teuthology.orchestra.run.smithi037.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2023-11-15T03:39:57.621 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages were automatically installed and are no longer required: 2023-11-15T03:39:57.622 INFO:teuthology.orchestra.run.smithi037.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-15T03:39:57.622 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-15T03:39:57.622 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-15T03:39:57.623 INFO:teuthology.orchestra.run.smithi037.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-15T03:39:57.681 INFO:teuthology.orchestra.run.smithi037.stdout:0 upgraded, 0 newly installed, 0 to remove and 164 not upgraded. 2023-11-15T03:39:57.683 DEBUG:teuthology.orchestra.run.smithi037:> dpkg -s linux-image-generic 2023-11-15T03:39:57.700 INFO:teuthology.orchestra.run.smithi037.stdout:Package: linux-image-generic 2023-11-15T03:39:57.700 INFO:teuthology.orchestra.run.smithi037.stdout:Status: install ok installed 2023-11-15T03:39:57.700 INFO:teuthology.orchestra.run.smithi037.stdout:Priority: optional 2023-11-15T03:39:57.701 INFO:teuthology.orchestra.run.smithi037.stdout:Section: kernel 2023-11-15T03:39:57.701 INFO:teuthology.orchestra.run.smithi037.stdout:Installed-Size: 18 2023-11-15T03:39:57.701 INFO:teuthology.orchestra.run.smithi037.stdout:Maintainer: Ubuntu Kernel Team 2023-11-15T03:39:57.701 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: amd64 2023-11-15T03:39:57.701 INFO:teuthology.orchestra.run.smithi037.stdout:Source: linux-meta 2023-11-15T03:39:57.702 INFO:teuthology.orchestra.run.smithi037.stdout:Version: 4.15.0.213.196 2023-11-15T03:39:57.702 INFO:teuthology.orchestra.run.smithi037.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2023-11-15T03:39:57.702 INFO:teuthology.orchestra.run.smithi037.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-15T03:39:57.702 INFO:teuthology.orchestra.run.smithi037.stdout:Recommends: thermald 2023-11-15T03:39:57.702 INFO:teuthology.orchestra.run.smithi037.stdout:Description: Generic Linux kernel image 2023-11-15T03:39:57.703 INFO:teuthology.orchestra.run.smithi037.stdout: This package will always depend on the latest generic kernel image 2023-11-15T03:39:57.703 INFO:teuthology.orchestra.run.smithi037.stdout: available. 2023-11-15T03:39:57.703 DEBUG:teuthology.orchestra.run.smithi037:> mktemp 2023-11-15T03:39:57.750 INFO:teuthology.orchestra.run.smithi037.stdout:/tmp/tmp.i557hzEnyH 2023-11-15T03:39:57.751 DEBUG:teuthology.orchestra.run.smithi037:> sudo cp /boot/grub/grub.cfg /tmp/tmp.i557hzEnyH 2023-11-15T03:39:57.807 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0666 /tmp/tmp.i557hzEnyH 2023-11-15T03:39:57.937 DEBUG:teuthology.orchestra.remote:smithi037:/tmp/tmp.i557hzEnyH is 10KB 2023-11-15T03:39:57.950 DEBUG:teuthology.orchestra.run.smithi037:> rm -fr /tmp/tmp.i557hzEnyH 2023-11-15T03:39:57.957 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-15T03:39:58.014 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:39:58.015 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-15T03:39:58.015 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-15T03:39:58.087 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2023-11-15T03:39:58.088 DEBUG:teuthology.orchestra.run.smithi037:> sudo update-grub 2023-11-15T03:39:58.936 INFO:teuthology.orchestra.run.smithi143.stderr:Sourcing file `/etc/default/grub' 2023-11-15T03:39:58.948 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2023-11-15T03:39:59.208 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T03:39:59.221 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T03:39:59.527 INFO:teuthology.orchestra.run.smithi037.stderr:Sourcing file `/etc/default/grub' 2023-11-15T03:39:59.541 INFO:teuthology.orchestra.run.smithi037.stderr:Generating grub configuration file ... 2023-11-15T03:39:59.574 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T03:39:59.587 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T03:39:59.662 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T03:39:59.675 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T03:39:59.756 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2023-11-15T03:39:59.768 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2023-11-15T03:40:00.101 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2023-11-15T03:40:00.114 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2023-11-15T03:40:00.192 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2023-11-15T03:40:00.206 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2023-11-15T03:40:00.522 INFO:teuthology.orchestra.run.smithi143.stderr:done 2023-11-15T03:40:00.524 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2023-11-15T03:40:01.038 INFO:teuthology.orchestra.run.smithi037.stderr:done 2023-11-15T03:40:01.040 DEBUG:teuthology.orchestra.run.smithi037:> sudo shutdown -r now 2023-11-15T03:40:30.556 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T03:40:30.557 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T03:40:30.558 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:40:31.043 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T03:40:31.044 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T03:40:31.044 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:40:48.890 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-11-15T03:40:49.402 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2023-11-15T03:40:57.898 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T03:40:57.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:40:58.404 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T03:40:58.405 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:41:00.959 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-11-15T03:41:12.970 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T03:41:12.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:41:44.561 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-15T03:41:44.927 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T03:41:44.927 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2023-11-15T03:41:44.927 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-11-15T03:41:44.972 INFO:teuthology.orchestra.run.smithi143.stdout:4.15.0-213-generic 2023-11-15T03:41:44.972 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-11-15T03:41:44.973 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T03:41:44.973 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-15T03:41:45.974 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T03:41:45.975 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T03:41:46.004 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2023-11-15T03:41:46.023 DEBUG:teuthology.parallel:result is None 2023-11-15T03:41:58.407 DEBUG:teuthology.orchestra.remote:timed out 2023-11-15T03:42:10.409 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T03:42:10.411 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:42:10.488 DEBUG:teuthology.orchestra.run.smithi037:> true 2023-11-15T03:42:10.767 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T03:42:10.768 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2023-11-15T03:42:10.768 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2023-11-15T03:42:10.818 INFO:teuthology.orchestra.run.smithi037.stdout:4.15.0-213-generic 2023-11-15T03:42:10.818 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2023-11-15T03:42:10.818 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T03:42:10.819 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-15T03:42:11.820 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T03:42:11.820 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T03:42:11.852 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2023-11-15T03:42:11.894 DEBUG:teuthology.parallel:result is None 2023-11-15T03:42:11.895 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T03:42:11.903 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T03:42:11.903 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T03:42:11.937 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T03:42:11.945 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T03:42:11.956 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T03:42:11.979 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T03:42:11.980 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T03:42:11.985 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T03:42:12.090 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T03:42:12.097 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T03:42:12.097 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T03:42:12.102 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T03:42:12.120 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T03:42:12.125 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T03:42:12.127 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T03:42:12.132 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T03:42:12.134 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T03:42:12.141 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T03:42:12.143 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T03:42:12.178 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T03:42:12.193 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T03:42:12.202 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T03:42:12.203 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T03:42:12.238 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T03:42:12.244 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T03:42:12.292 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T03:42:12.338 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:42:12.338 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T03:42:12.402 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T03:42:12.412 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T03:42:12.469 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T03:42:13.017 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T03:42:13.040 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2023-11-15T03:42:13.043 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2023-11-15T03:42:13.123 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T03:42:13.135 INFO:teuthology.task.internal:Starting timer... 2023-11-15T03:42:13.136 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T03:42:13.183 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T03:42:13.191 DEBUG:teuthology.task.selinux:Excluding smithi037: OS 'ubuntu' does not support SELinux 2023-11-15T03:42:13.192 DEBUG:teuthology.task.selinux:Excluding smithi143: OS 'ubuntu' does not support SELinux 2023-11-15T03:42:13.192 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T03:42:13.192 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-11-15T03:42:13.193 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T03:42:13.193 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T03:42:13.202 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-15T03:42:13.202 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T03:42:13.221 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-11-15T03:42:13.222 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T03:48:08.962 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2023-11-15T03:48:08.963 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T03:48:08.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:48:09.044 DEBUG:teuthology.orchestra.run.smithi037:> true 2023-11-15T03:48:09.167 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2023-11-15T03:48:09.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T03:48:09.169 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T03:48:09.247 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-11-15T03:48:09.363 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-11-15T03:48:09.364 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T03:48:09.374 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T03:48:09.374 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T03:48:09.375 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T03:48:09.377 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T03:48:09.378 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T03:48:09.429 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-11-15T03:48:09.429 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: Command line: ntpd -gq 2023-11-15T03:48:09.430 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: proto: precision = 0.126 usec (-23) 2023-11-15T03:48:09.431 INFO:teuthology.orchestra.run.smithi037.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T03:48:09.431 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T03:48:09.431 INFO:teuthology.orchestra.run.smithi037.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-15T03:48:09.433 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: restrict ::: KOD does nothing without LIMITED. 2023-11-15T03:48:09.433 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: Listen and drop on 0 v6wildcard [::]:123 2023-11-15T03:48:09.433 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-15T03:48:09.433 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: Listen normally on 2 lo 127.0.0.1:123 2023-11-15T03:48:09.433 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: Listen normally on 3 ens1f0 172.21.15.37:123 2023-11-15T03:48:09.434 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: Listen normally on 4 lo [::1]:123 2023-11-15T03:48:09.434 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:fe88:7794%3]:123 2023-11-15T03:48:09.434 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:09 ntpd[24156]: Listening on routing socket on fd #22 for interface updates 2023-11-15T03:48:09.477 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: ntpd 4.2.8p10@1.3728-o (1): Starting 2023-11-15T03:48:09.478 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: Command line: ntpd -gq 2023-11-15T03:48:09.478 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: proto: precision = 0.120 usec (-23) 2023-11-15T03:48:09.479 INFO:teuthology.orchestra.run.smithi143.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T03:48:09.479 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-15T03:48:09.480 INFO:teuthology.orchestra.run.smithi143.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-15T03:48:09.481 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: restrict ::: KOD does nothing without LIMITED. 2023-11-15T03:48:09.481 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: Listen and drop on 0 v6wildcard [::]:123 2023-11-15T03:48:09.481 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-15T03:48:09.481 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: Listen normally on 2 lo 127.0.0.1:123 2023-11-15T03:48:09.482 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: Listen normally on 3 enp3s0f1 172.21.15.143:123 2023-11-15T03:48:09.482 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: Listen normally on 4 lo [::1]:123 2023-11-15T03:48:09.482 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7783%5]:123 2023-11-15T03:48:09.482 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:09 ntpd[24192]: Listening on routing socket on fd #22 for interface updates 2023-11-15T03:48:10.430 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:10 ntpd[24156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:10.430 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:10 ntpd[24156]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:10.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:10 ntpd[24156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:10.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:10 ntpd[24156]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:10.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:10 ntpd[24192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:10.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:10 ntpd[24192]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:10.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:10 ntpd[24192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:10.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:10 ntpd[24192]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:12.430 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:12 ntpd[24156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:12.430 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:12 ntpd[24156]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:12.430 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:12 ntpd[24156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:12.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:12 ntpd[24156]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:12.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:12 ntpd[24192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:12.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:12 ntpd[24192]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:12.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:12 ntpd[24192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:12.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:12 ntpd[24192]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:12.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:12 ntpd[24192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:12.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:12 ntpd[24192]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:12.480 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:12 ntpd[24192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:12.480 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:12 ntpd[24192]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:13.430 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:13 ntpd[24156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:13.430 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:13 ntpd[24156]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:13.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:13 ntpd[24156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:13.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:13 ntpd[24156]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:13.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:13 ntpd[24192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:13.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:13 ntpd[24192]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:13.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:13 ntpd[24192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:13.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:13 ntpd[24192]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:14.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:14 ntpd[24156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:14.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:14 ntpd[24156]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:14.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:14 ntpd[24156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:14.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:14 ntpd[24156]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:14.432 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:14 ntpd[24156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:14.432 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:14 ntpd[24156]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:14.432 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:14 ntpd[24156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:14.432 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:14 ntpd[24156]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:14.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:14 ntpd[24192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:14.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:14 ntpd[24192]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:14.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:14 ntpd[24192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:14.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:14 ntpd[24192]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:14.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:14 ntpd[24192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:14.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:14 ntpd[24192]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:14.480 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:14 ntpd[24192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:14.480 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:14 ntpd[24192]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:15.430 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:15 ntpd[24156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:15.430 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:15 ntpd[24156]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:15.430 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:15 ntpd[24156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:15.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:15 ntpd[24156]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:15.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:15 ntpd[24192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:15.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:15 ntpd[24192]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:15.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:15 ntpd[24192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:15.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:15 ntpd[24192]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:16.430 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:16 ntpd[24156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:16.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:16 ntpd[24156]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:16.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:16 ntpd[24156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:16.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:16 ntpd[24156]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:16.431 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:16 ntpd[24156]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:16.432 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:16 ntpd[24156]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:16.432 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:16 ntpd[24156]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:16.432 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:16 ntpd[24156]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:16.432 INFO:teuthology.orchestra.run.smithi037.stdout:15 Nov 03:48:16 ntpd[24156]: ntpd: time slew +0.003028 s 2023-11-15T03:48:16.433 INFO:teuthology.orchestra.run.smithi037.stdout:ntpd: time slew +0.003028s 2023-11-15T03:48:16.433 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:16 ntpd[24156]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-15T03:48:16.433 INFO:teuthology.orchestra.run.smithi037.stderr:15 Nov 03:48:16 ntpd[24156]: can't open /var/log/ntpstats/loopstats.20231115: Permission denied 2023-11-15T03:48:16.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:16 ntpd[24192]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-15T03:48:16.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:16 ntpd[24192]: can't open /var/log/ntpstats/rawstats.20231115: Permission denied 2023-11-15T03:48:16.478 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:16 ntpd[24192]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-15T03:48:16.479 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:16 ntpd[24192]: can't open /var/log/ntpstats/peerstats.20231115: Permission denied 2023-11-15T03:48:16.479 INFO:teuthology.orchestra.run.smithi143.stdout:15 Nov 03:48:16 ntpd[24192]: ntpd: time slew -0.000689 s 2023-11-15T03:48:16.479 INFO:teuthology.orchestra.run.smithi143.stdout:ntpd: time slew -0.000689s 2023-11-15T03:48:16.480 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:16 ntpd[24192]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-15T03:48:16.480 INFO:teuthology.orchestra.run.smithi143.stderr:15 Nov 03:48:16 ntpd[24192]: can't open /var/log/ntpstats/loopstats.20231115: Permission denied 2023-11-15T03:48:16.481 INFO:teuthology.orchestra.run.smithi037.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T03:48:16.481 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================== 2023-11-15T03:48:16.482 INFO:teuthology.orchestra.run.smithi037.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T03:48:16.482 INFO:teuthology.orchestra.run.smithi037.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T03:48:16.483 INFO:teuthology.orchestra.run.smithi037.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T03:48:16.483 INFO:teuthology.orchestra.run.smithi037.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T03:48:16.544 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T03:48:16.544 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2023-11-15T03:48:16.545 INFO:teuthology.orchestra.run.smithi143.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T03:48:16.545 INFO:teuthology.orchestra.run.smithi143.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T03:48:16.545 INFO:teuthology.orchestra.run.smithi143.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T03:48:16.545 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-15T03:48:16.547 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-15T03:48:16.558 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-15T03:48:16.558 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:48:16.559 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T03:48:16.566 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-11-15T03:48:16.566 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_1 2023-11-15T03:48:16.613 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T03:48:16.614 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T03:48:16.614 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 340 Links: 1 2023-11-15T03:48:16.614 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T03:48:16.615 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-11-15 03:46:47.210831391 +0000 2023-11-15T03:48:16.615 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-11-15 03:46:46.974837006 +0000 2023-11-15T03:48:16.615 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-11-15 03:46:46.974837006 +0000 2023-11-15T03:48:16.616 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-11-15T03:48:16.616 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T03:48:16.668 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-11-15T03:48:16.669 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-11-15T03:48:16.669 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000426873 s, 1.2 MB/s 2023-11-15T03:48:16.670 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T03:48:16.719 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_2 2023-11-15T03:48:16.769 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T03:48:16.770 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T03:48:16.770 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 347 Links: 1 2023-11-15T03:48:16.770 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T03:48:16.770 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-11-15 03:46:47.590822349 +0000 2023-11-15T03:48:16.770 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-11-15 03:46:47.354827964 +0000 2023-11-15T03:48:16.771 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-11-15 03:46:47.354827964 +0000 2023-11-15T03:48:16.771 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-11-15T03:48:16.771 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T03:48:16.824 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-11-15T03:48:16.824 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-11-15T03:48:16.824 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000363112 s, 1.4 MB/s 2023-11-15T03:48:16.825 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T03:48:16.874 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_3 2023-11-15T03:48:16.925 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T03:48:16.925 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T03:48:16.926 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 353 Links: 1 2023-11-15T03:48:16.926 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T03:48:16.926 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-11-15 03:46:47.958813593 +0000 2023-11-15T03:48:16.926 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-11-15 03:46:47.738818828 +0000 2023-11-15T03:48:16.926 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-11-15 03:46:47.738818828 +0000 2023-11-15T03:48:16.927 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-11-15T03:48:16.927 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T03:48:16.980 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-11-15T03:48:16.980 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-11-15T03:48:16.980 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000357201 s, 1.4 MB/s 2023-11-15T03:48:16.981 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T03:48:17.030 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_4 2023-11-15T03:48:17.085 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T03:48:17.086 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T03:48:17.086 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-11-15T03:48:17.086 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T03:48:17.086 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-11-15 03:46:48.338804552 +0000 2023-11-15T03:48:17.086 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-11-15 03:46:48.118809787 +0000 2023-11-15T03:48:17.087 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-11-15 03:46:48.118809787 +0000 2023-11-15T03:48:17.087 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-11-15T03:48:17.087 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T03:48:17.140 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-11-15T03:48:17.140 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-11-15T03:48:17.140 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000408147 s, 1.3 MB/s 2023-11-15T03:48:17.141 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T03:48:17.191 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T03:48:17.306 INFO:teuthology.orchestra.run.smithi037.stdout:loop 2023-11-15T03:48:17.307 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_1... 2023-11-15T03:48:17.308 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T03:48:17.329 INFO:teuthology.orchestra.run.smithi037.stdout:1 2023-11-15T03:48:17.353 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_11 2023-11-15T03:48:17.375 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_2... 2023-11-15T03:48:17.375 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T03:48:17.441 INFO:teuthology.orchestra.run.smithi037.stdout:1 2023-11-15T03:48:17.464 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_21 2023-11-15T03:48:17.487 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_3... 2023-11-15T03:48:17.487 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T03:48:17.552 INFO:teuthology.orchestra.run.smithi037.stdout:1 2023-11-15T03:48:17.578 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_31 2023-11-15T03:48:17.602 INFO:tasks.nvme_loop:Connecting nvme_loop smithi037:/dev/vg_nvme/lv_4... 2023-11-15T03:48:17.602 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T03:48:17.669 INFO:teuthology.orchestra.run.smithi037.stdout:1 2023-11-15T03:48:17.695 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/vg_nvme/lv_41 2023-11-15T03:48:17.716 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:48:17.717 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T03:48:17.764 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme list 2023-11-15T03:48:17.820 INFO:teuthology.orchestra.run.smithi037.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T03:48:17.821 INFO:teuthology.orchestra.run.smithi037.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T03:48:17.821 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme0n1 CVFT5331005T400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T03:48:17.821 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme1n1 72eed7d80bdf33bb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T03:48:17.821 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme2n1 28234dd1e3669ead Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T03:48:17.821 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme3n1 74daec3b982086b2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T03:48:17.822 INFO:teuthology.orchestra.run.smithi037.stdout:/dev/nvme4n1 d74233dccd644dc3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T03:48:17.823 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T03:48:17.823 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:48:17.823 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/scratch_devs 2023-11-15T03:48:17.880 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T03:48:17.881 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T03:48:17.888 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-11-15T03:48:17.888 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2023-11-15T03:48:17.937 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-15T03:48:17.937 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T03:48:17.937 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 350 Links: 1 2023-11-15T03:48:17.938 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T03:48:17.938 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 03:46:47.236445509 +0000 2023-11-15T03:48:17.938 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 03:46:47.232445604 +0000 2023-11-15T03:48:17.938 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 03:46:47.232445604 +0000 2023-11-15T03:48:17.938 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T03:48:17.939 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-15T03:48:17.992 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T03:48:17.992 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T03:48:17.992 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000342207 s, 1.5 MB/s 2023-11-15T03:48:17.994 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-15T03:48:18.042 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2023-11-15T03:48:18.093 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-15T03:48:18.093 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T03:48:18.094 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 359 Links: 1 2023-11-15T03:48:18.094 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T03:48:18.094 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 03:46:47.632436090 +0000 2023-11-15T03:48:18.094 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 03:46:47.628436185 +0000 2023-11-15T03:48:18.094 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 03:46:47.628436185 +0000 2023-11-15T03:48:18.095 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T03:48:18.095 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-15T03:48:18.148 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T03:48:18.148 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T03:48:18.149 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000357431 s, 1.4 MB/s 2023-11-15T03:48:18.150 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-15T03:48:18.198 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2023-11-15T03:48:18.249 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-15T03:48:18.249 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T03:48:18.249 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 365 Links: 1 2023-11-15T03:48:18.250 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T03:48:18.250 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 03:46:48.240421629 +0000 2023-11-15T03:48:18.250 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 03:46:48.004427242 +0000 2023-11-15T03:48:18.250 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 03:46:48.004427242 +0000 2023-11-15T03:48:18.250 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T03:48:18.251 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-15T03:48:18.304 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T03:48:18.304 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T03:48:18.304 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000352119 s, 1.5 MB/s 2023-11-15T03:48:18.305 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-15T03:48:18.354 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2023-11-15T03:48:18.405 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-15T03:48:18.405 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-15T03:48:18.405 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 371 Links: 1 2023-11-15T03:48:18.406 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-15T03:48:18.406 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 03:46:48.616412686 +0000 2023-11-15T03:48:18.406 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 03:46:48.368418584 +0000 2023-11-15T03:48:18.406 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 03:46:48.368418584 +0000 2023-11-15T03:48:18.406 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T03:48:18.407 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-15T03:48:18.460 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T03:48:18.460 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T03:48:18.461 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000288617 s, 1.8 MB/s 2023-11-15T03:48:18.462 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-15T03:48:18.518 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T03:48:18.602 INFO:teuthology.orchestra.run.smithi143.stdout:loop 2023-11-15T03:48:18.604 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2023-11-15T03:48:18.604 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T03:48:18.669 INFO:teuthology.orchestra.run.smithi143.stdout:1 2023-11-15T03:48:18.698 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_11 2023-11-15T03:48:18.719 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2023-11-15T03:48:18.720 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T03:48:18.783 INFO:teuthology.orchestra.run.smithi143.stdout:1 2023-11-15T03:48:18.810 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_21 2023-11-15T03:48:18.829 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2023-11-15T03:48:18.830 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T03:48:18.896 INFO:teuthology.orchestra.run.smithi143.stdout:1 2023-11-15T03:48:18.923 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_31 2023-11-15T03:48:18.944 INFO:tasks.nvme_loop:Connecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2023-11-15T03:48:18.945 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T03:48:19.009 INFO:teuthology.orchestra.run.smithi143.stdout:1 2023-11-15T03:48:19.035 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/vg_nvme/lv_41 2023-11-15T03:48:19.056 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T03:48:19.056 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T03:48:19.105 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme list 2023-11-15T03:48:19.158 INFO:teuthology.orchestra.run.smithi143.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-15T03:48:19.159 INFO:teuthology.orchestra.run.smithi143.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-15T03:48:19.159 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme0n1 CVFT62330073400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-15T03:48:19.159 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme1n1 86433620f1212b83 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T03:48:19.159 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme2n1 881e5c519e684b0f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T03:48:19.160 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme3n1 79a694adf504e1b6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T03:48:19.160 INFO:teuthology.orchestra.run.smithi143.stdout:/dev/nvme4n1 a19dce69d6692789 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2023-11-15T03:48:19.161 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T03:48:19.161 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T03:48:19.161 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2023-11-15T03:48:19.217 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T03:48:19.300 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': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T03:48:19.300 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T03:48:19.301 INFO:tasks.cephadm:Cluster fsid is d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:48:19.301 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T03:48:19.302 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T03:48:19.302 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi037': '172.21.15.37', 'mon.smithi143': '172.21.15.143'} 2023-11-15T03:48:19.302 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T03:48:19.303 DEBUG:teuthology.orchestra.run.smithi037:> sudo hostname $(hostname -s) 2023-11-15T03:48:19.320 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2023-11-15T03:48:19.337 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 620f25c1794f62207424fc9319427943fb8d1fae)... 2023-11-15T03:48:19.338 DEBUG:teuthology.orchestra.run.smithi037:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T03:48:19.538 INFO:teuthology.orchestra.run.smithi037.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 15 03:48 /home/ubuntu/cephtest/cephadm 2023-11-15T03:48:19.538 DEBUG:teuthology.orchestra.run.smithi143:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/620f25c1794f62207424fc9319427943fb8d1fae/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T03:48:19.691 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 15 03:48 /home/ubuntu/cephtest/cephadm 2023-11-15T03:48:19.692 DEBUG:teuthology.orchestra.run.smithi037:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T03:48:19.702 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T03:48:19.720 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /etc/ceph 2023-11-15T03:48:19.757 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2023-11-15T03:48:19.773 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 777 /etc/ceph 2023-11-15T03:48:19.813 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2023-11-15T03:48:19.828 INFO:tasks.cephadm:Writing seed config... 2023-11-15T03:48:19.829 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T03:48:19.830 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T03:48:19.830 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T03:48:19.830 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T03:48:19.831 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T03:48:19.831 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T03:48:19.831 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T03:48:19.831 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T03:48:19.832 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:48:19.832 DEBUG:teuthology.orchestra.run.smithi037:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T03:48:19.867 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 = d0cdc05a-8369-11ee-8dbe-212e2dc638e7 [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-11-15T03:48:19.868 DEBUG:teuthology.orchestra.run.smithi037:mon.smithi037> sudo journalctl -f -n 0 -u ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mon.smithi037.service 2023-11-15T03:48:19.910 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T03:48:19.911 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae -v bootstrap --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 --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.37 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T03:48:20.344 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-11-15T03:48:20.391 INFO:teuthology.orchestra.run.smithi037.stderr:-------------------------------------------------------------------------------- 2023-11-15T03:48:20.391 INFO:teuthology.orchestra.run.smithi037.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae', '-v', 'bootstrap', '--fsid', 'd0cdc05a-8369-11ee-8dbe-212e2dc638e7', '--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.37', '--skip-admin-label'] 2023-11-15T03:48:20.391 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying podman|docker is present... 2023-11-15T03:48:20.391 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying lvm2 is present... 2023-11-15T03:48:20.392 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying time synchronization is in place... 2023-11-15T03:48:20.400 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T03:48:20.407 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T03:48:20.415 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-15T03:48:20.424 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T03:48:20.433 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: enabled 2023-11-15T03:48:20.440 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T03:48:20.448 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-15T03:48:20.455 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T03:48:20.464 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: enabled 2023-11-15T03:48:20.473 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: active 2023-11-15T03:48:20.474 INFO:teuthology.orchestra.run.smithi037.stderr:Unit ntp.service is enabled and running 2023-11-15T03:48:20.474 INFO:teuthology.orchestra.run.smithi037.stderr:Repeating the final host check... 2023-11-15T03:48:20.475 INFO:teuthology.orchestra.run.smithi037.stderr:docker (/usr/bin/docker) is present 2023-11-15T03:48:20.475 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl is present 2023-11-15T03:48:20.475 INFO:teuthology.orchestra.run.smithi037.stderr:lvcreate is present 2023-11-15T03:48:20.482 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T03:48:20.490 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T03:48:20.498 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-15T03:48:20.506 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T03:48:20.516 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: enabled 2023-11-15T03:48:20.525 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T03:48:20.533 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-15T03:48:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: inactive 2023-11-15T03:48:20.552 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: enabled 2023-11-15T03:48:20.561 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: active 2023-11-15T03:48:20.562 INFO:teuthology.orchestra.run.smithi037.stderr:Unit ntp.service is enabled and running 2023-11-15T03:48:20.562 INFO:teuthology.orchestra.run.smithi037.stderr:Host looks OK 2023-11-15T03:48:20.563 INFO:teuthology.orchestra.run.smithi037.stderr:Cluster fsid: d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:48:20.563 INFO:teuthology.orchestra.run.smithi037.stderr:Acquiring lock 140388774425880 on /run/cephadm/d0cdc05a-8369-11ee-8dbe-212e2dc638e7.lock 2023-11-15T03:48:20.564 INFO:teuthology.orchestra.run.smithi037.stderr:Lock 140388774425880 acquired on /run/cephadm/d0cdc05a-8369-11ee-8dbe-212e2dc638e7.lock 2023-11-15T03:48:20.564 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying IP 172.21.15.37 port 3300 ... 2023-11-15T03:48:20.564 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying IP 172.21.15.37 port 6789 ... 2023-11-15T03:48:20.564 INFO:teuthology.orchestra.run.smithi037.stderr:Base mon IP(s) is [172.21.15.37:3300, 172.21.15.37:6789], mon addrv is [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2023-11-15T03:48:20.569 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-11-15T03:48:20.569 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T03:48:20.570 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 2023-11-15T03:48:20.573 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-15T03:48:20.574 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1790sec hoplimit 64 pref medium 2023-11-15T03:48:20.577 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T03:48:20.578 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-15T03:48:20.578 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T03:48:20.578 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: 3: ens1f0: mtu 1500 state UP qlen 1000 2023-11-15T03:48:20.579 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7794/64 scope link 2023-11-15T03:48:20.579 INFO:teuthology.orchestra.run.smithi037.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T03:48:20.580 INFO:teuthology.orchestra.run.smithi037.stderr:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2023-11-15T03:48:20.580 INFO:teuthology.orchestra.run.smithi037.stderr:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2023-11-15T03:48:20.580 INFO:teuthology.orchestra.run.smithi037.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-15T03:48:20.581 INFO:teuthology.orchestra.run.smithi037.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T03:48:20.581 INFO:teuthology.orchestra.run.smithi037.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae... 2023-11-15T03:48:20.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: 620f25c1794f62207424fc9319427943fb8d1fae: Pulling from ceph-ci/ceph 2023-11-15T03:48:20.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: ef3cef4bbbe4: Pulling fs layer 2023-11-15T03:48:20.948 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: 9ed66b813839: Pulling fs layer 2023-11-15T03:48:22.088 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: ef3cef4bbbe4: Verifying Checksum 2023-11-15T03:48:22.088 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: ef3cef4bbbe4: Download complete 2023-11-15T03:48:23.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: 9ed66b813839: Verifying Checksum 2023-11-15T03:48:23.637 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: 9ed66b813839: Download complete 2023-11-15T03:48:24.751 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: ef3cef4bbbe4: Pull complete 2023-11-15T03:48:35.208 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: 9ed66b813839: Pull complete 2023-11-15T03:48:35.325 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: Digest: sha256:78226ab9e8247e56e7eee439923ee52a49b2b75959caddd6304ed7181b276d9d 2023-11-15T03:48:35.376 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T03:48:35.409 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T03:48:45.522 INFO:teuthology.orchestra.run.smithi037.stderr:ceph: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T03:48:46.026 INFO:teuthology.orchestra.run.smithi037.stderr:Ceph version: ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable) 2023-11-15T03:48:46.026 INFO:teuthology.orchestra.run.smithi037.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T03:48:46.831 INFO:teuthology.orchestra.run.smithi037.stderr:stat: 167 167 2023-11-15T03:48:47.296 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial keys... 2023-11-15T03:48:48.131 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: AQCgP1RlZpLQBxAAT6m/KbdaI/8tHAO3XsD7uQ== 2023-11-15T03:48:49.425 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: AQChP1Rl9X1TGRAAWbE1H1zC+DS3p2eNGQw+XQ== 2023-11-15T03:48:50.744 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-authtool: AQCiP1RllD5ZLBAAG9zF4ajZkquyQjkpBtGWVA== 2023-11-15T03:48:51.228 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial monmap... 2023-11-15T03:48:52.062 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T03:48:52.063 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:48:52.063 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T03:48:52.532 INFO:teuthology.orchestra.run.smithi037.stderr:monmaptool for smithi037 [v2:172.21.15.37:3300,v1:172.21.15.37:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T03:48:52.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: set fsid to d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:48:52.533 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T03:48:52.533 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:48:52.533 INFO:teuthology.orchestra.run.smithi037.stderr:Creating mon... 2023-11-15T03:48:53.355 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.346+0000 7fce0b9d8880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T03:48:53.355 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.346+0000 7fce0b9d8880 1 imported monmap: 2023-11-15T03:48:53.355 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T03:48:53.355 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:48:53.356 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T03:48:52.062398+0000 2023-11-15T03:48:53.356 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: created 2023-11-15T03:48:52.062398+0000 2023-11-15T03:48:53.356 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T03:48:53.356 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T03:48:53.356 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.smithi037 2023-11-15T03:48:53.357 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.357 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.346+0000 7fce0b9d8880 0 /usr/bin/ceph-mon: set fsid to d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:48:53.358 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T03:48:53.359 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.359 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T03:48:53.359 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T03:48:53.359 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: DB SUMMARY 2023-11-15T03:48:53.360 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.360 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi037/store.db dir, Total Num: 0, files: 2023-11-15T03:48:53.360 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.360 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi037/store.db: 2023-11-15T03:48:53.360 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.360 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T03:48:53.361 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.create_if_missing: 1 2023-11-15T03:48:53.361 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T03:48:53.361 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.env: 0x5621846e2080 2023-11-15T03:48:53.386 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.fs: Posix File System 2023-11-15T03:48:53.386 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.info_log: 0x562185fc7380 2023-11-15T03:48:53.386 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T03:48:53.386 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.statistics: (nil) 2023-11-15T03:48:53.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.use_fsync: 0 2023-11-15T03:48:53.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T03:48:53.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T03:48:53.387 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T03:48:53.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T03:48:53.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T03:48:53.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T03:48:53.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T03:48:53.388 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T03:48:53.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T03:48:53.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T03:48:53.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T03:48:53.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.db_log_dir: 2023-11-15T03:48:53.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi037/store.db 2023-11-15T03:48:53.389 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T03:48:53.390 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T03:48:53.390 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T03:48:53.390 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T03:48:53.390 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T03:48:53.390 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T03:48:53.391 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T03:48:53.391 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T03:48:53.391 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T03:48:53.391 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T03:48:53.391 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.write_buffer_manager: 0x562185fcd980 2023-11-15T03:48:53.392 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T03:48:53.392 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T03:48:53.392 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T03:48:53.392 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T03:48:53.392 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T03:48:53.393 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T03:48:53.393 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T03:48:53.393 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T03:48:53.393 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T03:48:53.393 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.unordered_write: 0 2023-11-15T03:48:53.394 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T03:48:53.394 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T03:48:53.394 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T03:48:53.394 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T03:48:53.394 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.row_cache: None 2023-11-15T03:48:53.395 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.wal_filter: None 2023-11-15T03:48:53.395 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T03:48:53.395 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T03:48:53.395 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T03:48:53.395 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T03:48:53.395 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T03:48:53.396 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T03:48:53.396 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T03:48:53.396 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T03:48:53.396 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T03:48:53.396 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T03:48:53.396 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T03:48:53.397 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T03:48:53.397 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T03:48:53.397 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T03:48:53.397 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T03:48:53.398 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T03:48:53.398 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T03:48:53.399 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T03:48:53.399 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T03:48:53.400 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T03:48:53.400 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T03:48:53.400 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_open_files: -1 2023-11-15T03:48:53.400 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T03:48:53.400 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T03:48:53.401 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T03:48:53.401 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T03:48:53.401 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Compression algorithms supported: 2023-11-15T03:48:53.401 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T03:48:53.401 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: kZSTD supported: 0 2023-11-15T03:48:53.402 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T03:48:53.402 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T03:48:53.402 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T03:48:53.402 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T03:48:53.402 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T03:48:53.403 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T03:48:53.403 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T03:48:53.403 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T03:48:53.403 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.403 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000001 2023-11-15T03:48:53.404 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.404 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T03:48:53.404 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.404 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T03:48:53.404 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.merge_operator: 2023-11-15T03:48:53.404 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_filter: None 2023-11-15T03:48:53.405 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T03:48:53.405 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T03:48:53.405 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T03:48:53.405 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562185edbd30) 2023-11-15T03:48:53.405 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T03:48:53.406 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T03:48:53.406 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T03:48:53.406 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T03:48:53.406 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T03:48:53.406 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T03:48:53.407 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T03:48:53.407 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T03:48:53.407 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T03:48:53.407 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T03:48:53.407 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T03:48:53.407 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache: 0x562185f12d10 2023-11-15T03:48:53.408 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T03:48:53.408 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T03:48:53.408 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T03:48:53.408 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T03:48:53.408 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T03:48:53.409 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T03:48:53.409 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T03:48:53.409 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T03:48:53.409 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T03:48:53.409 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T03:48:53.410 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T03:48:53.410 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T03:48:53.410 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T03:48:53.410 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T03:48:53.410 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T03:48:53.410 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T03:48:53.411 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T03:48:53.411 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T03:48:53.411 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T03:48:53.411 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T03:48:53.411 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T03:48:53.412 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T03:48:53.412 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.412 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T03:48:53.412 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T03:48:53.412 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compression: NoCompression 2023-11-15T03:48:53.412 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T03:48:53.413 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T03:48:53.413 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T03:48:53.413 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.num_levels: 7 2023-11-15T03:48:53.413 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T03:48:53.413 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T03:48:53.414 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T03:48:53.414 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T03:48:53.414 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T03:48:53.414 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T03:48:53.414 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T03:48:53.415 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T03:48:53.415 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T03:48:53.415 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T03:48:53.415 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T03:48:53.415 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T03:48:53.416 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T03:48:53.416 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T03:48:53.416 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T03:48:53.416 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T03:48:53.416 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T03:48:53.417 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T03:48:53.417 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T03:48:53.417 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T03:48:53.417 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T03:48:53.417 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T03:48:53.417 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T03:48:53.418 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T03:48:53.418 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T03:48:53.418 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T03:48:53.418 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T03:48:53.418 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T03:48:53.419 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T03:48:53.419 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T03:48:53.419 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T03:48:53.419 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T03:48:53.419 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T03:48:53.419 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T03:48:53.420 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T03:48:53.420 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T03:48:53.420 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T03:48:53.420 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T03:48:53.420 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T03:48:53.421 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T03:48:53.421 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T03:48:53.421 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T03:48:53.421 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T03:48:53.421 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T03:48:53.421 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T03:48:53.422 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T03:48:53.422 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T03:48:53.422 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T03:48:53.422 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T03:48:53.422 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T03:48:53.423 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T03:48:53.423 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T03:48:53.423 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T03:48:53.423 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T03:48:53.423 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T03:48:53.424 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T03:48:53.424 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T03:48:53.424 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T03:48:53.424 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T03:48:53.424 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.ttl: 2592000 2023-11-15T03:48:53.425 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.350+0000 7fce0b9d8880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T03:48:53.425 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.354+0000 7fce0b9d8880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi037/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-11-15T03:48:53.425 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.425 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.354+0000 7fce0b9d8880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T03:48:53.425 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.425 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.354+0000 7fce0b9d8880 4 rocksdb: DB pointer 0x562185fdb800 2023-11-15T03:48:53.426 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.354+0000 7fcdf485e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T03:48:53.426 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.354+0000 7fcdf485e700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T03:48:53.426 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T03:48:53.426 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T03:48:53.426 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.427 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.427 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T03:48:53.427 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.427 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.427 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T03:48:53.428 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.428 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T03:48:53.428 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.428 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:48:53.428 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.429 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.429 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.429 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T03:48:53.429 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.429 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:48:53.429 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T03:48:53.430 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T03:48:53.430 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T03:48:53.430 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T03:48:53.430 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T03:48:53.430 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T03:48:53.431 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.431 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.431 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.431 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.431 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T03:48:53.432 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.432 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T03:48:53.432 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.432 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:48:53.432 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.432 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.433 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.433 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T03:48:53.433 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.433 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:48:53.433 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T03:48:53.434 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T03:48:53.434 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T03:48:53.434 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T03:48:53.434 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T03:48:53.434 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T03:48:53.435 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.435 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.435 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:48:53.435 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.435 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T03:48:53.435 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: 2023-11-15T03:48:53.436 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.354+0000 7fce0b9d8880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T03:48:53.436 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.354+0000 7fce0b9d8880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T03:48:53.436 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph-mon: debug 2023-11-15T03:48:53.354+0000 7fce0b9d8880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi037 for mon.smithi037 2023-11-15T03:48:53.799 INFO:teuthology.orchestra.run.smithi037.stderr:create mon.smithi037 on 2023-11-15T03:48:53.940 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-11-15T03:48:54.056 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7.target. 2023-11-15T03:48:54.057 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7.target -> /etc/systemd/system/ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7.target. 2023-11-15T03:48:54.311 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to reset failed state of unit ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mon.smithi037.service: Unit ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mon.smithi037.service is not loaded. 2023-11-15T03:48:54.319 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7.target.wants/ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mon.smithi037.service -> /etc/systemd/system/ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T03:48:54.425 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld does not appear to be present 2023-11-15T03:48:54.425 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T03:48:54.426 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mon to start... 2023-11-15T03:48:54.426 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mon... 2023-11-15T03:48:54.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:54 smithi037 systemd[1]: Started Ceph mon.smithi037 for d0cdc05a-8369-11ee-8dbe-212e2dc638e7. 2023-11-15T03:48:55.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:55 smithi037 bash[25333]: cluster 2023-11-15T03:48:55.785495+0000 mon.smithi037 (mon.0) 0 : [INF] mkfs d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:48:55.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:55 smithi037 bash[25333]: cluster 2023-11-15T03:48:55.768584+0000 mon.smithi037 (mon.0) 1 : cluster [INF] mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2023-11-15T03:48:56.105 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: cluster: 2023-11-15T03:48:56.105 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: id: d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:48:56.107 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T03:48:56.107 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:48:56.107 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: services: 2023-11-15T03:48:56.107 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi037 (age 0.323661s) 2023-11-15T03:48:56.107 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T03:48:56.108 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T03:48:56.108 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:48:56.108 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: data: 2023-11-15T03:48:56.108 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T03:48:56.108 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T03:48:56.109 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T03:48:56.109 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: pgs: 2023-11-15T03:48:56.109 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:48:56.617 INFO:teuthology.orchestra.run.smithi037.stderr:mon is available 2023-11-15T03:48:56.618 INFO:teuthology.orchestra.run.smithi037.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T03:48:57.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:56 smithi037 bash[25333]: cluster 2023-11-15T03:48:55.780722+0000 mon.smithi037 (mon.0) 2 : cluster [INF] mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2023-11-15T03:48:57.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:56 smithi037 bash[25333]: cluster 2023-11-15T03:48:55.782480+0000 mon.smithi037 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0]} removed_ranks: {} 2023-11-15T03:48:57.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:56 smithi037 bash[25333]: cluster 2023-11-15T03:48:55.791723+0000 mon.smithi037 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T03:48:57.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:56 smithi037 bash[25333]: cluster 2023-11-15T03:48:55.803507+0000 mon.smithi037 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T03:48:57.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:56 smithi037 bash[25333]: cluster 2023-11-15T03:48:55.804923+0000 mon.smithi037 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T03:48:57.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:56 smithi037 bash[25333]: audit 2023-11-15T03:48:56.104291+0000 mon.smithi037 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.37:0/1435233288' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T03:48:57.790 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:48:57.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [global] 2023-11-15T03:48:57.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: fsid = d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:48:57.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2023-11-15T03:48:57.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T03:48:57.791 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T03:48:57.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T03:48:57.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T03:48:57.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:48:57.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [mgr] 2023-11-15T03:48:57.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T03:48:57.792 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:48:57.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [osd] 2023-11-15T03:48:57.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T03:48:57.793 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T03:48:58.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:57 smithi037 bash[25333]: audit 2023-11-15T03:48:57.782557+0000 mon.smithi037 (mon.0) 8 : audit [INF] from='client.? 172.21.15.37:0/2791821469' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T03:48:58.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:57 smithi037 bash[25333]: audit 2023-11-15T03:48:57.788536+0000 mon.smithi037 (mon.0) 9 : audit [INF] from='client.? 172.21.15.37:0/2791821469' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T03:48:58.262 INFO:teuthology.orchestra.run.smithi037.stderr:Generating new minimal ceph.conf... 2023-11-15T03:48:59.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:59 smithi037 bash[25333]: audit 2023-11-15T03:48:59.354805+0000 mon.smithi037 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.37:0/3136977701' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:48:59.805 INFO:teuthology.orchestra.run.smithi037.stderr:Restarting the monitor... 2023-11-15T03:49:00.080 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:59 smithi037 systemd[1]: Stopping Ceph mon.smithi037 for d0cdc05a-8369-11ee-8dbe-212e2dc638e7... 2023-11-15T03:49:00.080 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:59 smithi037 bash[25857]: Error response from daemon: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-mon.smithi037 2023-11-15T03:49:00.080 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:59 smithi037 bash[25333]: debug 2023-11-15T03:48:59.990+0000 7efe66a31700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi037 -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-11-15T03:49:00.081 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:48:59 smithi037 bash[25333]: debug 2023-11-15T03:48:59.990+0000 7efe66a31700 -1 mon.smithi037@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T03:49:00.597 INFO:teuthology.orchestra.run.smithi037.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-15T03:49:00.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:00 smithi037 bash[25857]: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-mon-smithi037 2023-11-15T03:49:00.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:00 smithi037 systemd[1]: Stopped Ceph mon.smithi037 for d0cdc05a-8369-11ee-8dbe-212e2dc638e7. 2023-11-15T03:49:00.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:00 smithi037 systemd[1]: Started Ceph mon.smithi037 for d0cdc05a-8369-11ee-8dbe-212e2dc638e7. 2023-11-15T03:49:01.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.734+0000 7f74274bf880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T03:49:01.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.734+0000 7f74274bf880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 8 2023-11-15T03:49:01.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.734+0000 7f74274bf880 0 pidfile_write: ignore empty --pid-file 2023-11-15T03:49:01.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.738+0000 7f74274bf880 0 load: jerasure load: lrc load: isa 2023-11-15T03:49:01.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T03:49:01.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T03:49:01.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T03:49:01.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: DB SUMMARY 2023-11-15T03:49:01.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T03:49:01.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T03:49:01.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T03:49:01.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi037/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T03:49:01.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi037/store.db: 000006.log size: 86519 ; 2023-11-15T03:49:01.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T03:49:01.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T03:49:01.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T03:49:01.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.env: 0x55c4c60ec080 2023-11-15T03:49:01.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.fs: Posix File System 2023-11-15T03:49:01.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.info_log: 0x55c4c7b34520 2023-11-15T03:49:01.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T03:49:01.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.statistics: (nil) 2023-11-15T03:49:01.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.use_fsync: 0 2023-11-15T03:49:01.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T03:49:01.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T03:49:01.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T03:49:01.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T03:49:01.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T03:49:01.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T03:49:01.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T03:49:01.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T03:49:01.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T03:49:01.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T03:49:01.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T03:49:01.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.db_log_dir: 2023-11-15T03:49:01.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi037/store.db 2023-11-15T03:49:01.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T03:49:01.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T03:49:01.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T03:49:01.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T03:49:01.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T03:49:01.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T03:49:01.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T03:49:01.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T03:49:01.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T03:49:01.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T03:49:01.975 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.write_buffer_manager: 0x55c4c8782480 2023-11-15T03:49:01.975 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T03:49:01.975 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T03:49:01.975 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T03:49:01.976 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T03:49:01.976 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T03:49:01.976 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T03:49:01.976 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T03:49:01.976 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T03:49:01.977 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T03:49:01.977 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.unordered_write: 0 2023-11-15T03:49:01.977 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T03:49:01.977 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T03:49:01.977 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T03:49:01.978 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T03:49:01.978 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.row_cache: None 2023-11-15T03:49:01.978 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.wal_filter: None 2023-11-15T03:49:01.978 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T03:49:01.979 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T03:49:01.979 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T03:49:01.979 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T03:49:01.979 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T03:49:01.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T03:49:01.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T03:49:01.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T03:49:01.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T03:49:01.981 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T03:49:01.981 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T03:49:01.981 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T03:49:01.981 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T03:49:01.981 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T03:49:01.982 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T03:49:01.982 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T03:49:01.982 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T03:49:01.982 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T03:49:01.983 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T03:49:01.983 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T03:49:01.984 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T03:49:01.984 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_open_files: -1 2023-11-15T03:49:01.984 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T03:49:01.984 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T03:49:01.984 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T03:49:01.985 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T03:49:01.985 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Compression algorithms supported: 2023-11-15T03:49:01.985 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T03:49:01.985 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: kZSTD supported: 0 2023-11-15T03:49:01.985 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T03:49:01.986 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T03:49:01.986 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T03:49:01.986 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T03:49:01.986 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T03:49:01.986 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T03:49:01.987 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T03:49:01.987 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi037/store.db/MANIFEST-000005 2023-11-15T03:49:01.987 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T03:49:01.987 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T03:49:01.987 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.merge_operator: 2023-11-15T03:49:01.987 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_filter: None 2023-11-15T03:49:01.988 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T03:49:01.988 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T03:49:01.988 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T03:49:01.988 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c4c7ad7d28) 2023-11-15T03:49:01.988 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: cache_index_and_filter_blocks: 1 2023-11-15T03:49:01.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T03:49:01.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T03:49:01.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: pin_top_level_index_and_filter: 1 2023-11-15T03:49:01.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: index_type: 0 2023-11-15T03:49:01.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: data_block_index_type: 0 2023-11-15T03:49:01.990 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: index_shortening: 1 2023-11-15T03:49:01.990 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T03:49:01.990 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: hash_index_allow_collision: 1 2023-11-15T03:49:01.990 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: checksum: 1 2023-11-15T03:49:01.990 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: no_block_cache: 0 2023-11-15T03:49:01.990 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: block_cache: 0x55c4c7b0ef10 2023-11-15T03:49:01.991 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: block_cache_name: BinnedLRUCache 2023-11-15T03:49:01.991 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: block_cache_options: 2023-11-15T03:49:01.991 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: capacity : 536870912 2023-11-15T03:49:01.992 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: num_shard_bits : 4 2023-11-15T03:49:01.992 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: strict_capacity_limit : 0 2023-11-15T03:49:01.992 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: high_pri_pool_ratio: 0.000 2023-11-15T03:49:01.993 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: block_cache_compressed: (nil) 2023-11-15T03:49:01.993 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: persistent_cache: (nil) 2023-11-15T03:49:01.993 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: block_size: 4096 2023-11-15T03:49:01.994 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: block_size_deviation: 10 2023-11-15T03:49:01.994 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: block_restart_interval: 16 2023-11-15T03:49:01.994 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: index_block_restart_interval: 1 2023-11-15T03:49:01.994 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: metadata_block_size: 4096 2023-11-15T03:49:01.995 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: partition_filters: 0 2023-11-15T03:49:01.995 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: use_delta_encoding: 1 2023-11-15T03:49:01.995 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T03:49:01.995 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: whole_key_filtering: 1 2023-11-15T03:49:01.996 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: verify_compression: 0 2023-11-15T03:49:01.996 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: read_amp_bytes_per_bit: 0 2023-11-15T03:49:01.996 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: format_version: 2 2023-11-15T03:49:01.996 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: enable_index_compression: 1 2023-11-15T03:49:01.996 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: block_align: 0 2023-11-15T03:49:01.997 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T03:49:01.997 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T03:49:01.997 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compression: NoCompression 2023-11-15T03:49:01.997 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T03:49:01.997 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T03:49:01.998 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T03:49:01.998 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.num_levels: 7 2023-11-15T03:49:01.998 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T03:49:01.998 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T03:49:01.998 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T03:49:01.999 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T03:49:01.999 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T03:49:01.999 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T03:49:01.999 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T03:49:01.999 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T03:49:02.000 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T03:49:02.000 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T03:49:02.000 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T03:49:02.000 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T03:49:02.000 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T03:49:02.001 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T03:49:02.001 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T03:49:02.001 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T03:49:02.001 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T03:49:02.001 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T03:49:02.002 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T03:49:02.002 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T03:49:02.002 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T03:49:02.002 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T03:49:02.002 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T03:49:02.003 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T03:49:02.003 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T03:49:02.003 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T03:49:02.003 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T03:49:02.004 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T03:49:02.004 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T03:49:02.004 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T03:49:02.004 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T03:49:02.004 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T03:49:02.005 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T03:49:02.005 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T03:49:02.005 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T03:49:02.005 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T03:49:02.005 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T03:49:02.006 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T03:49:02.006 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T03:49:02.006 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T03:49:02.006 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T03:49:02.006 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T03:49:02.007 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T03:49:02.007 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T03:49:02.007 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T03:49:02.007 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T03:49:02.007 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T03:49:02.007 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T03:49:02.008 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T03:49:02.008 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T03:49:02.008 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T03:49:02.008 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T03:49:02.008 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T03:49:02.009 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T03:49:02.009 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T03:49:02.009 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T03:49:02.009 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T03:49:02.009 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T03:49:02.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T03:49:02.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.ttl: 2592000 2023-11-15T03:49:02.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T03:49:02.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi037/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-11-15T03:49:02.010 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T03:49:02.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700020141747941, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T03:49:02.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.742+0000 7f74274bf880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T03:49:02.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.746+0000 7f74274bf880 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-11-15T03:49:02.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.746+0000 7f74274bf880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700020141750250, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83392, "table_properties": {"data_size": 81659, "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": 76171, "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": 1700020141, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T03:49:02.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.746+0000 7f74274bf880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T03:49:02.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.746+0000 7f74274bf880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700020141751430, "job": 1, "event": "recovery_finished"} 2023-11-15T03:49:02.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.750+0000 7f74274bf880 4 rocksdb: DB pointer 0x55c4c7bd7800 2023-11-15T03:49:02.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.750+0000 7f740e2c4700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T03:49:02.012 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.750+0000 7f740e2c4700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T03:49:02.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: ** DB Stats ** 2023-11-15T03:49:02.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T03:49:02.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T03:49:02.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T03:49:02.013 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T03:49:02.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T03:49:02.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T03:49:02.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T03:49:02.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: ** Compaction Stats [default] ** 2023-11-15T03:49:02.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: 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-11-15T03:49:02.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:49:02.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 52.3 0.00 0.00 1 0.002 0 0 2023-11-15T03:49:02.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 52.3 0.00 0.00 1 0.002 0 0 2023-11-15T03:49:02.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 52.3 0.00 0.00 1 0.002 0 0 2023-11-15T03:49:02.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: ** Compaction Stats [default] ** 2023-11-15T03:49:02.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: 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-11-15T03:49:02.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:49:02.016 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 52.3 0.00 0.00 1 0.002 0 0 2023-11-15T03:49:02.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T03:49:02.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T03:49:02.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T03:49:02.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T03:49:02.017 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T03:49:02.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T03:49:02.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Cumulative compaction: 0.00 GB write, 10.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T03:49:02.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Interval compaction: 0.00 GB write, 10.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T03:49:02.018 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: 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-11-15T03:49:02.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T03:49:02.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: ** Compaction Stats [default] ** 2023-11-15T03:49:02.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: 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-11-15T03:49:02.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:49:02.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: L0 2/0 83.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 52.3 0.00 0.00 1 0.002 0 0 2023-11-15T03:49:02.019 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Sum 2/0 83.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 52.3 0.00 0.00 1 0.002 0 0 2023-11-15T03:49:02.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: 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-11-15T03:49:02.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: ** Compaction Stats [default] ** 2023-11-15T03:49:02.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: 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-11-15T03:49:02.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:49:02.020 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 52.3 0.00 0.00 1 0.002 0 0 2023-11-15T03:49:02.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T03:49:02.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T03:49:02.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T03:49:02.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T03:49:02.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T03:49:02.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T03:49:02.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Cumulative compaction: 0.00 GB write, 9.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T03:49:02.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T03:49:02.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: 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-11-15T03:49:02.022 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T03:49:02.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.750+0000 7f74274bf880 0 starting mon.smithi037 rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi037 fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:49:02.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.754+0000 7f74274bf880 1 mon.smithi037@-1(???) e1 preinit fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:49:02.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.754+0000 7f74274bf880 0 mon.smithi037@-1(???).mds e1 new map 2023-11-15T03:49:02.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.754+0000 7f74274bf880 0 mon.smithi037@-1(???).mds e1 print_map 2023-11-15T03:49:02.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: e1 2023-11-15T03:49:02.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T03:49:02.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: 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-11-15T03:49:02.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: legacy client fscid: -1 2023-11-15T03:49:02.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: 2023-11-15T03:49:02.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: No filesystems configured 2023-11-15T03:49:02.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.754+0000 7f74274bf880 0 mon.smithi037@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T03:49:02.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.754+0000 7f74274bf880 0 mon.smithi037@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T03:49:02.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: debug 2023-11-15T03:49:01.754+0000 7f74274bf880 0 mon.smithi037@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T03:49:02.025 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: audit 2023-11-15T03:48:59.354805+0000 mon.smithi037 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.37:0/3136977701' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:49:02.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: cluster 2023-11-15T03:49:01.762318+0000 mon.smithi037 (mon.0) 1 : cluster [INF] mon.smithi037 is new leader, mons smithi037 in quorum (ranks 0) 2023-11-15T03:49:02.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: cluster 2023-11-15T03:49:01.762384+0000 mon.smithi037 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0]} removed_ranks: {} 2023-11-15T03:49:02.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: cluster 2023-11-15T03:49:01.762812+0000 mon.smithi037 (mon.0) 3 : cluster [DBG] fsmap 2023-11-15T03:49:02.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: cluster 2023-11-15T03:49:01.762854+0000 mon.smithi037 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T03:49:02.026 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:01 smithi037 bash[25974]: cluster 2023-11-15T03:49:01.763331+0000 mon.smithi037 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T03:49:02.683 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T03:49:02.683 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T03:49:02.684 INFO:teuthology.orchestra.run.smithi037.stderr:Creating mgr... 2023-11-15T03:49:02.684 INFO:teuthology.orchestra.run.smithi037.stderr:Verifying port 9283 ... 2023-11-15T03:49:02.832 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Failed to reset failed state of unit ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mgr.smithi037.kdknfa.service: Unit ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mgr.smithi037.kdknfa.service is not loaded. 2023-11-15T03:49:02.839 INFO:teuthology.orchestra.run.smithi037.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7.target.wants/ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mgr.smithi037.kdknfa.service -> /etc/systemd/system/ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T03:49:02.976 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld does not appear to be present 2023-11-15T03:49:02.976 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T03:49:02.977 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld does not appear to be present 2023-11-15T03:49:02.977 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T03:49:02.977 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr to start... 2023-11-15T03:49:02.977 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr... 2023-11-15T03:49:03.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:03 smithi037 bash[25974]: audit 2023-11-15T03:49:02.131269+0000 mon.smithi037 (mon.0) 6 : audit [INF] from='client.? 172.21.15.37:0/3901532622' entity='client.admin' 2023-11-15T03:49:04.752 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:49:04.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T03:49:04.753 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsid": "d0cdc05a-8369-11ee-8dbe-212e2dc638e7", 2023-11-15T03:49:04.755 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "health": { 2023-11-15T03:49:04.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T03:49:04.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T03:49:04.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T03:49:04.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:04.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T03:49:04.756 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T03:49:04.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 0 2023-11-15T03:49:04.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T03:49:04.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T03:49:04.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "smithi037" 2023-11-15T03:49:04.757 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T03:49:04.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-15T03:49:04.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T03:49:04.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:04.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T03:49:04.758 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T03:49:04.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:04.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T03:49:04.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:04.759 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T03:49:04.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T03:49:04.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T03:49:04.760 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T03:49:04.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T03:49:04.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T03:49:04.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:04.762 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T03:49:04.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T03:49:04.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T03:49:04.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T03:49:04.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T03:49:04.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T03:49:04.763 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T03:49:04.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T03:49:04.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T03:49:04.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:04.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T03:49:04.764 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:04.766 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T03:49:04.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T03:49:04.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:04.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T03:49:04.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": false, 2023-11-15T03:49:04.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T03:49:04.767 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T03:49:04.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "iostat", 2023-11-15T03:49:04.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "nfs", 2023-11-15T03:49:04.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "restful" 2023-11-15T03:49:04.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T03:49:04.768 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T03:49:04.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:04.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T03:49:04.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:04.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modified": "2023-11-15T03:48:55.786263+0000", 2023-11-15T03:49:04.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T03:49:04.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:04.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T03:49:04.770 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T03:49:04.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:04 smithi037 bash[25974]: audit 2023-11-15T03:49:04.751514+0000 mon.smithi037 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.37:0/437620483' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T03:49:05.316 INFO:teuthology.orchestra.run.smithi037.stderr:mgr not available, waiting (1/15)... 2023-11-15T03:49:08.468 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:49:08.468 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T03:49:08.468 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsid": "d0cdc05a-8369-11ee-8dbe-212e2dc638e7", 2023-11-15T03:49:08.469 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "health": { 2023-11-15T03:49:08.469 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T03:49:08.469 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T03:49:08.469 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T03:49:08.469 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:08.470 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T03:49:08.470 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T03:49:08.470 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 0 2023-11-15T03:49:08.470 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T03:49:08.470 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T03:49:08.471 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "smithi037" 2023-11-15T03:49:08.471 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T03:49:08.471 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-11-15T03:49:08.471 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T03:49:08.471 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:08.472 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T03:49:08.473 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T03:49:08.473 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:08.473 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T03:49:08.473 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:08.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T03:49:08.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T03:49:08.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T03:49:08.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T03:49:08.474 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T03:49:08.475 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T03:49:08.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:08.479 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T03:49:08.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T03:49:08.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T03:49:08.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T03:49:08.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T03:49:08.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T03:49:08.480 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T03:49:08.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T03:49:08.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T03:49:08.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:08.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T03:49:08.481 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:08.482 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T03:49:08.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T03:49:08.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:08.483 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T03:49:08.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": false, 2023-11-15T03:49:08.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T03:49:08.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T03:49:08.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "iostat", 2023-11-15T03:49:08.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "nfs", 2023-11-15T03:49:08.484 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "restful" 2023-11-15T03:49:08.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T03:49:08.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T03:49:08.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:08.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T03:49:08.485 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:08.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modified": "2023-11-15T03:48:55.786263+0000", 2023-11-15T03:49:08.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T03:49:08.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:08.486 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T03:49:08.487 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T03:49:08.538 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:08 smithi037 bash[25974]: audit 2023-11-15T03:49:08.465929+0000 mon.smithi037 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.37:0/999928351' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T03:49:09.106 INFO:teuthology.orchestra.run.smithi037.stderr:mgr not available, waiting (2/15)... 2023-11-15T03:49:11.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:11 smithi037 bash[25974]: cluster 2023-11-15T03:49:11.087048+0000 mon.smithi037 (mon.0) 9 : cluster [INF] Activating manager daemon smithi037.kdknfa 2023-11-15T03:49:11.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:11 smithi037 bash[25974]: cluster 2023-11-15T03:49:11.092786+0000 mon.smithi037 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi037.kdknfa(active, starting, since 0.00595383s) 2023-11-15T03:49:11.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:11 smithi037 bash[25974]: audit 2023-11-15T03:49:11.095624+0000 mon.smithi037 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.37:0/108970270' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T03:49:11.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:11 smithi037 bash[25974]: audit 2023-11-15T03:49:11.096053+0000 mon.smithi037 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.37:0/108970270' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T03:49:11.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:11 smithi037 bash[25974]: audit 2023-11-15T03:49:11.096404+0000 mon.smithi037 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.37:0/108970270' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T03:49:11.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:11 smithi037 bash[25974]: audit 2023-11-15T03:49:11.096876+0000 mon.smithi037 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.37:0/108970270' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-11-15T03:49:11.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:11 smithi037 bash[25974]: audit 2023-11-15T03:49:11.097387+0000 mon.smithi037 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.37:0/108970270' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr metadata", "who": "smithi037.kdknfa", "id": "smithi037.kdknfa"}]: dispatch 2023-11-15T03:49:11.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:11 smithi037 bash[25974]: cluster 2023-11-15T03:49:11.101549+0000 mon.smithi037 (mon.0) 16 : cluster [INF] Manager daemon smithi037.kdknfa is now available 2023-11-15T03:49:11.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:11 smithi037 bash[25974]: audit 2023-11-15T03:49:11.116852+0000 mon.smithi037 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.37:0/108970270' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:11.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:11 smithi037 bash[25974]: audit 2023-11-15T03:49:11.128791+0000 mon.smithi037 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.37:0/108970270' entity='mgr.smithi037.kdknfa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.kdknfa/mirror_snapshot_schedule"}]: dispatch 2023-11-15T03:49:11.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:11 smithi037 bash[25974]: audit 2023-11-15T03:49:11.133327+0000 mon.smithi037 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.37:0/108970270' entity='mgr.smithi037.kdknfa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.kdknfa/trash_purge_schedule"}]: dispatch 2023-11-15T03:49:12.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:12 smithi037 bash[25974]: audit 2023-11-15T03:49:11.140493+0000 mon.smithi037 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.37:0/108970270' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:12.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:12 smithi037 bash[25974]: audit 2023-11-15T03:49:11.145732+0000 mon.smithi037 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.37:0/108970270' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:12.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:12 smithi037 bash[25974]: cluster 2023-11-15T03:49:12.098738+0000 mon.smithi037 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi037.kdknfa(active, since 1.01191s) 2023-11-15T03:49:12.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:49:12.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T03:49:12.591 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsid": "d0cdc05a-8369-11ee-8dbe-212e2dc638e7", 2023-11-15T03:49:12.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "health": { 2023-11-15T03:49:12.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T03:49:12.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T03:49:12.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T03:49:12.592 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:12.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T03:49:12.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T03:49:12.593 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 0 2023-11-15T03:49:12.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T03:49:12.595 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T03:49:12.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "smithi037" 2023-11-15T03:49:12.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T03:49:12.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-15T03:49:12.596 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T03:49:12.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:12.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T03:49:12.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T03:49:12.597 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:12.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T03:49:12.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:12.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T03:49:12.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T03:49:12.598 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T03:49:12.599 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T03:49:12.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T03:49:12.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T03:49:12.602 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:12.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T03:49:12.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T03:49:12.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T03:49:12.603 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T03:49:12.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T03:49:12.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T03:49:12.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T03:49:12.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T03:49:12.604 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T03:49:12.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:12.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T03:49:12.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:12.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T03:49:12.605 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T03:49:12.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:12.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T03:49:12.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": true, 2023-11-15T03:49:12.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T03:49:12.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T03:49:12.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "iostat", 2023-11-15T03:49:12.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "nfs", 2023-11-15T03:49:12.607 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "restful" 2023-11-15T03:49:12.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ], 2023-11-15T03:49:12.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T03:49:12.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:12.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T03:49:12.608 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T03:49:12.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "modified": "2023-11-15T03:48:55.786263+0000", 2023-11-15T03:49:12.609 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "services": {} 2023-11-15T03:49:12.610 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: }, 2023-11-15T03:49:12.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T03:49:12.611 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T03:49:13.112 INFO:teuthology.orchestra.run.smithi037.stderr:mgr is available 2023-11-15T03:49:13.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:13 smithi037 bash[25974]: audit 2023-11-15T03:49:12.588791+0000 mon.smithi037 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.37:0/3176947603' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T03:49:14.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:14 smithi037 bash[25974]: cluster 2023-11-15T03:49:13.144923+0000 mon.smithi037 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi037.kdknfa(active, since 2s) 2023-11-15T03:49:14.576 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:49:14.576 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [global] 2023-11-15T03:49:14.576 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: fsid = d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:49:14.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T03:49:14.577 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T03:49:14.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T03:49:14.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T03:49:14.578 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:49:14.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [mgr] 2023-11-15T03:49:14.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T03:49:14.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 2023-11-15T03:49:14.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: [osd] 2023-11-15T03:49:14.579 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T03:49:14.580 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T03:49:15.068 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling cephadm module... 2023-11-15T03:49:15.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:15 smithi037 bash[25974]: audit 2023-11-15T03:49:14.574746+0000 mon.smithi037 (mon.0) 25 : audit [INF] from='client.? 172.21.15.37:0/4043589496' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T03:49:16.869 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:16 smithi037 bash[25974]: audit 2023-11-15T03:49:16.529306+0000 mon.smithi037 (mon.0) 26 : audit [INF] from='client.? 172.21.15.37:0/1522950581' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T03:49:17.896 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:17 smithi037 bash[25974]: audit 2023-11-15T03:49:16.585389+0000 mon.smithi037 (mon.0) 27 : audit [INF] from='client.? 172.21.15.37:0/1522950581' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T03:49:17.897 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:17 smithi037 bash[25974]: cluster 2023-11-15T03:49:16.585514+0000 mon.smithi037 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi037.kdknfa(active, since 5s) 2023-11-15T03:49:18.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T03:49:18.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T03:49:18.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": true, 2023-11-15T03:49:18.662 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "active_name": "smithi037.kdknfa", 2023-11-15T03:49:18.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T03:49:18.663 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T03:49:18.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:18 smithi037 bash[25974]: audit 2023-11-15T03:49:18.660771+0000 mon.smithi037 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.37:0/2389351766' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T03:49:19.187 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for the mgr to restart... 2023-11-15T03:49:19.188 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr epoch 5... 2023-11-15T03:49:23.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:23 smithi037 bash[25974]: cluster 2023-11-15T03:49:23.171063+0000 mon.smithi037 (mon.0) 30 : cluster [INF] Active manager daemon smithi037.kdknfa restarted 2023-11-15T03:49:23.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:23 smithi037 bash[25974]: cluster 2023-11-15T03:49:23.171460+0000 mon.smithi037 (mon.0) 31 : cluster [INF] Activating manager daemon smithi037.kdknfa 2023-11-15T03:49:23.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:23 smithi037 bash[25974]: cluster 2023-11-15T03:49:23.177061+0000 mon.smithi037 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T03:49:23.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:23 smithi037 bash[25974]: cluster 2023-11-15T03:49:23.177216+0000 mon.smithi037 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi037.kdknfa(active, starting, since 0.00588732s) 2023-11-15T03:49:23.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:23 smithi037 bash[25974]: audit 2023-11-15T03:49:23.179171+0000 mon.smithi037 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-11-15T03:49:23.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:23 smithi037 bash[25974]: audit 2023-11-15T03:49:23.180855+0000 mon.smithi037 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr metadata", "who": "smithi037.kdknfa", "id": "smithi037.kdknfa"}]: dispatch 2023-11-15T03:49:23.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:23 smithi037 bash[25974]: audit 2023-11-15T03:49:23.182232+0000 mon.smithi037 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T03:49:23.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:23 smithi037 bash[25974]: audit 2023-11-15T03:49:23.182633+0000 mon.smithi037 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T03:49:23.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:23 smithi037 bash[25974]: audit 2023-11-15T03:49:23.182941+0000 mon.smithi037 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T03:49:23.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:23 smithi037 bash[25974]: cluster 2023-11-15T03:49:23.187481+0000 mon.smithi037 (mon.0) 39 : cluster [INF] Manager daemon smithi037.kdknfa is now available 2023-11-15T03:49:23.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:23 smithi037 bash[25974]: audit 2023-11-15T03:49:23.209599+0000 mon.smithi037 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:24.199 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T03:49:24.199 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T03:49:24.200 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T03:49:24.200 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T03:49:24.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:24 smithi037 bash[25974]: cephadm 2023-11-15T03:49:23.204353+0000 mgr.smithi037.kdknfa (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-15T03:49:24.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:24 smithi037 bash[25974]: audit 2023-11-15T03:49:23.333914+0000 mon.smithi037 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:24.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:24 smithi037 bash[25974]: audit 2023-11-15T03:49:23.335557+0000 mon.smithi037 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:49:24.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:24 smithi037 bash[25974]: audit 2023-11-15T03:49:23.338476+0000 mon.smithi037 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:49:24.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:24 smithi037 bash[25974]: audit 2023-11-15T03:49:23.343056+0000 mon.smithi037 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:49:24.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:24 smithi037 bash[25974]: audit 2023-11-15T03:49:23.366073+0000 mon.smithi037 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.kdknfa/mirror_snapshot_schedule"}]: dispatch 2023-11-15T03:49:24.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:24 smithi037 bash[25974]: audit 2023-11-15T03:49:23.371096+0000 mon.smithi037 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.kdknfa/trash_purge_schedule"}]: dispatch 2023-11-15T03:49:24.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:24 smithi037 bash[25974]: cluster 2023-11-15T03:49:24.182324+0000 mon.smithi037 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi037.kdknfa(active, since 1.01097s) 2023-11-15T03:49:24.761 INFO:teuthology.orchestra.run.smithi037.stderr:mgr epoch 5 is available 2023-11-15T03:49:24.761 INFO:teuthology.orchestra.run.smithi037.stderr:Setting orchestrator backend to cephadm... 2023-11-15T03:49:25.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:25 smithi037 bash[25974]: audit 2023-11-15T03:49:24.181360+0000 mgr.smithi037.kdknfa (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T03:49:25.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:25 smithi037 bash[25974]: audit 2023-11-15T03:49:24.198068+0000 mgr.smithi037.kdknfa (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T03:49:26.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:26 smithi037 bash[25974]: cluster 2023-11-15T03:49:25.340328+0000 mon.smithi037 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi037.kdknfa(active, since 2s) 2023-11-15T03:49:26.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:26 smithi037 bash[25974]: audit 2023-11-15T03:49:26.118841+0000 mon.smithi037 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:26.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:26 smithi037 bash[25974]: audit 2023-11-15T03:49:26.174801+0000 mon.smithi037 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:49:27.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:27 smithi037 bash[25974]: audit 2023-11-15T03:49:26.111248+0000 mgr.smithi037.kdknfa (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:28.070 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: value unchanged 2023-11-15T03:49:28.606 INFO:teuthology.orchestra.run.smithi037.stderr:Generating ssh key... 2023-11-15T03:49:28.983 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:28 smithi037 bash[25974]: audit 2023-11-15T03:49:28.069315+0000 mgr.smithi037.kdknfa (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:31.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:31 smithi037 bash[25974]: audit 2023-11-15T03:49:30.016909+0000 mgr.smithi037.kdknfa (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:31.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:31 smithi037 bash[25974]: cephadm 2023-11-15T03:49:30.017395+0000 mgr.smithi037.kdknfa (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-15T03:49:31.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:31 smithi037 bash[25974]: audit 2023-11-15T03:49:30.208260+0000 mon.smithi037 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:31.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:31 smithi037 bash[25974]: audit 2023-11-15T03:49:30.212441+0000 mon.smithi037 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:32.088 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLUMfZIm7i9MDzMajyDoMGGJgIbh4Hfk/IguOeVCl7mmriPQIzPMcTSotLjm2ahF3JAlL/hIONsWYQkWq+DZf553qOb/sOQoWlx3p9vKpkJKJVACusnLHtg+gms1qaFb9ktJsJaEh5RAHguEjOTrkkhIjcf9QfU56dwQPIFBEF/NNku47eQNJo3gwOsuRFDOiCRF34hJC6suDkS3+rhZ7F8+G3D+R6qHrMLWxYJR4CkstwGlMdQz7p1XEg7MX3euH/S95v5yW/pIuTG/LvLau7hKDQGxqG02eGSUm6nNejiT4LklD2tzcOnr51lUa2hCezJn76EkvctvFCvg8n9bX+ZVH9ZcZaNmdpw09V2Ip93RezXe35/4D4Cnr0PJar89ZYbZpM1DOJvPpsVGdTkJXCKm0BCtKsGrjliwvlaAj5QVJncEcK6pQ5uNYPCOD5SwDYDwOhbEal0veY8MEGF3p7g/54wo2KFK8ZCouV+TmTf7n1aqMazKUft1Xe1ICrn3M= ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:49:32.651 INFO:teuthology.orchestra.run.smithi037.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T03:49:32.651 INFO:teuthology.orchestra.run.smithi037.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T03:49:32.652 INFO:teuthology.orchestra.run.smithi037.stderr:Adding host smithi037... 2023-11-15T03:49:33.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:32 smithi037 bash[25974]: audit 2023-11-15T03:49:32.086549+0000 mgr.smithi037.kdknfa (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:34.955 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Added host 'smithi037' with addr '172.21.15.37' 2023-11-15T03:49:34.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:34 smithi037 bash[25974]: audit 2023-11-15T03:49:34.105098+0000 mgr.smithi037.kdknfa (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "addr": "172.21.15.37", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:35.647 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying mon service with default placement... 2023-11-15T03:49:36.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:35 smithi037 bash[25974]: audit 2023-11-15T03:49:34.953515+0000 mon.smithi037 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:36.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:35 smithi037 bash[25974]: cephadm 2023-11-15T03:49:34.954134+0000 mgr.smithi037.kdknfa (mgr.14116) 10 : cephadm [INF] Added host smithi037 2023-11-15T03:49:36.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:35 smithi037 bash[25974]: audit 2023-11-15T03:49:34.965613+0000 mon.smithi037 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:49:37.606 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T03:49:38.241 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying mgr service with default placement... 2023-11-15T03:49:38.945 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:38 smithi037 bash[25974]: audit 2023-11-15T03:49:37.596983+0000 mgr.smithi037.kdknfa (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:38.945 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:38 smithi037 bash[25974]: cephadm 2023-11-15T03:49:37.600197+0000 mgr.smithi037.kdknfa (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T03:49:38.946 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:38 smithi037 bash[25974]: audit 2023-11-15T03:49:37.605470+0000 mon.smithi037 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:38.946 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:38 smithi037 bash[25974]: audit 2023-11-15T03:49:37.837985+0000 mon.smithi037 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:38.946 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:38 smithi037 bash[25974]: audit 2023-11-15T03:49:38.138309+0000 mon.smithi037 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:39.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T03:49:40.198 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying crash service with default placement... 2023-11-15T03:49:40.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:40 smithi037 bash[25974]: audit 2023-11-15T03:49:39.641384+0000 mgr.smithi037.kdknfa (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:40.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:40 smithi037 bash[25974]: cephadm 2023-11-15T03:49:39.643533+0000 mgr.smithi037.kdknfa (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T03:49:40.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:40 smithi037 bash[25974]: audit 2023-11-15T03:49:39.647940+0000 mon.smithi037 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:41.649 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T03:49:42.204 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying prometheus service with default placement... 2023-11-15T03:49:42.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:42 smithi037 bash[25974]: audit 2023-11-15T03:49:41.640630+0000 mgr.smithi037.kdknfa (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:42.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:42 smithi037 bash[25974]: cephadm 2023-11-15T03:49:41.643159+0000 mgr.smithi037.kdknfa (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T03:49:42.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:42 smithi037 bash[25974]: audit 2023-11-15T03:49:41.647889+0000 mon.smithi037 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:43.549 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T03:49:44.167 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying grafana service with default placement... 2023-11-15T03:49:44.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:44 smithi037 bash[25974]: cluster 2023-11-15T03:49:43.183805+0000 mgr.smithi037.kdknfa (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:49:44.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:44 smithi037 bash[25974]: audit 2023-11-15T03:49:43.359590+0000 mon.smithi037 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:44.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:44 smithi037 bash[25974]: audit 2023-11-15T03:49:43.541046+0000 mgr.smithi037.kdknfa (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:44.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:44 smithi037 bash[25974]: cephadm 2023-11-15T03:49:43.542398+0000 mgr.smithi037.kdknfa (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-15T03:49:44.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:44 smithi037 bash[25974]: audit 2023-11-15T03:49:43.548078+0000 mon.smithi037 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:45.710 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T03:49:46.241 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying node-exporter service with default placement... 2023-11-15T03:49:46.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:46 smithi037 bash[25974]: cluster 2023-11-15T03:49:45.184134+0000 mgr.smithi037.kdknfa (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:49:46.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:46 smithi037 bash[25974]: audit 2023-11-15T03:49:45.708435+0000 mon.smithi037 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:47.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:47 smithi037 bash[25974]: audit 2023-11-15T03:49:45.702953+0000 mgr.smithi037.kdknfa (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:47.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:47 smithi037 bash[25974]: cephadm 2023-11-15T03:49:45.705180+0000 mgr.smithi037.kdknfa (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T03:49:47.769 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T03:49:48.330 INFO:teuthology.orchestra.run.smithi037.stderr:Deploying alertmanager service with default placement... 2023-11-15T03:49:48.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:48 smithi037 bash[25974]: cluster 2023-11-15T03:49:47.184607+0000 mgr.smithi037.kdknfa (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:49:48.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:48 smithi037 bash[25974]: audit 2023-11-15T03:49:47.768200+0000 mon.smithi037 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:49.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:49 smithi037 bash[25974]: audit 2023-11-15T03:49:47.761393+0000 mgr.smithi037.kdknfa (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:49.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:49 smithi037 bash[25974]: cephadm 2023-11-15T03:49:47.763694+0000 mgr.smithi037.kdknfa (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T03:49:49.829 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T03:49:50.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:50 smithi037 bash[25974]: cluster 2023-11-15T03:49:49.185103+0000 mgr.smithi037.kdknfa (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:49:50.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:50 smithi037 bash[25974]: audit 2023-11-15T03:49:49.827150+0000 mon.smithi037 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.37:0/1111681708' entity='mgr.smithi037.kdknfa' 2023-11-15T03:49:51.655 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:51 smithi037 bash[25974]: audit 2023-11-15T03:49:49.819571+0000 mgr.smithi037.kdknfa (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:49:51.655 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:51 smithi037 bash[25974]: cephadm 2023-11-15T03:49:49.821880+0000 mgr.smithi037.kdknfa (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-15T03:49:52.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:52 smithi037 bash[25974]: cluster 2023-11-15T03:49:51.185557+0000 mgr.smithi037.kdknfa (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:49:52.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:52 smithi037 bash[25974]: audit 2023-11-15T03:49:52.335439+0000 mon.smithi037 (mon.0) 65 : audit [INF] from='client.? 172.21.15.37:0/3397135184' entity='client.admin' 2023-11-15T03:49:54.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:54 smithi037 bash[25974]: cluster 2023-11-15T03:49:53.185964+0000 mgr.smithi037.kdknfa (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:49:54.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:54 smithi037 bash[25974]: audit 2023-11-15T03:49:54.175685+0000 mon.smithi037 (mon.0) 66 : audit [INF] from='client.? 172.21.15.37:0/1375591449' entity='client.admin' 2023-11-15T03:49:54.711 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling the dashboard module... 2023-11-15T03:49:56.693 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:56 smithi037 bash[25974]: cluster 2023-11-15T03:49:55.186489+0000 mgr.smithi037.kdknfa (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:49:56.693 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:56 smithi037 bash[25974]: audit 2023-11-15T03:49:56.138677+0000 mon.smithi037 (mon.0) 67 : audit [INF] from='client.? 172.21.15.37:0/3756874809' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T03:49:57.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:57 smithi037 bash[25974]: audit 2023-11-15T03:49:56.389337+0000 mon.smithi037 (mon.0) 68 : audit [INF] from='client.? 172.21.15.37:0/3756874809' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T03:49:57.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:57 smithi037 bash[25974]: cluster 2023-11-15T03:49:56.389444+0000 mon.smithi037 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi037.kdknfa(active, since 33s) 2023-11-15T03:49:58.509 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T03:49:58.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-15T03:49:58.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "available": true, 2023-11-15T03:49:58.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "active_name": "smithi037.kdknfa", 2023-11-15T03:49:58.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T03:49:58.510 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T03:49:58.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:49:58 smithi037 bash[25974]: audit 2023-11-15T03:49:58.508082+0000 mon.smithi037 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.37:0/2783203947' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T03:49:59.089 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for the mgr to restart... 2023-11-15T03:49:59.090 INFO:teuthology.orchestra.run.smithi037.stderr:Waiting for mgr epoch 9... 2023-11-15T03:50:03.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:03 smithi037 bash[25974]: cluster 2023-11-15T03:50:03.083169+0000 mon.smithi037 (mon.0) 71 : cluster [INF] Active manager daemon smithi037.kdknfa restarted 2023-11-15T03:50:03.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:03 smithi037 bash[25974]: cluster 2023-11-15T03:50:03.083632+0000 mon.smithi037 (mon.0) 72 : cluster [INF] Activating manager daemon smithi037.kdknfa 2023-11-15T03:50:03.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:03 smithi037 bash[25974]: cluster 2023-11-15T03:50:03.088744+0000 mon.smithi037 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-15T03:50:03.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:03 smithi037 bash[25974]: cluster 2023-11-15T03:50:03.088907+0000 mon.smithi037 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi037.kdknfa(active, starting, since 0.00544999s) 2023-11-15T03:50:03.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:03 smithi037 bash[25974]: audit 2023-11-15T03:50:03.091060+0000 mon.smithi037 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-11-15T03:50:03.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:03 smithi037 bash[25974]: audit 2023-11-15T03:50:03.092817+0000 mon.smithi037 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr metadata", "who": "smithi037.kdknfa", "id": "smithi037.kdknfa"}]: dispatch 2023-11-15T03:50:03.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:03 smithi037 bash[25974]: audit 2023-11-15T03:50:03.094250+0000 mon.smithi037 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T03:50:03.320 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:03 smithi037 bash[25974]: audit 2023-11-15T03:50:03.094686+0000 mon.smithi037 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T03:50:03.320 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:03 smithi037 bash[25974]: audit 2023-11-15T03:50:03.095069+0000 mon.smithi037 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T03:50:03.320 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:03 smithi037 bash[25974]: cluster 2023-11-15T03:50:03.100171+0000 mon.smithi037 (mon.0) 80 : cluster [INF] Manager daemon smithi037.kdknfa is now available 2023-11-15T03:50:04.109 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: { 2023-11-15T03:50:04.109 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-15T03:50:04.110 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T03:50:04.110 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: } 2023-11-15T03:50:04.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:04 smithi037 bash[25974]: audit 2023-11-15T03:50:03.239399+0000 mon.smithi037 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:50:04.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:04 smithi037 bash[25974]: audit 2023-11-15T03:50:03.245136+0000 mon.smithi037 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:50:04.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:04 smithi037 bash[25974]: audit 2023-11-15T03:50:03.272325+0000 mon.smithi037 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.kdknfa/mirror_snapshot_schedule"}]: dispatch 2023-11-15T03:50:04.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:04 smithi037 bash[25974]: audit 2023-11-15T03:50:03.287121+0000 mon.smithi037 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.kdknfa/trash_purge_schedule"}]: dispatch 2023-11-15T03:50:04.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:04 smithi037 bash[25974]: cluster 2023-11-15T03:50:04.094008+0000 mon.smithi037 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi037.kdknfa(active, since 1.01053s) 2023-11-15T03:50:04.721 INFO:teuthology.orchestra.run.smithi037.stderr:mgr epoch 9 is available 2023-11-15T03:50:04.721 INFO:teuthology.orchestra.run.smithi037.stderr:Generating a dashboard self-signed certificate... 2023-11-15T03:50:05.453 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:05 smithi037 bash[25974]: audit 2023-11-15T03:50:04.093197+0000 mgr.smithi037.kdknfa (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T03:50:05.454 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:05 smithi037 bash[25974]: audit 2023-11-15T03:50:04.108038+0000 mgr.smithi037.kdknfa (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T03:50:06.138 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T03:50:06.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:06 smithi037 bash[25974]: cluster 2023-11-15T03:50:05.153102+0000 mon.smithi037 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi037.kdknfa(active, since 2s) 2023-11-15T03:50:06.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:06 smithi037 bash[25974]: audit 2023-11-15T03:50:06.132026+0000 mon.smithi037 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:06.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:06 smithi037 bash[25974]: audit 2023-11-15T03:50:06.136353+0000 mon.smithi037 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:06.702 INFO:teuthology.orchestra.run.smithi037.stderr:Creating initial admin user... 2023-11-15T03:50:07.443 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:07 smithi037 bash[25974]: audit 2023-11-15T03:50:06.036065+0000 mgr.smithi037.kdknfa (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:50:08.432 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$.FMg.qj/kT.L3vCr7Lby4eT3c0h5NILOVZ.Lu2BfyE96nKLOFCMxu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700020208, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T03:50:08.976 INFO:teuthology.orchestra.run.smithi037.stderr:Fetching dashboard port number... 2023-11-15T03:50:09.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:09 smithi037 bash[25974]: audit 2023-11-15T03:50:08.148748+0000 mgr.smithi037.kdknfa (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-11-15T03:50:09.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:09 smithi037 bash[25974]: audit 2023-11-15T03:50:08.426685+0000 mon.smithi037 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:10.339 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: 8443 2023-11-15T03:50:10.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:10 smithi037 bash[25974]: cluster 2023-11-15T03:50:09.431991+0000 mon.smithi037 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi037.kdknfa(active, since 6s) 2023-11-15T03:50:10.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:10 smithi037 bash[25974]: audit 2023-11-15T03:50:10.037651+0000 mon.smithi037 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:10.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:10 smithi037 bash[25974]: audit 2023-11-15T03:50:10.337683+0000 mon.smithi037 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.37:0/538728176' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T03:50:10.906 INFO:teuthology.orchestra.run.smithi037.stderr:firewalld does not appear to be present 2023-11-15T03:50:10.907 INFO:teuthology.orchestra.run.smithi037.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T03:50:10.910 INFO:teuthology.orchestra.run.smithi037.stderr:Ceph Dashboard is now available at: 2023-11-15T03:50:10.911 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:50:10.911 INFO:teuthology.orchestra.run.smithi037.stderr: URL: https://smithi037.front.sepia.ceph.com:8443/ 2023-11-15T03:50:10.911 INFO:teuthology.orchestra.run.smithi037.stderr: User: admin 2023-11-15T03:50:10.911 INFO:teuthology.orchestra.run.smithi037.stderr: Password: 0b55kqdfp5 2023-11-15T03:50:10.911 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:50:10.912 INFO:teuthology.orchestra.run.smithi037.stderr:Enabling autotune for osd_memory_target 2023-11-15T03:50:14.378 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-15T03:50:14.878 INFO:teuthology.orchestra.run.smithi037.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-15T03:50:14.878 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:50:14.878 INFO:teuthology.orchestra.run.smithi037.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T03:50:14.879 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:50:14.879 INFO:teuthology.orchestra.run.smithi037.stderr:Or, if you are only running a single cluster on this host: 2023-11-15T03:50:14.879 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:50:14.879 INFO:teuthology.orchestra.run.smithi037.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-15T03:50:14.880 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:50:14.880 INFO:teuthology.orchestra.run.smithi037.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T03:50:14.880 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:50:14.880 INFO:teuthology.orchestra.run.smithi037.stderr: ceph telemetry on 2023-11-15T03:50:14.880 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:50:14.881 INFO:teuthology.orchestra.run.smithi037.stderr:For more information see: 2023-11-15T03:50:14.881 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:50:14.881 INFO:teuthology.orchestra.run.smithi037.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-15T03:50:14.881 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:50:14.881 INFO:teuthology.orchestra.run.smithi037.stderr:Bootstrap complete. 2023-11-15T03:50:14.918 INFO:tasks.cephadm:Fetching config... 2023-11-15T03:50:14.919 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:50:14.919 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T03:50:14.926 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T03:50:14.927 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:50:14.928 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T03:50:14.978 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T03:50:14.979 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:50:14.979 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/keyring of=/dev/stdout 2023-11-15T03:50:15.036 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T03:50:15.036 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:50:15.036 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T03:50:15.083 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T03:50:15.083 DEBUG:teuthology.orchestra.run.smithi037:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLUMfZIm7i9MDzMajyDoMGGJgIbh4Hfk/IguOeVCl7mmriPQIzPMcTSotLjm2ahF3JAlL/hIONsWYQkWq+DZf553qOb/sOQoWlx3p9vKpkJKJVACusnLHtg+gms1qaFb9ktJsJaEh5RAHguEjOTrkkhIjcf9QfU56dwQPIFBEF/NNku47eQNJo3gwOsuRFDOiCRF34hJC6suDkS3+rhZ7F8+G3D+R6qHrMLWxYJR4CkstwGlMdQz7p1XEg7MX3euH/S95v5yW/pIuTG/LvLau7hKDQGxqG02eGSUm6nNejiT4LklD2tzcOnr51lUa2hCezJn76EkvctvFCvg8n9bX+ZVH9ZcZaNmdpw09V2Ip93RezXe35/4D4Cnr0PJar89ZYbZpM1DOJvPpsVGdTkJXCKm0BCtKsGrjliwvlaAj5QVJncEcK6pQ5uNYPCOD5SwDYDwOhbEal0veY8MEGF3p7g/54wo2KFK8ZCouV+TmTf7n1aqMazKUft1Xe1ICrn3M= ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T03:50:15.148 INFO:teuthology.orchestra.run.smithi037.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLUMfZIm7i9MDzMajyDoMGGJgIbh4Hfk/IguOeVCl7mmriPQIzPMcTSotLjm2ahF3JAlL/hIONsWYQkWq+DZf553qOb/sOQoWlx3p9vKpkJKJVACusnLHtg+gms1qaFb9ktJsJaEh5RAHguEjOTrkkhIjcf9QfU56dwQPIFBEF/NNku47eQNJo3gwOsuRFDOiCRF34hJC6suDkS3+rhZ7F8+G3D+R6qHrMLWxYJR4CkstwGlMdQz7p1XEg7MX3euH/S95v5yW/pIuTG/LvLau7hKDQGxqG02eGSUm6nNejiT4LklD2tzcOnr51lUa2hCezJn76EkvctvFCvg8n9bX+ZVH9ZcZaNmdpw09V2Ip93RezXe35/4D4Cnr0PJar89ZYbZpM1DOJvPpsVGdTkJXCKm0BCtKsGrjliwvlaAj5QVJncEcK6pQ5uNYPCOD5SwDYDwOhbEal0veY8MEGF3p7g/54wo2KFK8ZCouV+TmTf7n1aqMazKUft1Xe1ICrn3M= ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:50:15.159 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLUMfZIm7i9MDzMajyDoMGGJgIbh4Hfk/IguOeVCl7mmriPQIzPMcTSotLjm2ahF3JAlL/hIONsWYQkWq+DZf553qOb/sOQoWlx3p9vKpkJKJVACusnLHtg+gms1qaFb9ktJsJaEh5RAHguEjOTrkkhIjcf9QfU56dwQPIFBEF/NNku47eQNJo3gwOsuRFDOiCRF34hJC6suDkS3+rhZ7F8+G3D+R6qHrMLWxYJR4CkstwGlMdQz7p1XEg7MX3euH/S95v5yW/pIuTG/LvLau7hKDQGxqG02eGSUm6nNejiT4LklD2tzcOnr51lUa2hCezJn76EkvctvFCvg8n9bX+ZVH9ZcZaNmdpw09V2Ip93RezXe35/4D4Cnr0PJar89ZYbZpM1DOJvPpsVGdTkJXCKm0BCtKsGrjliwvlaAj5QVJncEcK6pQ5uNYPCOD5SwDYDwOhbEal0veY8MEGF3p7g/54wo2KFK8ZCouV+TmTf7n1aqMazKUft1Xe1ICrn3M= ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T03:50:15.183 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDLUMfZIm7i9MDzMajyDoMGGJgIbh4Hfk/IguOeVCl7mmriPQIzPMcTSotLjm2ahF3JAlL/hIONsWYQkWq+DZf553qOb/sOQoWlx3p9vKpkJKJVACusnLHtg+gms1qaFb9ktJsJaEh5RAHguEjOTrkkhIjcf9QfU56dwQPIFBEF/NNku47eQNJo3gwOsuRFDOiCRF34hJC6suDkS3+rhZ7F8+G3D+R6qHrMLWxYJR4CkstwGlMdQz7p1XEg7MX3euH/S95v5yW/pIuTG/LvLau7hKDQGxqG02eGSUm6nNejiT4LklD2tzcOnr51lUa2hCezJn76EkvctvFCvg8n9bX+ZVH9ZcZaNmdpw09V2Ip93RezXe35/4D4Cnr0PJar89ZYbZpM1DOJvPpsVGdTkJXCKm0BCtKsGrjliwvlaAj5QVJncEcK6pQ5uNYPCOD5SwDYDwOhbEal0veY8MEGF3p7g/54wo2KFK8ZCouV+TmTf7n1aqMazKUft1Xe1ICrn3M= ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:50:15.194 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T03:50:15.710 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:15 smithi037 bash[25974]: audit 2023-11-15T03:50:14.373554+0000 mon.smithi037 (mon.0) 93 : audit [INF] from='client.? 172.21.15.37:0/3280259007' entity='client.admin' 2023-11-15T03:50:20.267 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-15T03:50:20.268 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-15T03:50:20.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:20 smithi037 bash[25974]: audit 2023-11-15T03:50:19.686431+0000 mon.smithi037 (mon.0) 94 : audit [INF] from='client.? 172.21.15.37:0/2331045846' entity='client.admin' 2023-11-15T03:50:23.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:22 smithi037 bash[25974]: audit 2023-11-15T03:50:21.899295+0000 mon.smithi037 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:23.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:22 smithi037 bash[25974]: audit 2023-11-15T03:50:22.307711+0000 mon.smithi037 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:50:23.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:22 smithi037 bash[25974]: audit 2023-11-15T03:50:22.313920+0000 mon.smithi037 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:23.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:22 smithi037 bash[25974]: cephadm 2023-11-15T03:50:22.330956+0000 mgr.smithi037.kdknfa (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi037 on smithi037 2023-11-15T03:50:24.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:23 smithi037 bash[25974]: cluster 2023-11-15T03:50:23.095823+0000 mgr.smithi037.kdknfa (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:24.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:23 smithi037 bash[25974]: audit 2023-11-15T03:50:23.882847+0000 mon.smithi037 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:24.954 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi143 2023-11-15T03:50:24.955 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T03:50:24.955 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.conf 2023-11-15T03:50:24.962 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T03:50:24.962 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T03:50:25.012 INFO:tasks.cephadm:Adding host smithi143 to orchestrator... 2023-11-15T03:50:25.012 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi143 2023-11-15T03:50:25.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:24 smithi037 bash[25974]: audit 2023-11-15T03:50:23.876798+0000 mgr.smithi037.kdknfa (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-11-15T03:50:26.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:25 smithi037 bash[25974]: cluster 2023-11-15T03:50:25.096151+0000 mgr.smithi037.kdknfa (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:28.038 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:27 smithi037 bash[25974]: cluster 2023-11-15T03:50:27.096575+0000 mgr.smithi037.kdknfa (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:30.252 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:30 smithi037 bash[25974]: cluster 2023-11-15T03:50:29.097079+0000 mgr.smithi037.kdknfa (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:31.561 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:31 smithi037 bash[25974]: audit 2023-11-15T03:50:30.287572+0000 mon.smithi037 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:31.561 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:31 smithi037 bash[25974]: audit 2023-11-15T03:50:30.290059+0000 mon.smithi037 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T03:50:31.561 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:31 smithi037 bash[25974]: audit 2023-11-15T03:50:30.293078+0000 mon.smithi037 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T03:50:31.561 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:31 smithi037 bash[25974]: audit 2023-11-15T03:50:30.293979+0000 mon.smithi037 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:50:31.562 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:31 smithi037 bash[25974]: cephadm 2023-11-15T03:50:30.294748+0000 mgr.smithi037.kdknfa (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi037 on smithi037 2023-11-15T03:50:32.576 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:32 smithi037 bash[25974]: cluster 2023-11-15T03:50:31.097508+0000 mgr.smithi037.kdknfa (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:34.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:33 smithi037 bash[25974]: audit 2023-11-15T03:50:32.745436+0000 mon.smithi037 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:34.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:33 smithi037 bash[25974]: audit 2023-11-15T03:50:32.813690+0000 mon.smithi037 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:34.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:33 smithi037 bash[25974]: audit 2023-11-15T03:50:32.818945+0000 mon.smithi037 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:34.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:33 smithi037 bash[25974]: audit 2023-11-15T03:50:32.821663+0000 mon.smithi037 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T03:50:34.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:33 smithi037 bash[25974]: audit 2023-11-15T03:50:32.822652+0000 mgr.smithi037.kdknfa (mgr.14156) 13 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T03:50:34.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:33 smithi037 bash[25974]: audit 2023-11-15T03:50:32.828416+0000 mon.smithi037 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:34.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:33 smithi037 bash[25974]: cephadm 2023-11-15T03:50:32.846458+0000 mgr.smithi037.kdknfa (mgr.14156) 14 : cephadm [INF] Deploying daemon grafana.smithi037 on smithi037 2023-11-15T03:50:34.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:33 smithi037 bash[25974]: cluster 2023-11-15T03:50:33.097934+0000 mgr.smithi037.kdknfa (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:34.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:33 smithi037 bash[25974]: audit 2023-11-15T03:50:33.277198+0000 mon.smithi037 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:36.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:36 smithi037 bash[25974]: cluster 2023-11-15T03:50:35.098473+0000 mgr.smithi037.kdknfa (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:38.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:37 smithi037 bash[25974]: cluster 2023-11-15T03:50:37.098906+0000 mgr.smithi037.kdknfa (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:40.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:40 smithi037 bash[25974]: cluster 2023-11-15T03:50:39.099245+0000 mgr.smithi037.kdknfa (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:42.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:42 smithi037 bash[25974]: cluster 2023-11-15T03:50:41.099602+0000 mgr.smithi037.kdknfa (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:44.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:44 smithi037 bash[25974]: cluster 2023-11-15T03:50:43.100063+0000 mgr.smithi037.kdknfa (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:46.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:46 smithi037 bash[25974]: cluster 2023-11-15T03:50:45.100539+0000 mgr.smithi037.kdknfa (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:48.061 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:47 smithi037 bash[25974]: cluster 2023-11-15T03:50:47.100877+0000 mgr.smithi037.kdknfa (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:50.170 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:50 smithi037 bash[25974]: cluster 2023-11-15T03:50:49.101124+0000 mgr.smithi037.kdknfa (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:51.341 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:51 smithi037 bash[25974]: audit 2023-11-15T03:50:50.208125+0000 mon.smithi037 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:51.342 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:51 smithi037 bash[25974]: cephadm 2023-11-15T03:50:50.216467+0000 mgr.smithi037.kdknfa (mgr.14156) 24 : cephadm [INF] Deploying daemon node-exporter.smithi037 on smithi037 2023-11-15T03:50:51.342 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:51 smithi037 bash[25974]: audit 2023-11-15T03:50:50.765310+0000 mon.smithi037 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:51.342 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:51 smithi037 bash[25974]: audit 2023-11-15T03:50:50.769416+0000 mon.smithi037 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T03:50:51.630 INFO:teuthology.orchestra.run.smithi143.stdout:Added host 'smithi143' with addr '172.21.15.143' 2023-11-15T03:50:52.326 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T03:50:52.440 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:52 smithi037 bash[25974]: audit 2023-11-15T03:50:50.810863+0000 mgr.smithi037.kdknfa (mgr.14156) 25 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:50:52.440 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:52 smithi037 bash[25974]: cluster 2023-11-15T03:50:51.101639+0000 mgr.smithi037.kdknfa (mgr.14156) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:50:52.440 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:52 smithi037 bash[25974]: audit 2023-11-15T03:50:51.628592+0000 mon.smithi037 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:52.440 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:52 smithi037 bash[25974]: audit 2023-11-15T03:50:51.774882+0000 mon.smithi037 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.37:0/718834910' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T03:50:52.441 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:52 smithi037 bash[25974]: cluster 2023-11-15T03:50:51.775034+0000 mon.smithi037 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi037.kdknfa(active, since 48s) 2023-11-15T03:50:58.638 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:58 smithi037 bash[25974]: cluster 2023-11-15T03:50:58.446462+0000 mon.smithi037 (mon.0) 115 : cluster [INF] Active manager daemon smithi037.kdknfa restarted 2023-11-15T03:50:58.638 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:58 smithi037 bash[25974]: cluster 2023-11-15T03:50:58.446869+0000 mon.smithi037 (mon.0) 116 : cluster [INF] Activating manager daemon smithi037.kdknfa 2023-11-15T03:50:58.638 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:58 smithi037 bash[25974]: cluster 2023-11-15T03:50:58.453267+0000 mon.smithi037 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-15T03:50:58.639 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:58 smithi037 bash[25974]: cluster 2023-11-15T03:50:58.453527+0000 mon.smithi037 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi037.kdknfa(active, starting, since 0.00679857s) 2023-11-15T03:50:58.639 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:58 smithi037 bash[25974]: audit 2023-11-15T03:50:58.456365+0000 mon.smithi037 (mon.0) 119 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-11-15T03:50:58.639 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:58 smithi037 bash[25974]: audit 2023-11-15T03:50:58.457015+0000 mon.smithi037 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr metadata", "who": "smithi037.kdknfa", "id": "smithi037.kdknfa"}]: dispatch 2023-11-15T03:50:58.639 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:58 smithi037 bash[25974]: audit 2023-11-15T03:50:58.458549+0000 mon.smithi037 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T03:50:58.639 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:58 smithi037 bash[25974]: audit 2023-11-15T03:50:58.458727+0000 mon.smithi037 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T03:50:58.639 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:58 smithi037 bash[25974]: audit 2023-11-15T03:50:58.458916+0000 mon.smithi037 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T03:50:58.640 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:58 smithi037 bash[25974]: cluster 2023-11-15T03:50:58.463076+0000 mon.smithi037 (mon.0) 124 : cluster [INF] Manager daemon smithi037.kdknfa is now available 2023-11-15T03:50:59.460 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T03:50:59.460 INFO:teuthology.orchestra.run.smithi143.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.143", "hostname": "smithi143", "labels": [], "status": ""}] 2023-11-15T03:50:59.692 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:59 smithi037 bash[25974]: audit 2023-11-15T03:50:58.600295+0000 mon.smithi037 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:50:59.692 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:59 smithi037 bash[25974]: audit 2023-11-15T03:50:58.604273+0000 mon.smithi037 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:50:59.692 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:59 smithi037 bash[25974]: audit 2023-11-15T03:50:58.646354+0000 mon.smithi037 (mon.0) 127 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:59.693 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:59 smithi037 bash[25974]: audit 2023-11-15T03:50:58.668262+0000 mon.smithi037 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.kdknfa/mirror_snapshot_schedule"}]: dispatch 2023-11-15T03:50:59.693 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:59 smithi037 bash[25974]: audit 2023-11-15T03:50:58.676461+0000 mon.smithi037 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi037.kdknfa/trash_purge_schedule"}]: dispatch 2023-11-15T03:50:59.693 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:59 smithi037 bash[25974]: audit 2023-11-15T03:50:59.270164+0000 mon.smithi037 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:50:59.693 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:50:59 smithi037 bash[25974]: cluster 2023-11-15T03:50:59.457239+0000 mon.smithi037 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi037.kdknfa(active, since 1.01051s) 2023-11-15T03:51:00.112 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T03:51:00.112 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T03:51:00.777 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:00 smithi037 bash[25974]: audit 2023-11-15T03:50:59.457553+0000 mgr.smithi037.kdknfa (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:51:01.642 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:01 smithi037 bash[25974]: cluster 2023-11-15T03:51:00.509050+0000 mon.smithi037 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi037.kdknfa(active, since 2s) 2023-11-15T03:51:01.642 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:01 smithi037 bash[25974]: audit 2023-11-15T03:51:01.104825+0000 mon.smithi037 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:04.220 INFO:teuthology.orchestra.run.smithi037.stderr:adjusted tunables profile to default 2023-11-15T03:51:04.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:04 smithi037 bash[25974]: audit 2023-11-15T03:51:04.160727+0000 mon.smithi037 (mon.0) 134 : audit [INF] from='client.? 172.21.15.37:0/1858532961' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T03:51:05.076 INFO:tasks.cephadm:Adding mon.smithi037 on smithi037 2023-11-15T03:51:05.076 INFO:tasks.cephadm:Adding mon.smithi143 on smithi143 2023-11-15T03:51:05.077 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi037:172.21.15.37=smithi037;smithi143:172.21.15.143=smithi143' 2023-11-15T03:51:05.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:05 smithi037 bash[25974]: audit 2023-11-15T03:51:04.214373+0000 mon.smithi037 (mon.0) 135 : audit [INF] from='client.? 172.21.15.37:0/1858532961' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T03:51:05.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:05 smithi037 bash[25974]: cluster 2023-11-15T03:51:04.214457+0000 mon.smithi037 (mon.0) 136 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T03:51:05.297 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:05 smithi037 bash[25974]: audit 2023-11-15T03:51:04.853218+0000 mon.smithi037 (mon.0) 137 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:05.298 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:05 smithi037 bash[25974]: audit 2023-11-15T03:51:05.140666+0000 mon.smithi037 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:51:07.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:07 smithi037 bash[25974]: audit 2023-11-15T03:51:06.623908+0000 mon.smithi037 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:07.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:07 smithi037 bash[25974]: audit 2023-11-15T03:51:06.947709+0000 mon.smithi037 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:07.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:07 smithi037 bash[25974]: audit 2023-11-15T03:51:06.949652+0000 mon.smithi037 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:51:07.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:07 smithi037 bash[25974]: audit 2023-11-15T03:51:06.951723+0000 mon.smithi037 (mon.0) 142 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:07.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:07 smithi037 bash[25974]: audit 2023-11-15T03:51:06.953487+0000 mon.smithi037 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:51:07.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:07 smithi037 bash[25974]: audit 2023-11-15T03:51:07.039541+0000 mon.smithi037 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:07.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:07 smithi037 bash[25974]: audit 2023-11-15T03:51:07.107762+0000 mon.smithi037 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:07.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:07 smithi037 bash[25974]: audit 2023-11-15T03:51:07.114389+0000 mon.smithi037 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:07.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:07 smithi037 bash[25974]: audit 2023-11-15T03:51:07.118589+0000 mon.smithi037 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T03:51:07.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:07 smithi037 bash[25974]: audit 2023-11-15T03:51:07.123760+0000 mon.smithi037 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T03:51:07.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:07 smithi037 bash[25974]: audit 2023-11-15T03:51:07.125327+0000 mon.smithi037 (mon.0) 149 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:08.948 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mon update... 2023-11-15T03:51:08.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:08 smithi037 bash[25974]: cephadm 2023-11-15T03:51:06.956234+0000 mgr.smithi037.kdknfa (mgr.14182) 2 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2023-11-15T03:51:08.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:08 smithi037 bash[25974]: cephadm 2023-11-15T03:51:06.956798+0000 mgr.smithi037.kdknfa (mgr.14182) 3 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2023-11-15T03:51:08.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:08 smithi037 bash[25974]: cephadm 2023-11-15T03:51:06.980163+0000 mgr.smithi037.kdknfa (mgr.14182) 4 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2023-11-15T03:51:08.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:08 smithi037 bash[25974]: cephadm 2023-11-15T03:51:07.063761+0000 mgr.smithi037.kdknfa (mgr.14182) 5 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2023-11-15T03:51:08.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:08 smithi037 bash[25974]: cephadm 2023-11-15T03:51:07.126659+0000 mgr.smithi037.kdknfa (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi143 on smithi143 2023-11-15T03:51:09.623 DEBUG:teuthology.orchestra.run.smithi143:mon.smithi143> sudo journalctl -f -n 0 -u ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mon.smithi143.service 2023-11-15T03:51:09.625 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T03:51:09.626 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T03:51:09.868 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2023-11-15T03:51:10.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:09 smithi037 bash[25974]: audit 2023-11-15T03:51:08.935500+0000 mgr.smithi037.kdknfa (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi037:172.21.15.37=smithi037;smithi143:172.21.15.143=smithi143", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:51:10.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:09 smithi037 bash[25974]: cephadm 2023-11-15T03:51:08.941239+0000 mgr.smithi037.kdknfa (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=smithi037;smithi143:172.21.15.143=smithi143;count:2 2023-11-15T03:51:10.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:09 smithi037 bash[25974]: audit 2023-11-15T03:51:08.946143+0000 mon.smithi037 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:11.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:11 smithi037 bash[25974]: audit 2023-11-15T03:51:10.065537+0000 mon.smithi037 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:11.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:11 smithi037 bash[25974]: audit 2023-11-15T03:51:10.070820+0000 mon.smithi037 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.wbmnko", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T03:51:11.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:11 smithi037 bash[25974]: audit 2023-11-15T03:51:10.077767+0000 mon.smithi037 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.wbmnko", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-15T03:51:11.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:11 smithi037 bash[25974]: audit 2023-11-15T03:51:10.079220+0000 mon.smithi037 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T03:51:11.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:11 smithi037 bash[25974]: audit 2023-11-15T03:51:10.080851+0000 mon.smithi037 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:11.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:11 smithi037 bash[25974]: cephadm 2023-11-15T03:51:10.082282+0000 mgr.smithi037.kdknfa (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi143.wbmnko on smithi143 2023-11-15T03:51:13.953 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T03:51:13.954 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"d0cdc05a-8369-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T03:48:52.062398Z","created":"2023-11-15T03:48:52.062398Z","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":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T03:51:13.955 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2023-11-15T03:51:14.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:14 smithi037 bash[25974]: audit 2023-11-15T03:51:13.447903+0000 mon.smithi037 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:14.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:14 smithi037 bash[25974]: audit 2023-11-15T03:51:13.451871+0000 mon.smithi037 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T03:51:14.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:14 smithi037 bash[25974]: audit 2023-11-15T03:51:13.453419+0000 mon.smithi037 (mon.0) 158 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T03:51:14.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:14 smithi037 bash[25974]: audit 2023-11-15T03:51:13.454874+0000 mon.smithi037 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:14.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:14 smithi037 bash[25974]: cephadm 2023-11-15T03:51:13.456336+0000 mgr.smithi037.kdknfa (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi143 on smithi143 2023-11-15T03:51:14.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:14 smithi037 bash[25974]: audit 2023-11-15T03:51:13.677364+0000 mon.smithi037 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:14.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:14 smithi037 bash[25974]: audit 2023-11-15T03:51:13.949047+0000 mon.smithi037 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.143:0/3771583599' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T03:51:15.762 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T03:51:15.763 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T03:51:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:18 smithi143 systemd[1]: Started Ceph mon.smithi143 for d0cdc05a-8369-11ee-8dbe-212e2dc638e7. 2023-11-15T03:51:19.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:19 smithi037 bash[25974]: audit 2023-11-15T03:51:18.342090+0000 mon.smithi037 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:19.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:19 smithi037 bash[25974]: cephadm 2023-11-15T03:51:18.346042+0000 mgr.smithi037.kdknfa (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi143 on smithi143 2023-11-15T03:51:19.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:19 smithi037 bash[25974]: cluster 2023-11-15T03:51:18.460756+0000 mgr.smithi037.kdknfa (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:19.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:19 smithi037 bash[25974]: audit 2023-11-15T03:51:18.684086+0000 mon.smithi037 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:19.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:19 smithi037 bash[25974]: audit 2023-11-15T03:51:18.870729+0000 mon.smithi037 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:20.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.385+0000 7f05f87f1880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T03:51:20.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.385+0000 7f05f87f1880 0 ceph version 16.2.14-170-g620f25c1 (620f25c1794f62207424fc9319427943fb8d1fae) pacific (stable), process ceph-mon, pid 6 2023-11-15T03:51:20.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.385+0000 7f05f87f1880 0 pidfile_write: ignore empty --pid-file 2023-11-15T03:51:20.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.389+0000 7f05f87f1880 0 load: jerasure load: lrc load: isa 2023-11-15T03:51:20.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T03:51:20.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T03:51:20.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Compile date Nov 13 2023 2023-11-15T03:51:20.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: DB SUMMARY 2023-11-15T03:51:20.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: CURRENT file: CURRENT 2023-11-15T03:51:20.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T03:51:20.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-15T03:51:20.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi143/store.db dir, Total Num: 0, files: 2023-11-15T03:51:20.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi143/store.db: 000003.log size: 511 ; 2023-11-15T03:51:20.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.error_if_exists: 0 2023-11-15T03:51:20.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.create_if_missing: 0 2023-11-15T03:51:20.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T03:51:20.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.env: 0x564fcb14b080 2023-11-15T03:51:20.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.fs: Posix File System 2023-11-15T03:51:20.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.info_log: 0x564fcc794520 2023-11-15T03:51:20.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T03:51:20.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.statistics: (nil) 2023-11-15T03:51:20.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.use_fsync: 0 2023-11-15T03:51:20.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T03:51:20.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T03:51:20.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T03:51:20.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T03:51:20.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T03:51:20.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T03:51:20.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T03:51:20.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T03:51:20.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T03:51:20.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T03:51:20.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T03:51:20.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.db_log_dir: 2023-11-15T03:51:20.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi143/store.db 2023-11-15T03:51:20.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T03:51:20.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T03:51:20.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T03:51:20.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T03:51:20.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T03:51:20.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T03:51:20.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T03:51:20.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T03:51:20.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T03:51:20.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T03:51:20.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.write_buffer_manager: 0x564fcd3e2480 2023-11-15T03:51:20.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T03:51:20.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T03:51:20.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T03:51:20.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T03:51:20.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T03:51:20.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T03:51:20.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T03:51:20.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T03:51:20.662 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T03:51:20.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.unordered_write: 0 2023-11-15T03:51:20.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T03:51:20.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T03:51:20.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T03:51:20.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T03:51:20.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.row_cache: None 2023-11-15T03:51:20.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.wal_filter: None 2023-11-15T03:51:20.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T03:51:20.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T03:51:20.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T03:51:20.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.two_write_queues: 0 2023-11-15T03:51:20.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T03:51:20.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.atomic_flush: 0 2023-11-15T03:51:20.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T03:51:20.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T03:51:20.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T03:51:20.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T03:51:20.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T03:51:20.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T03:51:20.666 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T03:51:20.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T03:51:20.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T03:51:20.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T03:51:20.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T03:51:20.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T03:51:20.667 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T03:51:20.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T03:51:20.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T03:51:20.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_open_files: -1 2023-11-15T03:51:20.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T03:51:20.668 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T03:51:20.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T03:51:20.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T03:51:20.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Compression algorithms supported: 2023-11-15T03:51:20.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T03:51:20.669 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: kZSTD supported: 0 2023-11-15T03:51:20.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: kXpressCompression supported: 0 2023-11-15T03:51:20.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T03:51:20.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T03:51:20.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T03:51:20.670 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: kZlibCompression supported: 1 2023-11-15T03:51:20.671 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T03:51:20.671 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T03:51:20.673 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi143/store.db/MANIFEST-000001 2023-11-15T03:51:20.674 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T03:51:20.674 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T03:51:20.674 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.merge_operator: 2023-11-15T03:51:20.674 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_filter: None 2023-11-15T03:51:20.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T03:51:20.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T03:51:20.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T03:51:20.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564fcc737d28) 2023-11-15T03:51:20.675 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: cache_index_and_filter_blocks: 1 2023-11-15T03:51:20.676 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T03:51:20.676 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T03:51:20.676 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: pin_top_level_index_and_filter: 1 2023-11-15T03:51:20.676 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: index_type: 0 2023-11-15T03:51:20.676 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: data_block_index_type: 0 2023-11-15T03:51:20.676 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: index_shortening: 1 2023-11-15T03:51:20.677 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T03:51:20.677 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: hash_index_allow_collision: 1 2023-11-15T03:51:20.677 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: checksum: 1 2023-11-15T03:51:20.677 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: no_block_cache: 0 2023-11-15T03:51:20.677 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: block_cache: 0x564fcc76ef10 2023-11-15T03:51:20.678 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: block_cache_name: BinnedLRUCache 2023-11-15T03:51:20.678 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: block_cache_options: 2023-11-15T03:51:20.678 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: capacity : 536870912 2023-11-15T03:51:20.678 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: num_shard_bits : 4 2023-11-15T03:51:20.678 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: strict_capacity_limit : 0 2023-11-15T03:51:20.679 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: high_pri_pool_ratio: 0.000 2023-11-15T03:51:20.679 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: block_cache_compressed: (nil) 2023-11-15T03:51:20.679 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: persistent_cache: (nil) 2023-11-15T03:51:20.679 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: block_size: 4096 2023-11-15T03:51:20.679 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: block_size_deviation: 10 2023-11-15T03:51:20.679 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: block_restart_interval: 16 2023-11-15T03:51:20.680 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: index_block_restart_interval: 1 2023-11-15T03:51:20.680 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: metadata_block_size: 4096 2023-11-15T03:51:20.680 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: partition_filters: 0 2023-11-15T03:51:20.680 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: use_delta_encoding: 1 2023-11-15T03:51:20.680 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T03:51:20.681 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: whole_key_filtering: 1 2023-11-15T03:51:20.681 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: verify_compression: 0 2023-11-15T03:51:20.681 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: read_amp_bytes_per_bit: 0 2023-11-15T03:51:20.681 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: format_version: 2 2023-11-15T03:51:20.681 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: enable_index_compression: 1 2023-11-15T03:51:20.682 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: block_align: 0 2023-11-15T03:51:20.682 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T03:51:20.682 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T03:51:20.682 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compression: NoCompression 2023-11-15T03:51:20.682 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T03:51:20.682 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T03:51:20.683 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T03:51:20.683 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.num_levels: 7 2023-11-15T03:51:20.683 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T03:51:20.683 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T03:51:20.683 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T03:51:20.684 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T03:51:20.684 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T03:51:20.684 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T03:51:20.684 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T03:51:20.684 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T03:51:20.685 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T03:51:20.685 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T03:51:20.685 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T03:51:20.685 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T03:51:20.685 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T03:51:20.685 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T03:51:20.686 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T03:51:20.686 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T03:51:20.686 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T03:51:20.686 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T03:51:20.686 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T03:51:20.687 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T03:51:20.687 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T03:51:20.687 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T03:51:20.687 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T03:51:20.687 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T03:51:20.688 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T03:51:20.688 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T03:51:20.688 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T03:51:20.688 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T03:51:20.688 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T03:51:20.688 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T03:51:20.689 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T03:51:20.689 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T03:51:20.689 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T03:51:20.689 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T03:51:20.689 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T03:51:20.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T03:51:20.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T03:51:20.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T03:51:20.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T03:51:20.690 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T03:51:20.691 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T03:51:20.691 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T03:51:20.691 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T03:51:20.691 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T03:51:20.691 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T03:51:20.691 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T03:51:20.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T03:51:20.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.table_properties_collectors: 2023-11-15T03:51:20.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T03:51:20.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T03:51:20.692 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T03:51:20.693 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T03:51:20.693 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T03:51:20.693 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.bloom_locality: 0 2023-11-15T03:51:20.693 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T03:51:20.693 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T03:51:20.694 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T03:51:20.694 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T03:51:20.694 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T03:51:20.694 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.ttl: 2592000 2023-11-15T03:51:20.694 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T03:51:20.695 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi143/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-11-15T03:51:20.695 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T03:51:20.695 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700020280396056, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-15T03:51:20.695 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-15T03:51:20.695 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 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-11-15T03:51:20.695 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700020280396783, "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": 1700020280, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T03:51:20.696 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.393+0000 7f05f87f1880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-15T03:51:20.696 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.397+0000 7f05f87f1880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700020280399479, "job": 1, "event": "recovery_finished"} 2023-11-15T03:51:20.696 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.397+0000 7f05f87f1880 4 rocksdb: DB pointer 0x564fcc837800 2023-11-15T03:51:20.696 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.397+0000 7f05f87f1880 0 mon.smithi143 does not exist in monmap, will attempt to join an existing cluster 2023-11-15T03:51:20.696 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.397+0000 7f05f87f1880 0 using public_addr v2:172.21.15.143:0/0 -> [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] 2023-11-15T03:51:20.697 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.397+0000 7f05f87f1880 0 starting mon.smithi143 rank -1 at public addrs [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] at bind addrs [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi143 fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:51:20.697 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.397+0000 7f05df5f6700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T03:51:20.697 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.397+0000 7f05df5f6700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T03:51:20.697 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: ** DB Stats ** 2023-11-15T03:51:20.697 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T03:51:20.698 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T03:51:20.698 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T03:51:20.698 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T03:51:20.698 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T03:51:20.698 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T03:51:20.699 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T03:51:20.699 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: ** Compaction Stats [default] ** 2023-11-15T03:51:20.699 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: 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-11-15T03:51:20.699 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:51:20.699 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2023-11-15T03:51:20.700 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2023-11-15T03:51:20.700 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2023-11-15T03:51:20.700 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: ** Compaction Stats [default] ** 2023-11-15T03:51:20.700 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: 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-11-15T03:51:20.701 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:51:20.701 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2023-11-15T03:51:20.701 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T03:51:20.701 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T03:51:20.701 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T03:51:20.702 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T03:51:20.702 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T03:51:20.702 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T03:51:20.702 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Cumulative compaction: 0.00 GB write, 0.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T03:51:20.702 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Interval compaction: 0.00 GB write, 0.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T03:51:20.703 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: 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-11-15T03:51:20.703 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T03:51:20.703 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: ** Compaction Stats [default] ** 2023-11-15T03:51:20.703 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: 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-11-15T03:51:20.703 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:51:20.704 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2023-11-15T03:51:20.704 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2023-11-15T03:51:20.704 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: 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-11-15T03:51:20.704 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: ** Compaction Stats [default] ** 2023-11-15T03:51:20.704 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: 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-11-15T03:51:20.704 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T03:51:20.705 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2023-11-15T03:51:20.705 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T03:51:20.705 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T03:51:20.705 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T03:51:20.705 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T03:51:20.706 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T03:51:20.706 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T03:51:20.706 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Cumulative compaction: 0.00 GB write, 0.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T03:51:20.706 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T03:51:20.706 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: 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-11-15T03:51:20.707 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T03:51:20.707 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.401+0000 7f05f87f1880 1 mon.smithi143@-1(???) e0 preinit fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:51:20.707 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 0 mon.smithi143@-1(synchronizing).mds e1 new map 2023-11-15T03:51:20.707 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 0 mon.smithi143@-1(synchronizing).mds e1 print_map 2023-11-15T03:51:20.707 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: e1 2023-11-15T03:51:20.708 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T03:51:20.708 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: 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-11-15T03:51:20.708 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: legacy client fscid: -1 2023-11-15T03:51:20.708 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: 2023-11-15T03:51:20.708 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: No filesystems configured 2023-11-15T03:51:20.709 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 1 mon.smithi143@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-15T03:51:20.709 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 1 mon.smithi143@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-15T03:51:20.709 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 1 mon.smithi143@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-15T03:51:20.709 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 1 mon.smithi143@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-15T03:51:20.709 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 1 mon.smithi143@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-15T03:51:20.709 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 1 mon.smithi143@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-15T03:51:20.710 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 1 mon.smithi143@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-15T03:51:20.710 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 0 mon.smithi143@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T03:51:20.710 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 0 mon.smithi143@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T03:51:20.710 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: cephadm 2023-11-15T03:51:18.894714+0000 mgr.smithi037.kdknfa (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi143 on smithi143 2023-11-15T03:51:20.710 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:20 smithi143 bash[29116]: debug 2023-11-15T03:51:20.433+0000 7f05e1dfb700 1 mon.smithi143@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-15T03:51:20.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:20 smithi037 bash[25974]: cephadm 2023-11-15T03:51:18.894714+0000 mgr.smithi037.kdknfa (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi143 on smithi143 2023-11-15T03:51:25.502 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-11-15T03:51:25.503 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":2,"fsid":"d0cdc05a-8369-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T03:51:20.440149Z","created":"2023-11-15T03:48:52.062398Z","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":"smithi037","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi143","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-15T03:51:25.508 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 2 2023-11-15T03:51:25.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:20.447885+0000 mon.smithi037 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-11-15T03:51:25.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:20.448371+0000 mon.smithi037 (mon.0) 167 : cluster [INF] mon.smithi037 calling monitor election 2023-11-15T03:51:25.917 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:20.461189+0000 mgr.smithi037.kdknfa (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:25.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:20.470169+0000 mon.smithi037 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:20.614460+0000 mon.smithi037 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.143:0/1901559791' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T03:51:25.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:21.440131+0000 mon.smithi037 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:22.091530+0000 mon.smithi037 (mon.0) 171 : audit [DBG] from='mgr.? 172.21.15.143:0/2493334974' entity='mgr.smithi143.wbmnko' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.wbmnko/crt"}]: dispatch 2023-11-15T03:51:25.918 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:22.440491+0000 mon.smithi037 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:22.443817+0000 mon.smithi143 (mon.1) 1 : cluster [INF] mon.smithi143 calling monitor election 2023-11-15T03:51:25.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:22.461537+0000 mgr.smithi037.kdknfa (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:25.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:23.440386+0000 mon.smithi037 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:24.440699+0000 mon.smithi037 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.919 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:24.461989+0000 mgr.smithi037.kdknfa (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:25.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:25.440815+0000 mon.smithi037 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:25.491439+0000 mon.smithi037 (mon.0) 176 : cluster [INF] mon.smithi037 is new leader, mons smithi037,smithi143 in quorum (ranks 0,1) 2023-11-15T03:51:25.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:25.497684+0000 mon.smithi037 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} removed_ranks: {} 2023-11-15T03:51:25.920 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:25.498794+0000 mon.smithi037 (mon.0) 178 : cluster [DBG] fsmap 2023-11-15T03:51:25.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:25.498870+0000 mon.smithi037 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T03:51:25.922 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:25.499239+0000 mon.smithi037 (mon.0) 180 : cluster [DBG] mgrmap e17: smithi037.kdknfa(active, since 27s) 2023-11-15T03:51:25.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:25.501434+0000 mon.smithi037 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi143.wbmnko started 2023-11-15T03:51:25.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:25.504468+0000 mon.smithi037 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.143:0/2493334974' entity='mgr.smithi143.wbmnko' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T03:51:25.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: cluster 2023-11-15T03:51:25.508116+0000 mon.smithi037 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2023-11-15T03:51:25.923 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:25.509066+0000 mon.smithi037 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.143:0/2493334974' entity='mgr.smithi143.wbmnko' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.wbmnko/key"}]: dispatch 2023-11-15T03:51:25.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:25.512955+0000 mon.smithi037 (mon.0) 185 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:25.924 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:25 smithi143 bash[29116]: audit 2023-11-15T03:51:25.513349+0000 mon.smithi037 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.143:0/2493334974' entity='mgr.smithi143.wbmnko' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T03:51:25.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:20.447885+0000 mon.smithi037 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi037"}]: dispatch 2023-11-15T03:51:25.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:20.448371+0000 mon.smithi037 (mon.0) 167 : cluster [INF] mon.smithi037 calling monitor election 2023-11-15T03:51:25.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:20.461189+0000 mgr.smithi037.kdknfa (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:25.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:20.470169+0000 mon.smithi037 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:20.614460+0000 mon.smithi037 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.143:0/1901559791' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T03:51:25.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:21.440131+0000 mon.smithi037 (mon.0) 170 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:22.091530+0000 mon.smithi037 (mon.0) 171 : audit [DBG] from='mgr.? 172.21.15.143:0/2493334974' entity='mgr.smithi143.wbmnko' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.wbmnko/crt"}]: dispatch 2023-11-15T03:51:25.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:22.440491+0000 mon.smithi037 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:22.443817+0000 mon.smithi143 (mon.1) 1 : cluster [INF] mon.smithi143 calling monitor election 2023-11-15T03:51:25.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:22.461537+0000 mgr.smithi037.kdknfa (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:25.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:23.440386+0000 mon.smithi037 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:24.440699+0000 mon.smithi037 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:24.461989+0000 mgr.smithi037.kdknfa (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:25.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:25.440815+0000 mon.smithi037 (mon.0) 175 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:25.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:25.491439+0000 mon.smithi037 (mon.0) 176 : cluster [INF] mon.smithi037 is new leader, mons smithi037,smithi143 in quorum (ranks 0,1) 2023-11-15T03:51:25.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:25.497684+0000 mon.smithi037 (mon.0) 177 : cluster [DBG] monmap e2: 2 mons at {smithi037=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],smithi143=[v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0]} removed_ranks: {} 2023-11-15T03:51:25.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:25.498794+0000 mon.smithi037 (mon.0) 178 : cluster [DBG] fsmap 2023-11-15T03:51:25.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:25.498870+0000 mon.smithi037 (mon.0) 179 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T03:51:25.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:25.499239+0000 mon.smithi037 (mon.0) 180 : cluster [DBG] mgrmap e17: smithi037.kdknfa(active, since 27s) 2023-11-15T03:51:25.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:25.501434+0000 mon.smithi037 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi143.wbmnko started 2023-11-15T03:51:25.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:25.504468+0000 mon.smithi037 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.143:0/2493334974' entity='mgr.smithi143.wbmnko' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-15T03:51:25.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: cluster 2023-11-15T03:51:25.508116+0000 mon.smithi037 (mon.0) 183 : cluster [INF] overall HEALTH_OK 2023-11-15T03:51:25.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:25.509066+0000 mon.smithi037 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.143:0/2493334974' entity='mgr.smithi143.wbmnko' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi143.wbmnko/key"}]: dispatch 2023-11-15T03:51:25.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:25.512955+0000 mon.smithi037 (mon.0) 185 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:25.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:25 smithi037 bash[25974]: audit 2023-11-15T03:51:25.513349+0000 mon.smithi037 (mon.0) 186 : audit [DBG] from='mgr.? 172.21.15.143:0/2493334974' entity='mgr.smithi143.wbmnko' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-15T03:51:26.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:26 smithi143 bash[29116]: cluster 2023-11-15T03:51:25.567457+0000 mon.smithi037 (mon.0) 187 : cluster [DBG] mgrmap e18: smithi037.kdknfa(active, since 27s), standbys: smithi143.wbmnko 2023-11-15T03:51:26.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:26 smithi143 bash[29116]: audit 2023-11-15T03:51:25.568434+0000 mon.smithi037 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr metadata", "who": "smithi143.wbmnko", "id": "smithi143.wbmnko"}]: dispatch 2023-11-15T03:51:26.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:26 smithi143 bash[29116]: audit 2023-11-15T03:51:26.441044+0000 mon.smithi037 (mon.0) 189 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:26.957 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-15T03:51:26.957 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-15T03:51:26.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:26 smithi037 bash[25974]: cluster 2023-11-15T03:51:25.567457+0000 mon.smithi037 (mon.0) 187 : cluster [DBG] mgrmap e18: smithi037.kdknfa(active, since 27s), standbys: smithi143.wbmnko 2023-11-15T03:51:26.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:26 smithi037 bash[25974]: audit 2023-11-15T03:51:25.568434+0000 mon.smithi037 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr metadata", "who": "smithi143.wbmnko", "id": "smithi143.wbmnko"}]: dispatch 2023-11-15T03:51:26.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:26 smithi037 bash[25974]: audit 2023-11-15T03:51:26.441044+0000 mon.smithi037 (mon.0) 189 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mon metadata", "id": "smithi143"}]: dispatch 2023-11-15T03:51:28.070 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:27 smithi037 bash[25974]: cluster 2023-11-15T03:51:26.462462+0000 mgr.smithi037.kdknfa (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:28.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:27 smithi143 bash[29116]: cluster 2023-11-15T03:51:26.462462+0000 mgr.smithi037.kdknfa (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:29.926 INFO:teuthology.orchestra.run.smithi037.stdout:# minimal ceph.conf for d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:51:29.926 INFO:teuthology.orchestra.run.smithi037.stdout:[global] 2023-11-15T03:51:29.927 INFO:teuthology.orchestra.run.smithi037.stdout: fsid = d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:51:29.927 INFO:teuthology.orchestra.run.smithi037.stdout: mon_host = [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] 2023-11-15T03:51:30.122 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:29 smithi143 bash[29116]: cluster 2023-11-15T03:51:28.462909+0000 mgr.smithi037.kdknfa (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:30.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:29 smithi037 bash[25974]: cluster 2023-11-15T03:51:28.462909+0000 mgr.smithi037.kdknfa (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:30.510 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-15T03:51:30.510 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:51:30.511 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T03:51:30.567 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:51:30.567 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T03:51:30.624 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T03:51:30.625 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.conf 2023-11-15T03:51:30.641 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T03:51:30.642 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T03:51:30.697 INFO:tasks.cephadm:Deploying OSDs... 2023-11-15T03:51:30.697 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:51:30.698 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T03:51:30.704 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T03:51:30.705 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme1n1 2023-11-15T03:51:30.752 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme1n1 2023-11-15T03:51:30.753 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T03:51:30.753 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2023-11-15T03:51:30.753 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T03:51:30.753 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-11-15 03:50:20.172793566 +0000 2023-11-15T03:51:30.753 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-11-15 03:50:20.128794613 +0000 2023-11-15T03:51:30.754 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-11-15 03:50:20.128794613 +0000 2023-11-15T03:51:30.754 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-11-15T03:51:30.754 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T03:51:30.812 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-11-15T03:51:30.812 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-11-15T03:51:30.812 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000485102 s, 1.1 MB/s 2023-11-15T03:51:30.813 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T03:51:30.866 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme2n1 2023-11-15T03:51:30.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:30 smithi143 bash[29116]: audit 2023-11-15T03:51:29.924469+0000 mon.smithi037 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.37:0/4183485810' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:30.916 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme2n1 2023-11-15T03:51:30.917 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T03:51:30.917 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-11-15T03:51:30.917 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T03:51:30.917 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-11-15 03:50:20.188793186 +0000 2023-11-15T03:51:30.917 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-11-15 03:50:20.132794517 +0000 2023-11-15T03:51:30.918 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-11-15 03:50:20.132794517 +0000 2023-11-15T03:51:30.918 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-11-15T03:51:30.918 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T03:51:30.971 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-11-15T03:51:30.972 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-11-15T03:51:30.972 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000359543 s, 1.4 MB/s 2023-11-15T03:51:30.973 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T03:51:31.022 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme3n1 2023-11-15T03:51:31.072 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme3n1 2023-11-15T03:51:31.072 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T03:51:31.073 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-11-15T03:51:31.073 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T03:51:31.073 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-11-15 03:50:20.204792805 +0000 2023-11-15T03:51:31.073 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-11-15 03:50:20.132794517 +0000 2023-11-15T03:51:31.073 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-11-15 03:50:20.132794517 +0000 2023-11-15T03:51:31.073 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-11-15T03:51:31.074 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T03:51:31.125 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:30 smithi037 bash[25974]: audit 2023-11-15T03:51:29.924469+0000 mon.smithi037 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.37:0/4183485810' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:31.127 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-11-15T03:51:31.127 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-11-15T03:51:31.127 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000464632 s, 1.1 MB/s 2023-11-15T03:51:31.128 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T03:51:31.179 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/nvme4n1 2023-11-15T03:51:31.228 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/nvme4n1 2023-11-15T03:51:31.229 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T03:51:31.229 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-11-15T03:51:31.229 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T03:51:31.229 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2023-11-15 03:50:20.220792424 +0000 2023-11-15T03:51:31.229 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2023-11-15 03:50:20.132794517 +0000 2023-11-15T03:51:31.230 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2023-11-15 03:50:20.132794517 +0000 2023-11-15T03:51:31.230 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2023-11-15T03:51:31.230 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T03:51:31.283 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2023-11-15T03:51:31.283 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2023-11-15T03:51:31.284 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000478712 s, 1.1 MB/s 2023-11-15T03:51:31.284 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T03:51:31.334 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T03:51:31.334 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2023-11-15T03:51:31.341 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-15T03:51:31.342 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme1n1 2023-11-15T03:51:31.389 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme1n1 2023-11-15T03:51:31.389 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T03:51:31.390 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2023-11-15T03:51:31.390 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T03:51:31.390 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 03:51:05.037638586 +0000 2023-11-15T03:51:31.390 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 03:51:05.001639443 +0000 2023-11-15T03:51:31.391 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 03:51:05.001639443 +0000 2023-11-15T03:51:31.391 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T03:51:31.391 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-15T03:51:31.443 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T03:51:31.443 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T03:51:31.444 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000435733 s, 1.2 MB/s 2023-11-15T03:51:31.445 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-15T03:51:31.494 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme2n1 2023-11-15T03:51:31.544 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme2n1 2023-11-15T03:51:31.545 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T03:51:31.545 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2023-11-15T03:51:31.545 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T03:51:31.545 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 03:51:05.049638301 +0000 2023-11-15T03:51:31.545 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 03:51:05.001639443 +0000 2023-11-15T03:51:31.546 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 03:51:05.001639443 +0000 2023-11-15T03:51:31.546 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T03:51:31.546 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-15T03:51:31.599 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T03:51:31.600 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T03:51:31.600 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.00043079 s, 1.2 MB/s 2023-11-15T03:51:31.601 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-15T03:51:31.649 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme3n1 2023-11-15T03:51:31.701 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme3n1 2023-11-15T03:51:31.701 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T03:51:31.701 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2023-11-15T03:51:31.701 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T03:51:31.702 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 03:51:05.061638015 +0000 2023-11-15T03:51:31.702 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 03:51:05.005639348 +0000 2023-11-15T03:51:31.702 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 03:51:05.005639348 +0000 2023-11-15T03:51:31.702 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T03:51:31.703 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-15T03:51:31.755 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T03:51:31.756 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T03:51:31.756 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000440526 s, 1.2 MB/s 2023-11-15T03:51:31.757 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-15T03:51:31.806 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/nvme4n1 2023-11-15T03:51:31.856 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/nvme4n1 2023-11-15T03:51:31.856 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-15T03:51:31.857 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2023-11-15T03:51:31.857 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-15T03:51:31.857 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2023-11-15 03:51:05.077637634 +0000 2023-11-15T03:51:31.857 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2023-11-15 03:51:05.005639348 +0000 2023-11-15T03:51:31.857 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2023-11-15 03:51:05.005639348 +0000 2023-11-15T03:51:31.858 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2023-11-15T03:51:31.858 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-15T03:51:31.911 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2023-11-15T03:51:31.912 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2023-11-15T03:51:31.912 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000466483 s, 1.1 MB/s 2023-11-15T03:51:31.913 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-15T03:51:31.963 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-15T03:51:32.016 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:31 smithi143 bash[29116]: cluster 2023-11-15T03:51:30.463360+0000 mgr.smithi037.kdknfa (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:32.016 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:31 smithi143 bash[29116]: audit 2023-11-15T03:51:31.145322+0000 mon.smithi037 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:32.017 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:31 smithi143 bash[29116]: audit 2023-11-15T03:51:31.147908+0000 mon.smithi037 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:51:32.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:31 smithi037 bash[25974]: cluster 2023-11-15T03:51:30.463360+0000 mgr.smithi037.kdknfa (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:32.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:31 smithi037 bash[25974]: audit 2023-11-15T03:51:31.145322+0000 mon.smithi037 (mon.0) 191 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:32.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:31 smithi037 bash[25974]: audit 2023-11-15T03:51:31.147908+0000 mon.smithi037 (mon.0) 192 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:51:34.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:33 smithi143 bash[29116]: cluster 2023-11-15T03:51:32.463861+0000 mgr.smithi037.kdknfa (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:34.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:33 smithi037 bash[25974]: cluster 2023-11-15T03:51:32.463861+0000 mgr.smithi037.kdknfa (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:34.910 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled osd.all-available-devices update... 2023-11-15T03:51:35.461 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-15T03:51:35.462 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:51:36.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:35 smithi143 bash[29116]: cluster 2023-11-15T03:51:34.464252+0000 mgr.smithi037.kdknfa (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:36.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:35 smithi143 bash[29116]: audit 2023-11-15T03:51:34.907631+0000 mon.smithi037 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:36.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:35 smithi143 bash[29116]: audit 2023-11-15T03:51:35.522859+0000 mon.smithi037 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:36.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:35 smithi037 bash[25974]: cluster 2023-11-15T03:51:34.464252+0000 mgr.smithi037.kdknfa (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:36.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:35 smithi037 bash[25974]: audit 2023-11-15T03:51:34.907631+0000 mon.smithi037 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:36.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:35 smithi037 bash[25974]: audit 2023-11-15T03:51:35.522859+0000 mon.smithi037 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:36.877 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:36 smithi037 bash[25974]: audit 2023-11-15T03:51:34.895461+0000 mgr.smithi037.kdknfa (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:51:36.877 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:36 smithi037 bash[25974]: cephadm 2023-11-15T03:51:34.899981+0000 mgr.smithi037.kdknfa (mgr.14182) 23 : cephadm [INF] Marking host: smithi037 for OSDSpec preview refresh. 2023-11-15T03:51:36.877 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:36 smithi037 bash[25974]: cephadm 2023-11-15T03:51:34.900166+0000 mgr.smithi037.kdknfa (mgr.14182) 24 : cephadm [INF] Marking host: smithi143 for OSDSpec preview refresh. 2023-11-15T03:51:36.877 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:36 smithi037 bash[25974]: cephadm 2023-11-15T03:51:34.901001+0000 mgr.smithi037.kdknfa (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T03:51:36.878 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:36 smithi037 bash[25974]: audit 2023-11-15T03:51:36.777912+0000 mon.smithi037 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:36.878 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:36 smithi037 bash[25974]: audit 2023-11-15T03:51:36.789811+0000 mon.smithi037 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:36.878 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:36 smithi037 bash[25974]: audit 2023-11-15T03:51:36.791780+0000 mon.smithi037 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:36.878 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:36 smithi037 bash[25974]: audit 2023-11-15T03:51:36.793645+0000 mon.smithi037 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:51:37.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:36 smithi143 bash[29116]: audit 2023-11-15T03:51:34.895461+0000 mgr.smithi037.kdknfa (mgr.14182) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:51:37.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:36 smithi143 bash[29116]: cephadm 2023-11-15T03:51:34.899981+0000 mgr.smithi037.kdknfa (mgr.14182) 23 : cephadm [INF] Marking host: smithi037 for OSDSpec preview refresh. 2023-11-15T03:51:37.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:36 smithi143 bash[29116]: cephadm 2023-11-15T03:51:34.900166+0000 mgr.smithi037.kdknfa (mgr.14182) 24 : cephadm [INF] Marking host: smithi143 for OSDSpec preview refresh. 2023-11-15T03:51:37.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:36 smithi143 bash[29116]: cephadm 2023-11-15T03:51:34.901001+0000 mgr.smithi037.kdknfa (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-15T03:51:37.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:36 smithi143 bash[29116]: audit 2023-11-15T03:51:36.777912+0000 mon.smithi037 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:37.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:36 smithi143 bash[29116]: audit 2023-11-15T03:51:36.789811+0000 mon.smithi037 (mon.0) 196 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:37.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:36 smithi143 bash[29116]: audit 2023-11-15T03:51:36.791780+0000 mon.smithi037 (mon.0) 197 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:37.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:36 smithi143 bash[29116]: audit 2023-11-15T03:51:36.793645+0000 mon.smithi037 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:51:38.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:37 smithi143 bash[29116]: cluster 2023-11-15T03:51:36.464810+0000 mgr.smithi037.kdknfa (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:38.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:37 smithi143 bash[29116]: cephadm 2023-11-15T03:51:36.795807+0000 mgr.smithi037.kdknfa (mgr.14182) 27 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2023-11-15T03:51:38.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:37 smithi143 bash[29116]: cephadm 2023-11-15T03:51:36.796393+0000 mgr.smithi037.kdknfa (mgr.14182) 28 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2023-11-15T03:51:38.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:37 smithi143 bash[29116]: audit 2023-11-15T03:51:36.821789+0000 mon.smithi037 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:38.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:37 smithi143 bash[29116]: audit 2023-11-15T03:51:36.834527+0000 mon.smithi037 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:38.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:37 smithi143 bash[29116]: audit 2023-11-15T03:51:36.843118+0000 mon.smithi037 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:38.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:37 smithi143 bash[29116]: audit 2023-11-15T03:51:36.848952+0000 mon.smithi037 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:51:38.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:37 smithi143 bash[29116]: audit 2023-11-15T03:51:36.855531+0000 mon.smithi037 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T03:51:38.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:37 smithi143 bash[29116]: audit 2023-11-15T03:51:36.858588+0000 mon.smithi037 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T03:51:38.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:37 smithi143 bash[29116]: audit 2023-11-15T03:51:36.859038+0000 mon.smithi037 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:38.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:37 smithi143 bash[29116]: audit 2023-11-15T03:51:36.860004+0000 mon.smithi037 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:38.175 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:37 smithi037 bash[25974]: cluster 2023-11-15T03:51:36.464810+0000 mgr.smithi037.kdknfa (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:38.176 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:37 smithi037 bash[25974]: cephadm 2023-11-15T03:51:36.795807+0000 mgr.smithi037.kdknfa (mgr.14182) 27 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2023-11-15T03:51:38.176 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:37 smithi037 bash[25974]: cephadm 2023-11-15T03:51:36.796393+0000 mgr.smithi037.kdknfa (mgr.14182) 28 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2023-11-15T03:51:38.176 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:37 smithi037 bash[25974]: audit 2023-11-15T03:51:36.821789+0000 mon.smithi037 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:38.176 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:37 smithi037 bash[25974]: audit 2023-11-15T03:51:36.834527+0000 mon.smithi037 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:38.176 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:37 smithi037 bash[25974]: audit 2023-11-15T03:51:36.843118+0000 mon.smithi037 (mon.0) 201 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:51:38.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:37 smithi037 bash[25974]: audit 2023-11-15T03:51:36.848952+0000 mon.smithi037 (mon.0) 202 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:51:38.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:37 smithi037 bash[25974]: audit 2023-11-15T03:51:36.855531+0000 mon.smithi037 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T03:51:38.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:37 smithi037 bash[25974]: audit 2023-11-15T03:51:36.858588+0000 mon.smithi037 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T03:51:38.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:37 smithi037 bash[25974]: audit 2023-11-15T03:51:36.859038+0000 mon.smithi037 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:38.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:37 smithi037 bash[25974]: audit 2023-11-15T03:51:36.860004+0000 mon.smithi037 (mon.0) 206 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:51:38.580 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:51:38.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:38 smithi037 bash[25974]: audit 2023-11-15T03:51:38.578449+0000 mon.smithi037 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.37:0/962630663' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:51:39.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:38 smithi143 bash[29116]: audit 2023-11-15T03:51:38.578449+0000 mon.smithi037 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.37:0/962630663' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:51:39.231 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:51:40.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:39 smithi143 bash[29116]: cluster 2023-11-15T03:51:38.465263+0000 mgr.smithi037.kdknfa (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:40.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:39 smithi037 bash[25974]: cluster 2023-11-15T03:51:38.465263+0000 mgr.smithi037.kdknfa (mgr.14182) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:40.232 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:51:41.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:40 smithi143 bash[29116]: cluster 2023-11-15T03:51:40.465625+0000 mgr.smithi037.kdknfa (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:41.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:40 smithi037 bash[25974]: cluster 2023-11-15T03:51:40.465625+0000 mgr.smithi037.kdknfa (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:43.656 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:51:44.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:43 smithi143 bash[29116]: cluster 2023-11-15T03:51:42.466026+0000 mgr.smithi037.kdknfa (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:44.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:43 smithi143 bash[29116]: audit 2023-11-15T03:51:43.655394+0000 mon.smithi037 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.37:0/3675524718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:51:44.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:43 smithi037 bash[25974]: cluster 2023-11-15T03:51:42.466026+0000 mgr.smithi037.kdknfa (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:44.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:43 smithi037 bash[25974]: audit 2023-11-15T03:51:43.655394+0000 mon.smithi037 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.37:0/3675524718' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:51:44.693 INFO:teuthology.orchestra.run.smithi037.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-11-15T03:51:45.694 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:51:45.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:45 smithi037 bash[25974]: cluster 2023-11-15T03:51:44.466492+0000 mgr.smithi037.kdknfa (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:45.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:45 smithi037 bash[25974]: audit 2023-11-15T03:51:45.099649+0000 mon.smithi037 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0d89c7a-7a6f-4d49-9d7d-80563c0d4491"}]: dispatch 2023-11-15T03:51:45.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:45 smithi037 bash[25974]: audit 2023-11-15T03:51:45.100103+0000 mon.smithi143 (mon.1) 2 : audit [INF] from='client.? 172.21.15.143:0/3388093339' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0d89c7a-7a6f-4d49-9d7d-80563c0d4491"}]: dispatch 2023-11-15T03:51:45.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:45 smithi037 bash[25974]: audit 2023-11-15T03:51:45.109766+0000 mon.smithi037 (mon.0) 210 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0d89c7a-7a6f-4d49-9d7d-80563c0d4491"}]': finished 2023-11-15T03:51:45.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:45 smithi037 bash[25974]: cluster 2023-11-15T03:51:45.109876+0000 mon.smithi037 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T03:51:45.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:45 smithi037 bash[25974]: audit 2023-11-15T03:51:45.110053+0000 mon.smithi037 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:46.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:45 smithi143 bash[29116]: cluster 2023-11-15T03:51:44.466492+0000 mgr.smithi037.kdknfa (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:46.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:45 smithi143 bash[29116]: audit 2023-11-15T03:51:45.099649+0000 mon.smithi037 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0d89c7a-7a6f-4d49-9d7d-80563c0d4491"}]: dispatch 2023-11-15T03:51:46.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:45 smithi143 bash[29116]: audit 2023-11-15T03:51:45.100103+0000 mon.smithi143 (mon.1) 2 : audit [INF] from='client.? 172.21.15.143:0/3388093339' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e0d89c7a-7a6f-4d49-9d7d-80563c0d4491"}]: dispatch 2023-11-15T03:51:46.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:45 smithi143 bash[29116]: audit 2023-11-15T03:51:45.109766+0000 mon.smithi037 (mon.0) 210 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0d89c7a-7a6f-4d49-9d7d-80563c0d4491"}]': finished 2023-11-15T03:51:46.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:45 smithi143 bash[29116]: cluster 2023-11-15T03:51:45.109876+0000 mon.smithi037 (mon.0) 211 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-15T03:51:46.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:45 smithi143 bash[29116]: audit 2023-11-15T03:51:45.110053+0000 mon.smithi037 (mon.0) 212 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:47.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:46 smithi143 bash[29116]: audit 2023-11-15T03:51:46.160943+0000 mon.smithi143 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.143:0/1066173047' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:46 smithi143 bash[29116]: audit 2023-11-15T03:51:46.217538+0000 mon.smithi037 (mon.0) 213 : audit [INF] from='client.? 172.21.15.37:0/209526213' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c821d48c-3ce8-420a-b779-bef98a4824e9"}]: dispatch 2023-11-15T03:51:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:46 smithi143 bash[29116]: audit 2023-11-15T03:51:46.225964+0000 mon.smithi037 (mon.0) 214 : audit [INF] from='client.? 172.21.15.37:0/209526213' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c821d48c-3ce8-420a-b779-bef98a4824e9"}]': finished 2023-11-15T03:51:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:46 smithi143 bash[29116]: cluster 2023-11-15T03:51:46.226057+0000 mon.smithi037 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T03:51:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:46 smithi143 bash[29116]: audit 2023-11-15T03:51:46.226238+0000 mon.smithi037 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:47.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:46 smithi143 bash[29116]: audit 2023-11-15T03:51:46.226687+0000 mon.smithi037 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:47.177 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:46 smithi037 bash[25974]: audit 2023-11-15T03:51:46.160943+0000 mon.smithi143 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.143:0/1066173047' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:47.178 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:46 smithi037 bash[25974]: audit 2023-11-15T03:51:46.217538+0000 mon.smithi037 (mon.0) 213 : audit [INF] from='client.? 172.21.15.37:0/209526213' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c821d48c-3ce8-420a-b779-bef98a4824e9"}]: dispatch 2023-11-15T03:51:47.178 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:46 smithi037 bash[25974]: audit 2023-11-15T03:51:46.225964+0000 mon.smithi037 (mon.0) 214 : audit [INF] from='client.? 172.21.15.37:0/209526213' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c821d48c-3ce8-420a-b779-bef98a4824e9"}]': finished 2023-11-15T03:51:47.178 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:46 smithi037 bash[25974]: cluster 2023-11-15T03:51:46.226057+0000 mon.smithi037 (mon.0) 215 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-15T03:51:47.178 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:46 smithi037 bash[25974]: audit 2023-11-15T03:51:46.226238+0000 mon.smithi037 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:47.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:46 smithi037 bash[25974]: audit 2023-11-15T03:51:46.226687+0000 mon.smithi037 (mon.0) 217 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:48.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:47 smithi143 bash[29116]: cluster 2023-11-15T03:51:46.466978+0000 mgr.smithi037.kdknfa (mgr.14182) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:48.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:47 smithi143 bash[29116]: audit 2023-11-15T03:51:47.563136+0000 mon.smithi037 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.37:0/3208156017' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:48.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:47 smithi037 bash[25974]: cluster 2023-11-15T03:51:46.466978+0000 mgr.smithi037.kdknfa (mgr.14182) 33 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:48.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:47 smithi037 bash[25974]: audit 2023-11-15T03:51:47.563136+0000 mon.smithi037 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.37:0/3208156017' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:49.009 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:51:49.591 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1700020308,"num_remapped_pgs":0} 2023-11-15T03:51:49.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:49 smithi037 bash[25974]: cluster 2023-11-15T03:51:48.467439+0000 mgr.smithi037.kdknfa (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:49.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:49 smithi037 bash[25974]: audit 2023-11-15T03:51:48.906737+0000 mon.smithi037 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df4a03a8-f63a-4228-8a41-f86120136e27"}]: dispatch 2023-11-15T03:51:49.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:49 smithi037 bash[25974]: audit 2023-11-15T03:51:48.907450+0000 mon.smithi143 (mon.1) 4 : audit [INF] from='client.? 172.21.15.143:0/2366981062' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df4a03a8-f63a-4228-8a41-f86120136e27"}]: dispatch 2023-11-15T03:51:49.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:49 smithi037 bash[25974]: audit 2023-11-15T03:51:48.914202+0000 mon.smithi037 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "df4a03a8-f63a-4228-8a41-f86120136e27"}]': finished 2023-11-15T03:51:49.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:49 smithi037 bash[25974]: cluster 2023-11-15T03:51:48.914338+0000 mon.smithi037 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T03:51:49.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:49 smithi037 bash[25974]: audit 2023-11-15T03:51:48.914580+0000 mon.smithi037 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:49.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:49 smithi037 bash[25974]: audit 2023-11-15T03:51:48.915509+0000 mon.smithi037 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:49.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:49 smithi037 bash[25974]: audit 2023-11-15T03:51:48.916102+0000 mon.smithi037 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:49.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:49 smithi037 bash[25974]: audit 2023-11-15T03:51:49.008406+0000 mon.smithi037 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.37:0/2148955628' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:51:50.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:49 smithi143 bash[29116]: cluster 2023-11-15T03:51:48.467439+0000 mgr.smithi037.kdknfa (mgr.14182) 34 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:50.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:49 smithi143 bash[29116]: audit 2023-11-15T03:51:48.906737+0000 mon.smithi037 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df4a03a8-f63a-4228-8a41-f86120136e27"}]: dispatch 2023-11-15T03:51:50.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:49 smithi143 bash[29116]: audit 2023-11-15T03:51:48.907450+0000 mon.smithi143 (mon.1) 4 : audit [INF] from='client.? 172.21.15.143:0/2366981062' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df4a03a8-f63a-4228-8a41-f86120136e27"}]: dispatch 2023-11-15T03:51:50.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:49 smithi143 bash[29116]: audit 2023-11-15T03:51:48.914202+0000 mon.smithi037 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "df4a03a8-f63a-4228-8a41-f86120136e27"}]': finished 2023-11-15T03:51:50.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:49 smithi143 bash[29116]: cluster 2023-11-15T03:51:48.914338+0000 mon.smithi037 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-15T03:51:50.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:49 smithi143 bash[29116]: audit 2023-11-15T03:51:48.914580+0000 mon.smithi037 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:50.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:49 smithi143 bash[29116]: audit 2023-11-15T03:51:48.915509+0000 mon.smithi037 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:50.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:49 smithi143 bash[29116]: audit 2023-11-15T03:51:48.916102+0000 mon.smithi037 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:50.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:49 smithi143 bash[29116]: audit 2023-11-15T03:51:49.008406+0000 mon.smithi037 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.37:0/2148955628' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:51:50.592 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:51:50.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:50 smithi037 bash[25974]: audit 2023-11-15T03:51:49.940312+0000 mon.smithi143 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.143:0/2417318304' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:50.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:50 smithi037 bash[25974]: audit 2023-11-15T03:51:50.296884+0000 mon.smithi037 (mon.0) 226 : audit [INF] from='client.? 172.21.15.37:0/491584189' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38199b11-e76d-4ebe-8785-53a941d3d506"}]: dispatch 2023-11-15T03:51:50.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:50 smithi037 bash[25974]: audit 2023-11-15T03:51:50.307824+0000 mon.smithi037 (mon.0) 227 : audit [INF] from='client.? 172.21.15.37:0/491584189' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38199b11-e76d-4ebe-8785-53a941d3d506"}]': finished 2023-11-15T03:51:50.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:50 smithi037 bash[25974]: cluster 2023-11-15T03:51:50.307934+0000 mon.smithi037 (mon.0) 228 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T03:51:50.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:50 smithi037 bash[25974]: audit 2023-11-15T03:51:50.308145+0000 mon.smithi037 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:50.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:50 smithi037 bash[25974]: audit 2023-11-15T03:51:50.308607+0000 mon.smithi037 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:50.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:50 smithi037 bash[25974]: audit 2023-11-15T03:51:50.308815+0000 mon.smithi037 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:50.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:50 smithi037 bash[25974]: audit 2023-11-15T03:51:50.309082+0000 mon.smithi037 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:51:51.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:50 smithi143 bash[29116]: audit 2023-11-15T03:51:49.940312+0000 mon.smithi143 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.143:0/2417318304' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:51.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:50 smithi143 bash[29116]: audit 2023-11-15T03:51:50.296884+0000 mon.smithi037 (mon.0) 226 : audit [INF] from='client.? 172.21.15.37:0/491584189' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38199b11-e76d-4ebe-8785-53a941d3d506"}]: dispatch 2023-11-15T03:51:51.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:50 smithi143 bash[29116]: audit 2023-11-15T03:51:50.307824+0000 mon.smithi037 (mon.0) 227 : audit [INF] from='client.? 172.21.15.37:0/491584189' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38199b11-e76d-4ebe-8785-53a941d3d506"}]': finished 2023-11-15T03:51:51.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:50 smithi143 bash[29116]: cluster 2023-11-15T03:51:50.307934+0000 mon.smithi037 (mon.0) 228 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-15T03:51:51.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:50 smithi143 bash[29116]: audit 2023-11-15T03:51:50.308145+0000 mon.smithi037 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:51.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:50 smithi143 bash[29116]: audit 2023-11-15T03:51:50.308607+0000 mon.smithi037 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:51.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:50 smithi143 bash[29116]: audit 2023-11-15T03:51:50.308815+0000 mon.smithi037 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:51.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:50 smithi143 bash[29116]: audit 2023-11-15T03:51:50.309082+0000 mon.smithi037 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:51:52.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:51 smithi143 bash[29116]: cluster 2023-11-15T03:51:50.467814+0000 mgr.smithi037.kdknfa (mgr.14182) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:52.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:51 smithi037 bash[25974]: cluster 2023-11-15T03:51:50.467814+0000 mgr.smithi037.kdknfa (mgr.14182) 35 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:53.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:52 smithi143 bash[29116]: audit 2023-11-15T03:51:52.010032+0000 mon.smithi037 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.37:0/3857200458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:53.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:52 smithi143 bash[29116]: audit 2023-11-15T03:51:52.679838+0000 mon.smithi037 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d2dcdbf-d974-49cb-8d6e-3b422cf0c2f6"}]: dispatch 2023-11-15T03:51:53.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:52 smithi143 bash[29116]: audit 2023-11-15T03:51:52.680400+0000 mon.smithi143 (mon.1) 6 : audit [INF] from='client.? 172.21.15.143:0/2736448636' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d2dcdbf-d974-49cb-8d6e-3b422cf0c2f6"}]: dispatch 2023-11-15T03:51:53.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:52 smithi143 bash[29116]: audit 2023-11-15T03:51:52.687260+0000 mon.smithi037 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5d2dcdbf-d974-49cb-8d6e-3b422cf0c2f6"}]': finished 2023-11-15T03:51:53.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:52 smithi143 bash[29116]: cluster 2023-11-15T03:51:52.687391+0000 mon.smithi037 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T03:51:53.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:52 smithi143 bash[29116]: audit 2023-11-15T03:51:52.687570+0000 mon.smithi037 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:53.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:52 smithi143 bash[29116]: audit 2023-11-15T03:51:52.688074+0000 mon.smithi037 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:53.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:52 smithi143 bash[29116]: audit 2023-11-15T03:51:52.688396+0000 mon.smithi037 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:53.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:52 smithi143 bash[29116]: audit 2023-11-15T03:51:52.688669+0000 mon.smithi037 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:51:53.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:52 smithi143 bash[29116]: audit 2023-11-15T03:51:52.688958+0000 mon.smithi037 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:51:53.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:52 smithi037 bash[25974]: audit 2023-11-15T03:51:52.010032+0000 mon.smithi037 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.37:0/3857200458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:53.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:52 smithi037 bash[25974]: audit 2023-11-15T03:51:52.679838+0000 mon.smithi037 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d2dcdbf-d974-49cb-8d6e-3b422cf0c2f6"}]: dispatch 2023-11-15T03:51:53.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:52 smithi037 bash[25974]: audit 2023-11-15T03:51:52.680400+0000 mon.smithi143 (mon.1) 6 : audit [INF] from='client.? 172.21.15.143:0/2736448636' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5d2dcdbf-d974-49cb-8d6e-3b422cf0c2f6"}]: dispatch 2023-11-15T03:51:53.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:52 smithi037 bash[25974]: audit 2023-11-15T03:51:52.687260+0000 mon.smithi037 (mon.0) 235 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5d2dcdbf-d974-49cb-8d6e-3b422cf0c2f6"}]': finished 2023-11-15T03:51:53.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:52 smithi037 bash[25974]: cluster 2023-11-15T03:51:52.687391+0000 mon.smithi037 (mon.0) 236 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-15T03:51:53.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:52 smithi037 bash[25974]: audit 2023-11-15T03:51:52.687570+0000 mon.smithi037 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:53.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:52 smithi037 bash[25974]: audit 2023-11-15T03:51:52.688074+0000 mon.smithi037 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:53.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:52 smithi037 bash[25974]: audit 2023-11-15T03:51:52.688396+0000 mon.smithi037 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:53.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:52 smithi037 bash[25974]: audit 2023-11-15T03:51:52.688669+0000 mon.smithi037 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:51:53.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:52 smithi037 bash[25974]: audit 2023-11-15T03:51:52.688958+0000 mon.smithi037 (mon.0) 241 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:51:53.905 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:51:54.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:53 smithi143 bash[29116]: cluster 2023-11-15T03:51:52.468240+0000 mgr.smithi037.kdknfa (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:54.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:53 smithi143 bash[29116]: audit 2023-11-15T03:51:53.743780+0000 mon.smithi143 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.143:0/1298692622' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:54.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:53 smithi037 bash[25974]: cluster 2023-11-15T03:51:52.468240+0000 mgr.smithi037.kdknfa (mgr.14182) 36 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:54.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:53 smithi037 bash[25974]: audit 2023-11-15T03:51:53.743780+0000 mon.smithi143 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.143:0/1298692622' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:54.469 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1700020312,"num_remapped_pgs":0} 2023-11-15T03:51:54.848 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:54 smithi037 bash[25974]: audit 2023-11-15T03:51:53.904497+0000 mon.smithi037 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.37:0/4287689885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:51:54.848 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:54 smithi037 bash[25974]: audit 2023-11-15T03:51:54.758967+0000 mon.smithi037 (mon.0) 243 : audit [INF] from='client.? 172.21.15.37:0/804190752' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70b5304e-70c3-4e3a-a792-2457d1149a04"}]: dispatch 2023-11-15T03:51:54.848 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:54 smithi037 bash[25974]: audit 2023-11-15T03:51:54.767296+0000 mon.smithi037 (mon.0) 244 : audit [INF] from='client.? 172.21.15.37:0/804190752' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70b5304e-70c3-4e3a-a792-2457d1149a04"}]': finished 2023-11-15T03:51:54.848 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:54 smithi037 bash[25974]: cluster 2023-11-15T03:51:54.767478+0000 mon.smithi037 (mon.0) 245 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T03:51:54.849 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:54 smithi037 bash[25974]: audit 2023-11-15T03:51:54.767731+0000 mon.smithi037 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:54.849 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:54 smithi037 bash[25974]: audit 2023-11-15T03:51:54.768601+0000 mon.smithi037 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:54.849 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:54 smithi037 bash[25974]: audit 2023-11-15T03:51:54.769154+0000 mon.smithi037 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:54.849 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:54 smithi037 bash[25974]: audit 2023-11-15T03:51:54.769670+0000 mon.smithi037 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:51:54.849 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:54 smithi037 bash[25974]: audit 2023-11-15T03:51:54.770175+0000 mon.smithi037 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:51:54.850 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:54 smithi037 bash[25974]: audit 2023-11-15T03:51:54.770910+0000 mon.smithi037 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:51:55.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:54 smithi143 bash[29116]: audit 2023-11-15T03:51:53.904497+0000 mon.smithi037 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.37:0/4287689885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:51:55.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:54 smithi143 bash[29116]: audit 2023-11-15T03:51:54.758967+0000 mon.smithi037 (mon.0) 243 : audit [INF] from='client.? 172.21.15.37:0/804190752' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "70b5304e-70c3-4e3a-a792-2457d1149a04"}]: dispatch 2023-11-15T03:51:55.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:54 smithi143 bash[29116]: audit 2023-11-15T03:51:54.767296+0000 mon.smithi037 (mon.0) 244 : audit [INF] from='client.? 172.21.15.37:0/804190752' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "70b5304e-70c3-4e3a-a792-2457d1149a04"}]': finished 2023-11-15T03:51:55.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:54 smithi143 bash[29116]: cluster 2023-11-15T03:51:54.767478+0000 mon.smithi037 (mon.0) 245 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-15T03:51:55.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:54 smithi143 bash[29116]: audit 2023-11-15T03:51:54.767731+0000 mon.smithi037 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:55.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:54 smithi143 bash[29116]: audit 2023-11-15T03:51:54.768601+0000 mon.smithi037 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:55.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:54 smithi143 bash[29116]: audit 2023-11-15T03:51:54.769154+0000 mon.smithi037 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:55.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:54 smithi143 bash[29116]: audit 2023-11-15T03:51:54.769670+0000 mon.smithi037 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:51:55.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:54 smithi143 bash[29116]: audit 2023-11-15T03:51:54.770175+0000 mon.smithi037 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:51:55.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:54 smithi143 bash[29116]: audit 2023-11-15T03:51:54.770910+0000 mon.smithi037 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:51:55.470 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:51:56.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:55 smithi143 bash[29116]: cluster 2023-11-15T03:51:54.468546+0000 mgr.smithi037.kdknfa (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:56.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:55 smithi037 bash[25974]: cluster 2023-11-15T03:51:54.468546+0000 mgr.smithi037.kdknfa (mgr.14182) 37 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:57.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: audit 2023-11-15T03:51:55.892469+0000 mon.smithi037 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.37:0/2903680310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:57.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: cluster 2023-11-15T03:51:56.469020+0000 mgr.smithi037.kdknfa (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:57.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: audit 2023-11-15T03:51:56.489671+0000 mon.smithi037 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4956946-c5ca-4d89-bfc2-4f83cbdfb3a9"}]: dispatch 2023-11-15T03:51:57.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: audit 2023-11-15T03:51:56.490345+0000 mon.smithi143 (mon.1) 8 : audit [INF] from='client.? 172.21.15.143:0/4175760599' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4956946-c5ca-4d89-bfc2-4f83cbdfb3a9"}]: dispatch 2023-11-15T03:51:57.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: audit 2023-11-15T03:51:56.495561+0000 mon.smithi037 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4956946-c5ca-4d89-bfc2-4f83cbdfb3a9"}]': finished 2023-11-15T03:51:57.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: cluster 2023-11-15T03:51:56.495684+0000 mon.smithi037 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T03:51:57.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: audit 2023-11-15T03:51:56.495937+0000 mon.smithi037 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:57.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: audit 2023-11-15T03:51:56.496713+0000 mon.smithi037 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:57.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: audit 2023-11-15T03:51:56.497523+0000 mon.smithi037 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:57.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: audit 2023-11-15T03:51:56.498210+0000 mon.smithi037 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:51:57.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: audit 2023-11-15T03:51:56.498659+0000 mon.smithi037 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:51:57.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: audit 2023-11-15T03:51:56.499082+0000 mon.smithi037 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:51:57.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:56 smithi143 bash[29116]: audit 2023-11-15T03:51:56.499507+0000 mon.smithi037 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:51:57.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: audit 2023-11-15T03:51:55.892469+0000 mon.smithi037 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.37:0/2903680310' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:57.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: cluster 2023-11-15T03:51:56.469020+0000 mgr.smithi037.kdknfa (mgr.14182) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:57.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: audit 2023-11-15T03:51:56.489671+0000 mon.smithi037 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4956946-c5ca-4d89-bfc2-4f83cbdfb3a9"}]: dispatch 2023-11-15T03:51:57.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: audit 2023-11-15T03:51:56.490345+0000 mon.smithi143 (mon.1) 8 : audit [INF] from='client.? 172.21.15.143:0/4175760599' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4956946-c5ca-4d89-bfc2-4f83cbdfb3a9"}]: dispatch 2023-11-15T03:51:57.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: audit 2023-11-15T03:51:56.495561+0000 mon.smithi037 (mon.0) 254 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4956946-c5ca-4d89-bfc2-4f83cbdfb3a9"}]': finished 2023-11-15T03:51:57.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: cluster 2023-11-15T03:51:56.495684+0000 mon.smithi037 (mon.0) 255 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-15T03:51:57.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: audit 2023-11-15T03:51:56.495937+0000 mon.smithi037 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:57.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: audit 2023-11-15T03:51:56.496713+0000 mon.smithi037 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:57.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: audit 2023-11-15T03:51:56.497523+0000 mon.smithi037 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:57.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: audit 2023-11-15T03:51:56.498210+0000 mon.smithi037 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:51:57.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: audit 2023-11-15T03:51:56.498659+0000 mon.smithi037 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:51:57.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: audit 2023-11-15T03:51:56.499082+0000 mon.smithi037 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:51:57.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:56 smithi037 bash[25974]: audit 2023-11-15T03:51:56.499507+0000 mon.smithi037 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:51:58.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:57 smithi143 bash[29116]: audit 2023-11-15T03:51:57.593598+0000 mon.smithi143 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.143:0/3881752914' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:58.190 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:57 smithi037 bash[25974]: audit 2023-11-15T03:51:57.593598+0000 mon.smithi143 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.143:0/3881752914' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:51:58.535 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:51:59.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: cluster 2023-11-15T03:51:58.469475+0000 mgr.smithi037.kdknfa (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: audit 2023-11-15T03:51:58.533915+0000 mon.smithi037 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.37:0/2489331427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:51:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: audit 2023-11-15T03:51:58.697345+0000 mon.smithi037 (mon.0) 264 : audit [INF] from='client.? 172.21.15.37:0/3616805819' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb3e6811-0900-4895-88d5-313bad0bd981"}]: dispatch 2023-11-15T03:51:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: audit 2023-11-15T03:51:58.702441+0000 mon.smithi037 (mon.0) 265 : audit [INF] from='client.? 172.21.15.37:0/3616805819' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cb3e6811-0900-4895-88d5-313bad0bd981"}]': finished 2023-11-15T03:51:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: cluster 2023-11-15T03:51:58.702487+0000 mon.smithi037 (mon.0) 266 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T03:51:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: audit 2023-11-15T03:51:58.702585+0000 mon.smithi037 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:59.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: audit 2023-11-15T03:51:58.702868+0000 mon.smithi037 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:59.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: audit 2023-11-15T03:51:58.703086+0000 mon.smithi037 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:59.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: audit 2023-11-15T03:51:58.703273+0000 mon.smithi037 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:51:59.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: audit 2023-11-15T03:51:58.703435+0000 mon.smithi037 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:51:59.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: audit 2023-11-15T03:51:58.703618+0000 mon.smithi037 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:51:59.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: audit 2023-11-15T03:51:58.703773+0000 mon.smithi037 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:51:59.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:51:58 smithi143 bash[29116]: audit 2023-11-15T03:51:58.703948+0000 mon.smithi037 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:51:59.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: cluster 2023-11-15T03:51:58.469475+0000 mgr.smithi037.kdknfa (mgr.14182) 39 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:51:59.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: audit 2023-11-15T03:51:58.533915+0000 mon.smithi037 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.37:0/2489331427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:51:59.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: audit 2023-11-15T03:51:58.697345+0000 mon.smithi037 (mon.0) 264 : audit [INF] from='client.? 172.21.15.37:0/3616805819' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cb3e6811-0900-4895-88d5-313bad0bd981"}]: dispatch 2023-11-15T03:51:59.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: audit 2023-11-15T03:51:58.702441+0000 mon.smithi037 (mon.0) 265 : audit [INF] from='client.? 172.21.15.37:0/3616805819' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cb3e6811-0900-4895-88d5-313bad0bd981"}]': finished 2023-11-15T03:51:59.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: cluster 2023-11-15T03:51:58.702487+0000 mon.smithi037 (mon.0) 266 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-15T03:51:59.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: audit 2023-11-15T03:51:58.702585+0000 mon.smithi037 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:51:59.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: audit 2023-11-15T03:51:58.702868+0000 mon.smithi037 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:51:59.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: audit 2023-11-15T03:51:58.703086+0000 mon.smithi037 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:51:59.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: audit 2023-11-15T03:51:58.703273+0000 mon.smithi037 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:51:59.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: audit 2023-11-15T03:51:58.703435+0000 mon.smithi037 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:51:59.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: audit 2023-11-15T03:51:58.703618+0000 mon.smithi037 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:51:59.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: audit 2023-11-15T03:51:58.703773+0000 mon.smithi037 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:51:59.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:51:58 smithi037 bash[25974]: audit 2023-11-15T03:51:58.703948+0000 mon.smithi037 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:51:59.219 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1700020316,"num_remapped_pgs":0} 2023-11-15T03:52:00.220 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:52:00.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:00 smithi143 bash[29116]: audit 2023-11-15T03:52:00.081870+0000 mon.smithi037 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.37:0/3970561042' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:52:00.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:00 smithi037 bash[25974]: audit 2023-11-15T03:52:00.081870+0000 mon.smithi037 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.37:0/3970561042' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-15T03:52:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:01 smithi143 bash[29116]: cluster 2023-11-15T03:52:00.469956+0000 mgr.smithi037.kdknfa (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:01.429 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:01 smithi037 bash[25974]: cluster 2023-11-15T03:52:00.469956+0000 mgr.smithi037.kdknfa (mgr.14182) 40 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:03.563 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:52:03.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:03 smithi037 bash[25974]: cluster 2023-11-15T03:52:02.470452+0000 mgr.smithi037.kdknfa (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:03.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:03 smithi037 bash[25974]: audit 2023-11-15T03:52:03.561903+0000 mon.smithi037 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.37:0/1235547335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:04.110 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700020318,"num_remapped_pgs":0} 2023-11-15T03:52:04.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:03 smithi143 bash[29116]: cluster 2023-11-15T03:52:02.470452+0000 mgr.smithi037.kdknfa (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:04.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:03 smithi143 bash[29116]: audit 2023-11-15T03:52:03.561903+0000 mon.smithi037 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.37:0/1235547335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:05.111 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:52:06.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:05 smithi143 bash[29116]: cluster 2023-11-15T03:52:04.470900+0000 mgr.smithi037.kdknfa (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:06.207 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:05 smithi037 bash[25974]: cluster 2023-11-15T03:52:04.470900+0000 mgr.smithi037.kdknfa (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:08.147 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:52:08.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:07 smithi143 bash[29116]: cluster 2023-11-15T03:52:06.471325+0000 mgr.smithi037.kdknfa (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:08.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:07 smithi037 bash[25974]: cluster 2023-11-15T03:52:06.471325+0000 mgr.smithi037.kdknfa (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:09.095 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:08 smithi037 bash[25974]: audit 2023-11-15T03:52:08.146531+0000 mon.smithi037 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.37:0/2454566405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:09.119 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:08 smithi037 bash[25974]: audit 2023-11-15T03:52:08.529767+0000 mon.smithi037 (mon.0) 278 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T03:52:09.120 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:08 smithi037 bash[25974]: audit 2023-11-15T03:52:08.531210+0000 mon.smithi037 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:09.121 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700020318,"num_remapped_pgs":0} 2023-11-15T03:52:09.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:08 smithi143 bash[29116]: audit 2023-11-15T03:52:08.146531+0000 mon.smithi037 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.37:0/2454566405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:09.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:08 smithi143 bash[29116]: audit 2023-11-15T03:52:08.529767+0000 mon.smithi037 (mon.0) 278 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-15T03:52:09.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:08 smithi143 bash[29116]: audit 2023-11-15T03:52:08.531210+0000 mon.smithi037 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:10.122 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:52:10.134 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:09 smithi037 bash[25974]: cluster 2023-11-15T03:52:08.471767+0000 mgr.smithi037.kdknfa (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:10.135 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:09 smithi037 bash[25974]: cephadm 2023-11-15T03:52:08.532566+0000 mgr.smithi037.kdknfa (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi143 2023-11-15T03:52:10.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:09 smithi143 bash[29116]: cluster 2023-11-15T03:52:08.471767+0000 mgr.smithi037.kdknfa (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:10.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:09 smithi143 bash[29116]: cephadm 2023-11-15T03:52:08.532566+0000 mgr.smithi037.kdknfa (mgr.14182) 45 : cephadm [INF] Deploying daemon osd.0 on smithi143 2023-11-15T03:52:11.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:11 smithi037 bash[25974]: cluster 2023-11-15T03:52:10.472235+0000 mgr.smithi037.kdknfa (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:12.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:11 smithi143 bash[29116]: cluster 2023-11-15T03:52:10.472235+0000 mgr.smithi037.kdknfa (mgr.14182) 46 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:13.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:13 smithi143 bash[29116]: audit 2023-11-15T03:52:12.129094+0000 mon.smithi037 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:13.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:13 smithi143 bash[29116]: audit 2023-11-15T03:52:12.130578+0000 mon.smithi037 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T03:52:13.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:13 smithi143 bash[29116]: audit 2023-11-15T03:52:12.132337+0000 mon.smithi037 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:13.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:13 smithi143 bash[29116]: cephadm 2023-11-15T03:52:12.133873+0000 mgr.smithi037.kdknfa (mgr.14182) 47 : cephadm [INF] Deploying daemon osd.2 on smithi143 2023-11-15T03:52:13.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:13 smithi143 bash[29116]: cluster 2023-11-15T03:52:12.472647+0000 mgr.smithi037.kdknfa (mgr.14182) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:13.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:13 smithi143 bash[29116]: audit 2023-11-15T03:52:12.630568+0000 mon.smithi037 (mon.0) 283 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T03:52:13.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:13 smithi143 bash[29116]: audit 2023-11-15T03:52:12.631988+0000 mon.smithi037 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:13.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:13 smithi143 bash[29116]: cephadm 2023-11-15T03:52:12.633175+0000 mgr.smithi037.kdknfa (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.1 on smithi037 2023-11-15T03:52:13.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:13 smithi037 bash[25974]: audit 2023-11-15T03:52:12.129094+0000 mon.smithi037 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:13.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:13 smithi037 bash[25974]: audit 2023-11-15T03:52:12.130578+0000 mon.smithi037 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-15T03:52:13.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:13 smithi037 bash[25974]: audit 2023-11-15T03:52:12.132337+0000 mon.smithi037 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:13.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:13 smithi037 bash[25974]: cephadm 2023-11-15T03:52:12.133873+0000 mgr.smithi037.kdknfa (mgr.14182) 47 : cephadm [INF] Deploying daemon osd.2 on smithi143 2023-11-15T03:52:13.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:13 smithi037 bash[25974]: cluster 2023-11-15T03:52:12.472647+0000 mgr.smithi037.kdknfa (mgr.14182) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:13.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:13 smithi037 bash[25974]: audit 2023-11-15T03:52:12.630568+0000 mon.smithi037 (mon.0) 283 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-15T03:52:13.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:13 smithi037 bash[25974]: audit 2023-11-15T03:52:12.631988+0000 mon.smithi037 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:13.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:13 smithi037 bash[25974]: cephadm 2023-11-15T03:52:12.633175+0000 mgr.smithi037.kdknfa (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.1 on smithi037 2023-11-15T03:52:13.931 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:52:14.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:14 smithi037 bash[25974]: audit 2023-11-15T03:52:13.930576+0000 mon.smithi037 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.37:0/128825480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:14.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:14 smithi143 bash[29116]: audit 2023-11-15T03:52:13.930576+0000 mon.smithi037 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.37:0/128825480' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:14.838 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700020318,"num_remapped_pgs":0} 2023-11-15T03:52:15.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:15 smithi143 bash[29116]: cluster 2023-11-15T03:52:14.473087+0000 mgr.smithi037.kdknfa (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:15.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:15 smithi037 bash[25974]: cluster 2023-11-15T03:52:14.473087+0000 mgr.smithi037.kdknfa (mgr.14182) 50 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:15.839 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:52:18.130 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:17 smithi143 bash[29116]: cluster 2023-11-15T03:52:16.473558+0000 mgr.smithi037.kdknfa (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:18.131 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:17 smithi143 bash[29116]: audit 2023-11-15T03:52:16.753662+0000 mon.smithi037 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:18.131 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:17 smithi143 bash[29116]: audit 2023-11-15T03:52:16.754919+0000 mon.smithi037 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T03:52:18.131 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:17 smithi143 bash[29116]: audit 2023-11-15T03:52:16.756169+0000 mon.smithi037 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:18.131 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:17 smithi143 bash[29116]: cephadm 2023-11-15T03:52:16.757370+0000 mgr.smithi037.kdknfa (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.4 on smithi143 2023-11-15T03:52:18.132 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:17 smithi143 bash[29116]: audit 2023-11-15T03:52:17.398334+0000 mon.smithi037 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:18.132 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:17 smithi143 bash[29116]: audit 2023-11-15T03:52:17.399626+0000 mon.smithi037 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T03:52:18.132 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:17 smithi143 bash[29116]: audit 2023-11-15T03:52:17.400961+0000 mon.smithi037 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:18.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:17 smithi037 bash[25974]: cluster 2023-11-15T03:52:16.473558+0000 mgr.smithi037.kdknfa (mgr.14182) 51 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:18.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:17 smithi037 bash[25974]: audit 2023-11-15T03:52:16.753662+0000 mon.smithi037 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:18.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:17 smithi037 bash[25974]: audit 2023-11-15T03:52:16.754919+0000 mon.smithi037 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-15T03:52:18.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:17 smithi037 bash[25974]: audit 2023-11-15T03:52:16.756169+0000 mon.smithi037 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:18.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:17 smithi037 bash[25974]: cephadm 2023-11-15T03:52:16.757370+0000 mgr.smithi037.kdknfa (mgr.14182) 52 : cephadm [INF] Deploying daemon osd.4 on smithi143 2023-11-15T03:52:18.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:17 smithi037 bash[25974]: audit 2023-11-15T03:52:17.398334+0000 mon.smithi037 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:18.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:17 smithi037 bash[25974]: audit 2023-11-15T03:52:17.399626+0000 mon.smithi037 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-15T03:52:18.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:17 smithi037 bash[25974]: audit 2023-11-15T03:52:17.400961+0000 mon.smithi037 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:19.087 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:18 smithi143 bash[29116]: cephadm 2023-11-15T03:52:17.402242+0000 mgr.smithi037.kdknfa (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.3 on smithi037 2023-11-15T03:52:19.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:18 smithi037 bash[25974]: cephadm 2023-11-15T03:52:17.402242+0000 mgr.smithi037.kdknfa (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.3 on smithi037 2023-11-15T03:52:19.825 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:19 smithi037 bash[25974]: cluster 2023-11-15T03:52:18.474070+0000 mgr.smithi037.kdknfa (mgr.14182) 54 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:20.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:19 smithi143 bash[29116]: cluster 2023-11-15T03:52:18.474070+0000 mgr.smithi037.kdknfa (mgr.14182) 54 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:20.557 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:52:21.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:20 smithi143 bash[29116]: audit 2023-11-15T03:52:19.924311+0000 mon.smithi037 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T03:52:21.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:20 smithi143 bash[29116]: audit 2023-11-15T03:52:19.925279+0000 mon.smithi143 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/2048518447,v1:172.21.15.143:6801/2048518447]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T03:52:21.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:20 smithi143 bash[29116]: audit 2023-11-15T03:52:20.556386+0000 mon.smithi037 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.37:0/798238841' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:21.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:20 smithi037 bash[25974]: audit 2023-11-15T03:52:19.924311+0000 mon.smithi037 (mon.0) 292 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T03:52:21.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:20 smithi037 bash[25974]: audit 2023-11-15T03:52:19.925279+0000 mon.smithi143 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/2048518447,v1:172.21.15.143:6801/2048518447]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-15T03:52:21.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:20 smithi037 bash[25974]: audit 2023-11-15T03:52:20.556386+0000 mon.smithi037 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.37:0/798238841' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:21.737 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700020318,"num_remapped_pgs":0} 2023-11-15T03:52:22.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: cluster 2023-11-15T03:52:20.474440+0000 mgr.smithi037.kdknfa (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:22.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:20.777105+0000 mon.smithi037 (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T03:52:22.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: cluster 2023-11-15T03:52:20.777259+0000 mon.smithi037 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T03:52:22.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:20.777530+0000 mon.smithi037 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:52:22.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:20.778267+0000 mon.smithi037 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:22.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:20.778678+0000 mon.smithi037 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:22.031 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:20.779139+0000 mon.smithi037 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:22.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:20.779549+0000 mon.smithi037 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:22.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:20.780107+0000 mon.smithi037 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:22.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:20.780671+0000 mon.smithi037 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:22.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:20.780868+0000 mon.smithi143 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/2048518447,v1:172.21.15.143:6801/2048518447]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:22.033 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:20.781259+0000 mon.smithi037 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:22.033 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:20.781726+0000 mon.smithi037 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:22.033 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:21.645489+0000 mon.smithi037 (mon.0) 305 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:22.033 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:21.647319+0000 mon.smithi037 (mon.0) 306 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T03:52:22.033 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:21 smithi037 bash[25974]: audit 2023-11-15T03:52:21.648855+0000 mon.smithi037 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:22.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: cluster 2023-11-15T03:52:20.474440+0000 mgr.smithi037.kdknfa (mgr.14182) 55 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:22.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:20.777105+0000 mon.smithi037 (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-15T03:52:22.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: cluster 2023-11-15T03:52:20.777259+0000 mon.smithi037 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-15T03:52:22.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:20.777530+0000 mon.smithi037 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:52:22.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:20.778267+0000 mon.smithi037 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:22.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:20.778678+0000 mon.smithi037 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:22.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:20.779139+0000 mon.smithi037 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:22.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:20.779549+0000 mon.smithi037 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:22.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:20.780107+0000 mon.smithi037 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:22.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:20.780671+0000 mon.smithi037 (mon.0) 302 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:22.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:20.780868+0000 mon.smithi143 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.143:6800/2048518447,v1:172.21.15.143:6801/2048518447]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:22.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:20.781259+0000 mon.smithi037 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:22.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:20.781726+0000 mon.smithi037 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:22.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:21.645489+0000 mon.smithi037 (mon.0) 305 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:22.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:21.647319+0000 mon.smithi037 (mon.0) 306 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-15T03:52:22.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:21 smithi143 bash[29116]: audit 2023-11-15T03:52:21.648855+0000 mon.smithi037 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:22.739 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:52:23.066 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: cephadm 2023-11-15T03:52:21.650049+0000 mgr.smithi037.kdknfa (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.6 on smithi143 2023-11-15T03:52:23.066 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: audit 2023-11-15T03:52:21.779244+0000 mon.smithi037 (mon.0) 308 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T03:52:23.066 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: cluster 2023-11-15T03:52:21.779407+0000 mon.smithi037 (mon.0) 309 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T03:52:23.066 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: audit 2023-11-15T03:52:21.780118+0000 mon.smithi037 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:52:23.067 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: audit 2023-11-15T03:52:21.780946+0000 mon.smithi037 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:23.067 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: audit 2023-11-15T03:52:21.781580+0000 mon.smithi037 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:23.067 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: audit 2023-11-15T03:52:21.788409+0000 mon.smithi037 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:23.067 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: audit 2023-11-15T03:52:21.788735+0000 mon.smithi037 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:23.067 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: audit 2023-11-15T03:52:21.789085+0000 mon.smithi037 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:23.068 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: audit 2023-11-15T03:52:21.789397+0000 mon.smithi037 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:23.068 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: audit 2023-11-15T03:52:21.789668+0000 mon.smithi037 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:23.068 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:22 smithi037 bash[25974]: audit 2023-11-15T03:52:21.790005+0000 mon.smithi037 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:52:23.116 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: cephadm 2023-11-15T03:52:21.650049+0000 mgr.smithi037.kdknfa (mgr.14182) 56 : cephadm [INF] Deploying daemon osd.6 on smithi143 2023-11-15T03:52:23.116 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: audit 2023-11-15T03:52:21.779244+0000 mon.smithi037 (mon.0) 308 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T03:52:23.117 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: cluster 2023-11-15T03:52:21.779407+0000 mon.smithi037 (mon.0) 309 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-15T03:52:23.117 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: audit 2023-11-15T03:52:21.780118+0000 mon.smithi037 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:52:23.117 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: audit 2023-11-15T03:52:21.780946+0000 mon.smithi037 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:23.117 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: audit 2023-11-15T03:52:21.781580+0000 mon.smithi037 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:23.117 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: audit 2023-11-15T03:52:21.788409+0000 mon.smithi037 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:23.118 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: audit 2023-11-15T03:52:21.788735+0000 mon.smithi037 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:23.118 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: audit 2023-11-15T03:52:21.789085+0000 mon.smithi037 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:23.118 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: audit 2023-11-15T03:52:21.789397+0000 mon.smithi037 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:23.118 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: audit 2023-11-15T03:52:21.789668+0000 mon.smithi037 (mon.0) 317 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:23.118 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:22 smithi143 bash[29116]: audit 2023-11-15T03:52:21.790005+0000 mon.smithi037 (mon.0) 318 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:52:24.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: cluster 2023-11-15T03:52:20.894524+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:24.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: cluster 2023-11-15T03:52:20.894623+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:24.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: cluster 2023-11-15T03:52:22.474883+0000 mgr.smithi037.kdknfa (mgr.14182) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:24.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: cluster 2023-11-15T03:52:22.790559+0000 mon.smithi037 (mon.0) 319 : cluster [INF] osd.0 [v2:172.21.15.143:6800/2048518447,v1:172.21.15.143:6801/2048518447] boot 2023-11-15T03:52:24.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: cluster 2023-11-15T03:52:22.790676+0000 mon.smithi037 (mon.0) 320 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T03:52:24.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: audit 2023-11-15T03:52:22.791400+0000 mon.smithi037 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:52:24.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: audit 2023-11-15T03:52:22.792508+0000 mon.smithi037 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:24.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: audit 2023-11-15T03:52:22.793253+0000 mon.smithi037 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:24.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: audit 2023-11-15T03:52:22.801846+0000 mon.smithi037 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:24.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: audit 2023-11-15T03:52:22.802334+0000 mon.smithi037 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:24.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: audit 2023-11-15T03:52:22.802699+0000 mon.smithi037 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:24.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: audit 2023-11-15T03:52:22.803068+0000 mon.smithi037 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:24.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: audit 2023-11-15T03:52:22.803423+0000 mon.smithi037 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:24.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: audit 2023-11-15T03:52:23.394306+0000 mon.smithi037 (mon.0) 329 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:24.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: audit 2023-11-15T03:52:23.395778+0000 mon.smithi037 (mon.0) 330 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T03:52:24.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:23 smithi143 bash[29116]: audit 2023-11-15T03:52:23.397127+0000 mon.smithi037 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:24.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: cluster 2023-11-15T03:52:20.894524+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:24.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: cluster 2023-11-15T03:52:20.894623+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:24.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: cluster 2023-11-15T03:52:22.474883+0000 mgr.smithi037.kdknfa (mgr.14182) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T03:52:24.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: cluster 2023-11-15T03:52:22.790559+0000 mon.smithi037 (mon.0) 319 : cluster [INF] osd.0 [v2:172.21.15.143:6800/2048518447,v1:172.21.15.143:6801/2048518447] boot 2023-11-15T03:52:24.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: cluster 2023-11-15T03:52:22.790676+0000 mon.smithi037 (mon.0) 320 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-15T03:52:24.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: audit 2023-11-15T03:52:22.791400+0000 mon.smithi037 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-15T03:52:24.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: audit 2023-11-15T03:52:22.792508+0000 mon.smithi037 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:24.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: audit 2023-11-15T03:52:22.793253+0000 mon.smithi037 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:24.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: audit 2023-11-15T03:52:22.801846+0000 mon.smithi037 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:24.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: audit 2023-11-15T03:52:22.802334+0000 mon.smithi037 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:24.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: audit 2023-11-15T03:52:22.802699+0000 mon.smithi037 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:24.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: audit 2023-11-15T03:52:22.803068+0000 mon.smithi037 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:24.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: audit 2023-11-15T03:52:22.803423+0000 mon.smithi037 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:24.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: audit 2023-11-15T03:52:23.394306+0000 mon.smithi037 (mon.0) 329 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:24.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: audit 2023-11-15T03:52:23.395778+0000 mon.smithi037 (mon.0) 330 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-15T03:52:24.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:23 smithi037 bash[25974]: audit 2023-11-15T03:52:23.397127+0000 mon.smithi037 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:24.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:24 smithi037 bash[25974]: cephadm 2023-11-15T03:52:23.398369+0000 mgr.smithi037.kdknfa (mgr.14182) 58 : cephadm [INF] Deploying daemon osd.5 on smithi037 2023-11-15T03:52:24.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:24 smithi037 bash[25974]: cluster 2023-11-15T03:52:23.822953+0000 mon.smithi037 (mon.0) 332 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T03:52:24.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:24 smithi037 bash[25974]: audit 2023-11-15T03:52:23.823246+0000 mon.smithi037 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:24.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:24 smithi037 bash[25974]: audit 2023-11-15T03:52:23.823916+0000 mon.smithi037 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:24.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:24 smithi037 bash[25974]: audit 2023-11-15T03:52:23.824358+0000 mon.smithi037 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:24.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:24 smithi037 bash[25974]: audit 2023-11-15T03:52:23.824834+0000 mon.smithi037 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:24.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:24 smithi037 bash[25974]: audit 2023-11-15T03:52:23.825359+0000 mon.smithi037 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:24.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:24 smithi037 bash[25974]: audit 2023-11-15T03:52:23.825827+0000 mon.smithi037 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:24.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:24 smithi037 bash[25974]: audit 2023-11-15T03:52:23.826300+0000 mon.smithi037 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:24.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:24 smithi037 bash[25974]: audit 2023-11-15T03:52:24.793081+0000 mon.smithi037 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T03:52:24.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:24 smithi037 bash[25974]: audit 2023-11-15T03:52:24.793717+0000 mon.smithi143 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/1415930244,v1:172.21.15.143:6809/1415930244]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T03:52:25.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:24 smithi143 bash[29116]: cephadm 2023-11-15T03:52:23.398369+0000 mgr.smithi037.kdknfa (mgr.14182) 58 : cephadm [INF] Deploying daemon osd.5 on smithi037 2023-11-15T03:52:25.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:24 smithi143 bash[29116]: cluster 2023-11-15T03:52:23.822953+0000 mon.smithi037 (mon.0) 332 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-15T03:52:25.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:24 smithi143 bash[29116]: audit 2023-11-15T03:52:23.823246+0000 mon.smithi037 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:25.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:24 smithi143 bash[29116]: audit 2023-11-15T03:52:23.823916+0000 mon.smithi037 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:25.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:24 smithi143 bash[29116]: audit 2023-11-15T03:52:23.824358+0000 mon.smithi037 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:25.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:24 smithi143 bash[29116]: audit 2023-11-15T03:52:23.824834+0000 mon.smithi037 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:25.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:24 smithi143 bash[29116]: audit 2023-11-15T03:52:23.825359+0000 mon.smithi037 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:25.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:24 smithi143 bash[29116]: audit 2023-11-15T03:52:23.825827+0000 mon.smithi037 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:25.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:24 smithi143 bash[29116]: audit 2023-11-15T03:52:23.826300+0000 mon.smithi037 (mon.0) 339 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:25.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:24 smithi143 bash[29116]: audit 2023-11-15T03:52:24.793081+0000 mon.smithi037 (mon.0) 340 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T03:52:25.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:24 smithi143 bash[29116]: audit 2023-11-15T03:52:24.793717+0000 mon.smithi143 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/1415930244,v1:172.21.15.143:6809/1415930244]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-15T03:52:25.996 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: cluster 2023-11-15T03:52:24.475286+0000 mgr.smithi037.kdknfa (mgr.14182) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T03:52:25.996 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: audit 2023-11-15T03:52:24.831862+0000 mon.smithi037 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T03:52:25.996 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: cluster 2023-11-15T03:52:24.832001+0000 mon.smithi037 (mon.0) 342 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T03:52:25.997 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: audit 2023-11-15T03:52:24.832581+0000 mon.smithi037 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:25.997 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: audit 2023-11-15T03:52:24.833159+0000 mon.smithi037 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:25.997 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: audit 2023-11-15T03:52:24.833534+0000 mon.smithi037 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:25.997 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: audit 2023-11-15T03:52:24.833775+0000 mon.smithi037 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:25.997 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: audit 2023-11-15T03:52:24.834017+0000 mon.smithi037 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:25.998 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: audit 2023-11-15T03:52:24.834202+0000 mon.smithi037 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:25.998 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: audit 2023-11-15T03:52:24.834381+0000 mon.smithi037 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:25.998 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: audit 2023-11-15T03:52:24.834385+0000 mon.smithi143 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/1415930244,v1:172.21.15.143:6809/1415930244]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:25.998 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:25 smithi037 bash[25974]: audit 2023-11-15T03:52:24.834554+0000 mon.smithi037 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: cluster 2023-11-15T03:52:24.475286+0000 mgr.smithi037.kdknfa (mgr.14182) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T03:52:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: audit 2023-11-15T03:52:24.831862+0000 mon.smithi037 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-15T03:52:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: cluster 2023-11-15T03:52:24.832001+0000 mon.smithi037 (mon.0) 342 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-15T03:52:26.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: audit 2023-11-15T03:52:24.832581+0000 mon.smithi037 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:26.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: audit 2023-11-15T03:52:24.833159+0000 mon.smithi037 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:26.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: audit 2023-11-15T03:52:24.833534+0000 mon.smithi037 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:26.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: audit 2023-11-15T03:52:24.833775+0000 mon.smithi037 (mon.0) 346 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:26.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: audit 2023-11-15T03:52:24.834017+0000 mon.smithi037 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:26.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: audit 2023-11-15T03:52:24.834202+0000 mon.smithi037 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:26.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: audit 2023-11-15T03:52:24.834381+0000 mon.smithi037 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:26.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: audit 2023-11-15T03:52:24.834385+0000 mon.smithi143 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.143:6808/1415930244,v1:172.21.15.143:6809/1415930244]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:26.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:25 smithi143 bash[29116]: audit 2023-11-15T03:52:24.834554+0000 mon.smithi037 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:27.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:26 smithi143 bash[29116]: audit 2023-11-15T03:52:25.831826+0000 mon.smithi037 (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=smithi143", "root=default"]}]': finished 2023-11-15T03:52:27.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:26 smithi143 bash[29116]: cluster 2023-11-15T03:52:25.831970+0000 mon.smithi037 (mon.0) 352 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-15T03:52:27.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:26 smithi143 bash[29116]: audit 2023-11-15T03:52:25.832575+0000 mon.smithi037 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:27.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:26 smithi143 bash[29116]: audit 2023-11-15T03:52:25.833224+0000 mon.smithi037 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:27.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:26 smithi143 bash[29116]: audit 2023-11-15T03:52:25.833628+0000 mon.smithi037 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:27.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:26 smithi143 bash[29116]: audit 2023-11-15T03:52:25.834089+0000 mon.smithi037 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:27.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:26 smithi143 bash[29116]: audit 2023-11-15T03:52:25.840879+0000 mon.smithi037 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:27.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:26 smithi143 bash[29116]: audit 2023-11-15T03:52:25.841133+0000 mon.smithi037 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:27.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:26 smithi143 bash[29116]: audit 2023-11-15T03:52:25.841391+0000 mon.smithi037 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:27.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:26 smithi143 bash[29116]: audit 2023-11-15T03:52:25.841781+0000 mon.smithi037 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:27.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:26 smithi143 bash[29116]: audit 2023-11-15T03:52:26.583922+0000 mon.smithi037 (mon.0) 361 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:27.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:26 smithi037 bash[25974]: audit 2023-11-15T03:52:25.831826+0000 mon.smithi037 (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=smithi143", "root=default"]}]': finished 2023-11-15T03:52:27.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:26 smithi037 bash[25974]: cluster 2023-11-15T03:52:25.831970+0000 mon.smithi037 (mon.0) 352 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-15T03:52:27.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:26 smithi037 bash[25974]: audit 2023-11-15T03:52:25.832575+0000 mon.smithi037 (mon.0) 353 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:27.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:26 smithi037 bash[25974]: audit 2023-11-15T03:52:25.833224+0000 mon.smithi037 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:27.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:26 smithi037 bash[25974]: audit 2023-11-15T03:52:25.833628+0000 mon.smithi037 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:27.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:26 smithi037 bash[25974]: audit 2023-11-15T03:52:25.834089+0000 mon.smithi037 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:27.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:26 smithi037 bash[25974]: audit 2023-11-15T03:52:25.840879+0000 mon.smithi037 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:27.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:26 smithi037 bash[25974]: audit 2023-11-15T03:52:25.841133+0000 mon.smithi037 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:27.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:26 smithi037 bash[25974]: audit 2023-11-15T03:52:25.841391+0000 mon.smithi037 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:27.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:26 smithi037 bash[25974]: audit 2023-11-15T03:52:25.841781+0000 mon.smithi037 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:27.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:26 smithi037 bash[25974]: audit 2023-11-15T03:52:26.583922+0000 mon.smithi037 (mon.0) 361 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:27.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: cluster 2023-11-15T03:52:25.766450+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:27.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: cluster 2023-11-15T03:52:25.766555+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:27.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: cluster 2023-11-15T03:52:26.475895+0000 mgr.smithi037.kdknfa (mgr.14182) 60 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T03:52:27.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: cluster 2023-11-15T03:52:26.840494+0000 mon.smithi037 (mon.0) 362 : cluster [INF] osd.2 [v2:172.21.15.143:6808/1415930244,v1:172.21.15.143:6809/1415930244] boot 2023-11-15T03:52:27.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: cluster 2023-11-15T03:52:26.840539+0000 mon.smithi037 (mon.0) 363 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T03:52:27.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: audit 2023-11-15T03:52:26.840923+0000 mon.smithi037 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:27.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: audit 2023-11-15T03:52:26.841243+0000 mon.smithi037 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:27.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: audit 2023-11-15T03:52:26.841465+0000 mon.smithi037 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: audit 2023-11-15T03:52:26.841642+0000 mon.smithi037 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: audit 2023-11-15T03:52:26.841806+0000 mon.smithi037 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: audit 2023-11-15T03:52:26.841970+0000 mon.smithi037 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: audit 2023-11-15T03:52:26.842130+0000 mon.smithi037 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:27.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:27 smithi143 bash[29116]: audit 2023-11-15T03:52:26.852080+0000 mon.smithi037 (mon.0) 371 : audit [INF] from='osd.1 [v2:172.21.15.37:6802/220422473,v1:172.21.15.37:6803/220422473]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T03:52:27.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: cluster 2023-11-15T03:52:25.766450+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:27.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: cluster 2023-11-15T03:52:25.766555+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:27.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: cluster 2023-11-15T03:52:26.475895+0000 mgr.smithi037.kdknfa (mgr.14182) 60 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-15T03:52:27.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: cluster 2023-11-15T03:52:26.840494+0000 mon.smithi037 (mon.0) 362 : cluster [INF] osd.2 [v2:172.21.15.143:6808/1415930244,v1:172.21.15.143:6809/1415930244] boot 2023-11-15T03:52:27.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: cluster 2023-11-15T03:52:26.840539+0000 mon.smithi037 (mon.0) 363 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-15T03:52:27.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: audit 2023-11-15T03:52:26.840923+0000 mon.smithi037 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:27.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: audit 2023-11-15T03:52:26.841243+0000 mon.smithi037 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-15T03:52:27.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: audit 2023-11-15T03:52:26.841465+0000 mon.smithi037 (mon.0) 366 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:27.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: audit 2023-11-15T03:52:26.841642+0000 mon.smithi037 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:27.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: audit 2023-11-15T03:52:26.841806+0000 mon.smithi037 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:27.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: audit 2023-11-15T03:52:26.841970+0000 mon.smithi037 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:27.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: audit 2023-11-15T03:52:26.842130+0000 mon.smithi037 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:27.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:27 smithi037 bash[25974]: audit 2023-11-15T03:52:26.852080+0000 mon.smithi037 (mon.0) 371 : audit [INF] from='osd.1 [v2:172.21.15.37:6802/220422473,v1:172.21.15.37:6803/220422473]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-15T03:52:28.178 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:52:28.978 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:28 smithi037 bash[25974]: audit 2023-11-15T03:52:27.858030+0000 mon.smithi037 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.37:6802/220422473,v1:172.21.15.37:6803/220422473]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T03:52:28.979 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:28 smithi037 bash[25974]: cluster 2023-11-15T03:52:27.858211+0000 mon.smithi037 (mon.0) 373 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-15T03:52:28.979 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:28 smithi037 bash[25974]: audit 2023-11-15T03:52:27.858489+0000 mon.smithi037 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:28.979 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:28 smithi037 bash[25974]: audit 2023-11-15T03:52:27.858808+0000 mon.smithi037 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:28.979 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:28 smithi037 bash[25974]: audit 2023-11-15T03:52:27.859015+0000 mon.smithi037 (mon.0) 376 : audit [INF] from='osd.1 [v2:172.21.15.37:6802/220422473,v1:172.21.15.37:6803/220422473]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-11-15T03:52:28.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:28 smithi037 bash[25974]: audit 2023-11-15T03:52:27.859267+0000 mon.smithi037 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:28.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:28 smithi037 bash[25974]: audit 2023-11-15T03:52:27.859449+0000 mon.smithi037 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:28.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:28 smithi037 bash[25974]: audit 2023-11-15T03:52:27.859660+0000 mon.smithi037 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:28.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:28 smithi037 bash[25974]: audit 2023-11-15T03:52:27.859846+0000 mon.smithi037 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:28.980 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:28 smithi037 bash[25974]: audit 2023-11-15T03:52:28.177212+0000 mon.smithi037 (mon.0) 381 : audit [DBG] from='client.? 172.21.15.37:0/1580055735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:28.981 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:28 smithi037 bash[25974]: cluster 2023-11-15T03:52:28.476476+0000 mgr.smithi037.kdknfa (mgr.14182) 61 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T03:52:29.056 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1700020346,"num_in_osds":8,"osd_in_since":1700020318,"num_remapped_pgs":0} 2023-11-15T03:52:29.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:28 smithi143 bash[29116]: audit 2023-11-15T03:52:27.858030+0000 mon.smithi037 (mon.0) 372 : audit [INF] from='osd.1 [v2:172.21.15.37:6802/220422473,v1:172.21.15.37:6803/220422473]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-15T03:52:29.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:28 smithi143 bash[29116]: cluster 2023-11-15T03:52:27.858211+0000 mon.smithi037 (mon.0) 373 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-15T03:52:29.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:28 smithi143 bash[29116]: audit 2023-11-15T03:52:27.858489+0000 mon.smithi037 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:29.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:28 smithi143 bash[29116]: audit 2023-11-15T03:52:27.858808+0000 mon.smithi037 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:29.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:28 smithi143 bash[29116]: audit 2023-11-15T03:52:27.859015+0000 mon.smithi037 (mon.0) 376 : audit [INF] from='osd.1 [v2:172.21.15.37:6802/220422473,v1:172.21.15.37:6803/220422473]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-11-15T03:52:29.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:28 smithi143 bash[29116]: audit 2023-11-15T03:52:27.859267+0000 mon.smithi037 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:29.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:28 smithi143 bash[29116]: audit 2023-11-15T03:52:27.859449+0000 mon.smithi037 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:29.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:28 smithi143 bash[29116]: audit 2023-11-15T03:52:27.859660+0000 mon.smithi037 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:29.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:28 smithi143 bash[29116]: audit 2023-11-15T03:52:27.859846+0000 mon.smithi037 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:29.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:28 smithi143 bash[29116]: audit 2023-11-15T03:52:28.177212+0000 mon.smithi037 (mon.0) 381 : audit [DBG] from='client.? 172.21.15.37:0/1580055735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:29.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:28 smithi143 bash[29116]: cluster 2023-11-15T03:52:28.476476+0000 mgr.smithi037.kdknfa (mgr.14182) 61 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T03:52:29.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: cluster 2023-11-15T03:52:27.861529+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:29.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: cluster 2023-11-15T03:52:27.861593+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:29.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: audit 2023-11-15T03:52:28.859780+0000 mon.smithi037 (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.37:6802/220422473,v1:172.21.15.37:6803/220422473]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-11-15T03:52:29.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: cluster 2023-11-15T03:52:28.859897+0000 mon.smithi037 (mon.0) 383 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-15T03:52:29.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: audit 2023-11-15T03:52:28.860685+0000 mon.smithi037 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:29.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: audit 2023-11-15T03:52:28.861330+0000 mon.smithi037 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:29.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: audit 2023-11-15T03:52:28.865828+0000 mon.smithi037 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:29.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: audit 2023-11-15T03:52:28.866415+0000 mon.smithi037 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:29.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: audit 2023-11-15T03:52:28.866675+0000 mon.smithi037 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:29.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: audit 2023-11-15T03:52:28.866897+0000 mon.smithi037 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:29.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: audit 2023-11-15T03:52:28.868786+0000 mon.smithi037 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:29.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: audit 2023-11-15T03:52:29.806178+0000 mon.smithi037 (mon.0) 391 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:29.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: audit 2023-11-15T03:52:29.807367+0000 mon.smithi037 (mon.0) 392 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T03:52:29.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: audit 2023-11-15T03:52:29.808514+0000 mon.smithi037 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:29.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:29 smithi037 bash[25974]: cephadm 2023-11-15T03:52:29.809614+0000 mgr.smithi037.kdknfa (mgr.14182) 62 : cephadm [INF] Deploying daemon osd.7 on smithi037 2023-11-15T03:52:30.058 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:52:30.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: cluster 2023-11-15T03:52:27.861529+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:30.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: cluster 2023-11-15T03:52:27.861593+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: audit 2023-11-15T03:52:28.859780+0000 mon.smithi037 (mon.0) 382 : audit [INF] from='osd.1 [v2:172.21.15.37:6802/220422473,v1:172.21.15.37:6803/220422473]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-11-15T03:52:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: cluster 2023-11-15T03:52:28.859897+0000 mon.smithi037 (mon.0) 383 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-15T03:52:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: audit 2023-11-15T03:52:28.860685+0000 mon.smithi037 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: audit 2023-11-15T03:52:28.861330+0000 mon.smithi037 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: audit 2023-11-15T03:52:28.865828+0000 mon.smithi037 (mon.0) 386 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: audit 2023-11-15T03:52:28.866415+0000 mon.smithi037 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: audit 2023-11-15T03:52:28.866675+0000 mon.smithi037 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: audit 2023-11-15T03:52:28.866897+0000 mon.smithi037 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: audit 2023-11-15T03:52:28.868786+0000 mon.smithi037 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: audit 2023-11-15T03:52:29.806178+0000 mon.smithi037 (mon.0) 391 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: audit 2023-11-15T03:52:29.807367+0000 mon.smithi037 (mon.0) 392 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-15T03:52:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: audit 2023-11-15T03:52:29.808514+0000 mon.smithi037 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:29 smithi143 bash[29116]: cephadm 2023-11-15T03:52:29.809614+0000 mgr.smithi037.kdknfa (mgr.14182) 62 : cephadm [INF] Deploying daemon osd.7 on smithi037 2023-11-15T03:52:31.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: audit 2023-11-15T03:52:29.873434+0000 mon.smithi037 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:31.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: cluster 2023-11-15T03:52:29.877506+0000 mon.smithi037 (mon.0) 395 : cluster [INF] osd.1 [v2:172.21.15.37:6802/220422473,v1:172.21.15.37:6803/220422473] boot 2023-11-15T03:52:31.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: cluster 2023-11-15T03:52:29.877567+0000 mon.smithi037 (mon.0) 396 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T03:52:31.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: audit 2023-11-15T03:52:29.877812+0000 mon.smithi037 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:31.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: audit 2023-11-15T03:52:29.878087+0000 mon.smithi037 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:31.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: audit 2023-11-15T03:52:29.878337+0000 mon.smithi037 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:31.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: audit 2023-11-15T03:52:29.878493+0000 mon.smithi037 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:31.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: audit 2023-11-15T03:52:29.878662+0000 mon.smithi037 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:31.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: audit 2023-11-15T03:52:29.878816+0000 mon.smithi037 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:31.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: audit 2023-11-15T03:52:29.879026+0000 mon.smithi037 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T03:52:31.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: audit 2023-11-15T03:52:29.889010+0000 mon.smithi143 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/2979432890,v1:172.21.15.143:6817/2979432890]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T03:52:31.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: audit 2023-11-15T03:52:30.337137+0000 mon.smithi037 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T03:52:31.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:30 smithi143 bash[29116]: cluster 2023-11-15T03:52:30.477045+0000 mgr.smithi037.kdknfa (mgr.14182) 63 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T03:52:31.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: audit 2023-11-15T03:52:29.873434+0000 mon.smithi037 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:31.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: cluster 2023-11-15T03:52:29.877506+0000 mon.smithi037 (mon.0) 395 : cluster [INF] osd.1 [v2:172.21.15.37:6802/220422473,v1:172.21.15.37:6803/220422473] boot 2023-11-15T03:52:31.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: cluster 2023-11-15T03:52:29.877567+0000 mon.smithi037 (mon.0) 396 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-15T03:52:31.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: audit 2023-11-15T03:52:29.877812+0000 mon.smithi037 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-15T03:52:31.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: audit 2023-11-15T03:52:29.878087+0000 mon.smithi037 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:31.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: audit 2023-11-15T03:52:29.878337+0000 mon.smithi037 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:31.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: audit 2023-11-15T03:52:29.878493+0000 mon.smithi037 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: audit 2023-11-15T03:52:29.878662+0000 mon.smithi037 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: audit 2023-11-15T03:52:29.878816+0000 mon.smithi037 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: audit 2023-11-15T03:52:29.879026+0000 mon.smithi037 (mon.0) 403 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-15T03:52:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: audit 2023-11-15T03:52:29.889010+0000 mon.smithi143 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/2979432890,v1:172.21.15.143:6817/2979432890]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T03:52:31.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: audit 2023-11-15T03:52:30.337137+0000 mon.smithi037 (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-15T03:52:31.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:30 smithi037 bash[25974]: cluster 2023-11-15T03:52:30.477045+0000 mgr.smithi037.kdknfa (mgr.14182) 63 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-15T03:52:31.939 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:31 smithi037 bash[25974]: audit 2023-11-15T03:52:30.886060+0000 mon.smithi037 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T03:52:31.940 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:31 smithi037 bash[25974]: audit 2023-11-15T03:52:30.886149+0000 mon.smithi037 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T03:52:31.940 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:31 smithi037 bash[25974]: cluster 2023-11-15T03:52:30.886219+0000 mon.smithi037 (mon.0) 407 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T03:52:31.940 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:31 smithi037 bash[25974]: audit 2023-11-15T03:52:30.886414+0000 mon.smithi037 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:31.940 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:31 smithi037 bash[25974]: audit 2023-11-15T03:52:30.887022+0000 mon.smithi037 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:31.940 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:31 smithi037 bash[25974]: audit 2023-11-15T03:52:30.887528+0000 mon.smithi037 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:31.941 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:31 smithi037 bash[25974]: audit 2023-11-15T03:52:30.888166+0000 mon.smithi037 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:31.941 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:31 smithi037 bash[25974]: audit 2023-11-15T03:52:30.888777+0000 mon.smithi037 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:31.941 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:31 smithi037 bash[25974]: audit 2023-11-15T03:52:30.889599+0000 mon.smithi037 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:31.941 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:31 smithi037 bash[25974]: audit 2023-11-15T03:52:30.889853+0000 mon.smithi143 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/2979432890,v1:172.21.15.143:6817/2979432890]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:31.941 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:31 smithi037 bash[25974]: audit 2023-11-15T03:52:30.890841+0000 mon.smithi037 (mon.0) 414 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T03:52:32.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:31 smithi143 bash[29116]: audit 2023-11-15T03:52:30.886060+0000 mon.smithi037 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-15T03:52:32.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:31 smithi143 bash[29116]: audit 2023-11-15T03:52:30.886149+0000 mon.smithi037 (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-15T03:52:32.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:31 smithi143 bash[29116]: cluster 2023-11-15T03:52:30.886219+0000 mon.smithi037 (mon.0) 407 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-15T03:52:32.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:31 smithi143 bash[29116]: audit 2023-11-15T03:52:30.886414+0000 mon.smithi037 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:32.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:31 smithi143 bash[29116]: audit 2023-11-15T03:52:30.887022+0000 mon.smithi037 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:32.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:31 smithi143 bash[29116]: audit 2023-11-15T03:52:30.887528+0000 mon.smithi037 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:32.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:31 smithi143 bash[29116]: audit 2023-11-15T03:52:30.888166+0000 mon.smithi037 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:32.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:31 smithi143 bash[29116]: audit 2023-11-15T03:52:30.888777+0000 mon.smithi037 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:32.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:31 smithi143 bash[29116]: audit 2023-11-15T03:52:30.889599+0000 mon.smithi037 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:32.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:31 smithi143 bash[29116]: audit 2023-11-15T03:52:30.889853+0000 mon.smithi143 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.143:6816/2979432890,v1:172.21.15.143:6817/2979432890]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:32.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:31 smithi143 bash[29116]: audit 2023-11-15T03:52:30.890841+0000 mon.smithi037 (mon.0) 414 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-15T03:52:33.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: cluster 2023-11-15T03:52:30.846387+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:33.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: cluster 2023-11-15T03:52:30.846485+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:33.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: audit 2023-11-15T03:52:31.895922+0000 mon.smithi037 (mon.0) 415 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T03:52:33.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: audit 2023-11-15T03:52:31.896010+0000 mon.smithi037 (mon.0) 416 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T03:52:33.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: cluster 2023-11-15T03:52:31.896051+0000 mon.smithi037 (mon.0) 417 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-15T03:52:33.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: audit 2023-11-15T03:52:31.896172+0000 mon.smithi037 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:33.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: audit 2023-11-15T03:52:31.896562+0000 mon.smithi037 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:33.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: audit 2023-11-15T03:52:31.896701+0000 mon.smithi037 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:33.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: audit 2023-11-15T03:52:31.896914+0000 mon.smithi037 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:33.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: audit 2023-11-15T03:52:31.897104+0000 mon.smithi037 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:33.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: audit 2023-11-15T03:52:31.902252+0000 mon.smithi037 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:33.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: audit 2023-11-15T03:52:32.431565+0000 mon.smithi037 (mon.0) 424 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/1646368238,v1:172.21.15.37:6811/1646368238]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T03:52:33.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:32 smithi037 bash[25974]: cluster 2023-11-15T03:52:32.477611+0000 mgr.smithi037.kdknfa (mgr.14182) 64 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T03:52:33.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: cluster 2023-11-15T03:52:30.846387+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:33.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: cluster 2023-11-15T03:52:30.846485+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:33.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: audit 2023-11-15T03:52:31.895922+0000 mon.smithi037 (mon.0) 415 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T03:52:33.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: audit 2023-11-15T03:52:31.896010+0000 mon.smithi037 (mon.0) 416 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-15T03:52:33.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: cluster 2023-11-15T03:52:31.896051+0000 mon.smithi037 (mon.0) 417 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-15T03:52:33.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: audit 2023-11-15T03:52:31.896172+0000 mon.smithi037 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:33.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: audit 2023-11-15T03:52:31.896562+0000 mon.smithi037 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:33.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: audit 2023-11-15T03:52:31.896701+0000 mon.smithi037 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:33.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: audit 2023-11-15T03:52:31.896914+0000 mon.smithi037 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:33.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: audit 2023-11-15T03:52:31.897104+0000 mon.smithi037 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:33.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: audit 2023-11-15T03:52:31.902252+0000 mon.smithi037 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:33.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: audit 2023-11-15T03:52:32.431565+0000 mon.smithi037 (mon.0) 424 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/1646368238,v1:172.21.15.37:6811/1646368238]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-15T03:52:33.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:32 smithi143 bash[29116]: cluster 2023-11-15T03:52:32.477611+0000 mgr.smithi037.kdknfa (mgr.14182) 64 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-15T03:52:34.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: cluster 2023-11-15T03:52:32.898418+0000 mon.smithi037 (mon.0) 425 : cluster [INF] osd.4 [v2:172.21.15.143:6816/2979432890,v1:172.21.15.143:6817/2979432890] boot 2023-11-15T03:52:34.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:32.898499+0000 mon.smithi037 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/1646368238,v1:172.21.15.37:6811/1646368238]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T03:52:34.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: cluster 2023-11-15T03:52:32.898568+0000 mon.smithi037 (mon.0) 427 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-15T03:52:34.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:32.899050+0000 mon.smithi037 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:34.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:32.899308+0000 mon.smithi037 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:34.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:32.899550+0000 mon.smithi037 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/1646368238,v1:172.21.15.37:6811/1646368238]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-11-15T03:52:34.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:32.899798+0000 mon.smithi037 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:34.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:32.899956+0000 mon.smithi037 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:34.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:32.900128+0000 mon.smithi037 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:34.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:33.559201+0000 mon.smithi037 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T03:52:34.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:33.560107+0000 mon.smithi143 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/3697990028,v1:172.21.15.143:6825/3697990028]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T03:52:34.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:33.900302+0000 mon.smithi037 (mon.0) 435 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/1646368238,v1:172.21.15.37:6811/1646368238]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-11-15T03:52:34.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:33.900392+0000 mon.smithi037 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T03:52:34.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: cluster 2023-11-15T03:52:33.900480+0000 mon.smithi037 (mon.0) 437 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-15T03:52:34.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:33.900719+0000 mon.smithi037 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:34.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:33 smithi037 bash[25974]: audit 2023-11-15T03:52:33.901720+0000 mon.smithi037 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:34.264 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: cluster 2023-11-15T03:52:32.898418+0000 mon.smithi037 (mon.0) 425 : cluster [INF] osd.4 [v2:172.21.15.143:6816/2979432890,v1:172.21.15.143:6817/2979432890] boot 2023-11-15T03:52:34.264 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:32.898499+0000 mon.smithi037 (mon.0) 426 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/1646368238,v1:172.21.15.37:6811/1646368238]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-15T03:52:34.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: cluster 2023-11-15T03:52:32.898568+0000 mon.smithi037 (mon.0) 427 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-15T03:52:34.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:32.899050+0000 mon.smithi037 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:34.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:32.899308+0000 mon.smithi037 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-15T03:52:34.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:32.899550+0000 mon.smithi037 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/1646368238,v1:172.21.15.37:6811/1646368238]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-11-15T03:52:34.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:32.899798+0000 mon.smithi037 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:34.265 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:32.899956+0000 mon.smithi037 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:34.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:32.900128+0000 mon.smithi037 (mon.0) 433 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:34.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:33.559201+0000 mon.smithi037 (mon.0) 434 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T03:52:34.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:33.560107+0000 mon.smithi143 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/3697990028,v1:172.21.15.143:6825/3697990028]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-15T03:52:34.266 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:33.900302+0000 mon.smithi037 (mon.0) 435 : audit [INF] from='osd.3 [v2:172.21.15.37:6810/1646368238,v1:172.21.15.37:6811/1646368238]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-11-15T03:52:34.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:33.900392+0000 mon.smithi037 (mon.0) 436 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-15T03:52:34.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: cluster 2023-11-15T03:52:33.900480+0000 mon.smithi037 (mon.0) 437 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-15T03:52:34.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:33.900719+0000 mon.smithi037 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:34.267 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:33 smithi143 bash[29116]: audit 2023-11-15T03:52:33.901720+0000 mon.smithi037 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:34.957 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: audit 2023-11-15T03:52:33.902380+0000 mon.smithi037 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:34.958 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: audit 2023-11-15T03:52:33.903445+0000 mon.smithi037 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:34.958 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: audit 2023-11-15T03:52:33.905123+0000 mon.smithi037 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:34.958 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: audit 2023-11-15T03:52:33.905300+0000 mon.smithi143 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/3697990028,v1:172.21.15.143:6825/3697990028]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:34.958 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: audit 2023-11-15T03:52:33.910484+0000 mon.smithi037 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:34.959 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: cluster 2023-11-15T03:52:34.478272+0000 mgr.smithi037.kdknfa (mgr.14182) 65 : cluster [DBG] pgmap v64: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T03:52:34.959 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: audit 2023-11-15T03:52:34.902726+0000 mon.smithi037 (mon.0) 444 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T03:52:34.959 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: cluster 2023-11-15T03:52:34.902913+0000 mon.smithi037 (mon.0) 445 : cluster [INF] osd.3 [v2:172.21.15.37:6810/1646368238,v1:172.21.15.37:6811/1646368238] boot 2023-11-15T03:52:34.959 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: cluster 2023-11-15T03:52:34.902958+0000 mon.smithi037 (mon.0) 446 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T03:52:34.959 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: audit 2023-11-15T03:52:34.903475+0000 mon.smithi037 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:34.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: audit 2023-11-15T03:52:34.904018+0000 mon.smithi037 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:34.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: audit 2023-11-15T03:52:34.904326+0000 mon.smithi037 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:34.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:34 smithi037 bash[25974]: audit 2023-11-15T03:52:34.904510+0000 mon.smithi037 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:35.181 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:52:35.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: audit 2023-11-15T03:52:33.902380+0000 mon.smithi037 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:35.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: audit 2023-11-15T03:52:33.903445+0000 mon.smithi037 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:35.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: audit 2023-11-15T03:52:33.905123+0000 mon.smithi037 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:35.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: audit 2023-11-15T03:52:33.905300+0000 mon.smithi143 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.143:6824/3697990028,v1:172.21.15.143:6825/3697990028]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2023-11-15T03:52:35.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: audit 2023-11-15T03:52:33.910484+0000 mon.smithi037 (mon.0) 443 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:35.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: cluster 2023-11-15T03:52:34.478272+0000 mgr.smithi037.kdknfa (mgr.14182) 65 : cluster [DBG] pgmap v64: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-15T03:52:35.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: audit 2023-11-15T03:52:34.902726+0000 mon.smithi037 (mon.0) 444 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2023-11-15T03:52:35.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: cluster 2023-11-15T03:52:34.902913+0000 mon.smithi037 (mon.0) 445 : cluster [INF] osd.3 [v2:172.21.15.37:6810/1646368238,v1:172.21.15.37:6811/1646368238] boot 2023-11-15T03:52:35.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: cluster 2023-11-15T03:52:34.902958+0000 mon.smithi037 (mon.0) 446 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-15T03:52:35.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: audit 2023-11-15T03:52:34.903475+0000 mon.smithi037 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-15T03:52:35.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: audit 2023-11-15T03:52:34.904018+0000 mon.smithi037 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:35.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: audit 2023-11-15T03:52:34.904326+0000 mon.smithi037 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:35.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:34 smithi143 bash[29116]: audit 2023-11-15T03:52:34.904510+0000 mon.smithi037 (mon.0) 450 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:36.116 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1700020354,"num_in_osds":8,"osd_in_since":1700020318,"num_remapped_pgs":1} 2023-11-15T03:52:36.184 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:35 smithi037 bash[25974]: cluster 2023-11-15T03:52:33.465229+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:36.184 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:35 smithi037 bash[25974]: cluster 2023-11-15T03:52:33.465327+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:36.184 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:35 smithi037 bash[25974]: audit 2023-11-15T03:52:34.912266+0000 mon.smithi037 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:36.185 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:35 smithi037 bash[25974]: audit 2023-11-15T03:52:35.180030+0000 mon.smithi037 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.37:0/252475300' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:36.185 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:35 smithi037 bash[25974]: audit 2023-11-15T03:52:35.705816+0000 mon.smithi037 (mon.0) 453 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:36.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:35 smithi143 bash[29116]: cluster 2023-11-15T03:52:33.465229+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:36.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:35 smithi143 bash[29116]: cluster 2023-11-15T03:52:33.465327+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:36.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:35 smithi143 bash[29116]: audit 2023-11-15T03:52:34.912266+0000 mon.smithi037 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:36.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:35 smithi143 bash[29116]: audit 2023-11-15T03:52:35.180030+0000 mon.smithi037 (mon.0) 452 : audit [DBG] from='client.? 172.21.15.37:0/252475300' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:36.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:35 smithi143 bash[29116]: audit 2023-11-15T03:52:35.705816+0000 mon.smithi037 (mon.0) 453 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:37.117 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:52:37.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: cluster 2023-11-15T03:52:34.601069+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:37.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: cluster 2023-11-15T03:52:34.601149+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:37.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: cluster 2023-11-15T03:52:35.908556+0000 mon.smithi037 (mon.0) 454 : cluster [INF] osd.6 [v2:172.21.15.143:6824/3697990028,v1:172.21.15.143:6825/3697990028] boot 2023-11-15T03:52:37.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: cluster 2023-11-15T03:52:35.908768+0000 mon.smithi037 (mon.0) 455 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-15T03:52:37.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: audit 2023-11-15T03:52:35.909116+0000 mon.smithi037 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:37.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: audit 2023-11-15T03:52:35.910237+0000 mon.smithi037 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:37.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: audit 2023-11-15T03:52:35.910618+0000 mon.smithi037 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:37.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: cluster 2023-11-15T03:52:36.478867+0000 mgr.smithi037.kdknfa (mgr.14182) 66 : cluster [DBG] pgmap v67: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T03:52:37.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: audit 2023-11-15T03:52:36.524758+0000 mon.smithi037 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:37.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: cluster 2023-11-15T03:52:36.909221+0000 mon.smithi037 (mon.0) 460 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-11-15T03:52:37.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: audit 2023-11-15T03:52:36.909470+0000 mon.smithi037 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:37.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:36 smithi037 bash[25974]: audit 2023-11-15T03:52:36.910218+0000 mon.smithi037 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:37.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: cluster 2023-11-15T03:52:34.601069+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:37.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: cluster 2023-11-15T03:52:34.601149+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:37.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: cluster 2023-11-15T03:52:35.908556+0000 mon.smithi037 (mon.0) 454 : cluster [INF] osd.6 [v2:172.21.15.143:6824/3697990028,v1:172.21.15.143:6825/3697990028] boot 2023-11-15T03:52:37.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: cluster 2023-11-15T03:52:35.908768+0000 mon.smithi037 (mon.0) 455 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2023-11-15T03:52:37.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: audit 2023-11-15T03:52:35.909116+0000 mon.smithi037 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:37.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: audit 2023-11-15T03:52:35.910237+0000 mon.smithi037 (mon.0) 457 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-15T03:52:37.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: audit 2023-11-15T03:52:35.910618+0000 mon.smithi037 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:37.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: cluster 2023-11-15T03:52:36.478867+0000 mgr.smithi037.kdknfa (mgr.14182) 66 : cluster [DBG] pgmap v67: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T03:52:37.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: audit 2023-11-15T03:52:36.524758+0000 mon.smithi037 (mon.0) 459 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:37.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: cluster 2023-11-15T03:52:36.909221+0000 mon.smithi037 (mon.0) 460 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-11-15T03:52:37.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: audit 2023-11-15T03:52:36.909470+0000 mon.smithi037 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:37.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:36 smithi143 bash[29116]: audit 2023-11-15T03:52:36.910218+0000 mon.smithi037 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:39.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:39 smithi143 bash[29116]: cluster 2023-11-15T03:52:38.479363+0000 mgr.smithi037.kdknfa (mgr.14182) 67 : cluster [DBG] pgmap v69: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T03:52:39.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:39 smithi143 bash[29116]: audit 2023-11-15T03:52:38.625508+0000 mon.smithi037 (mon.0) 463 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/2752200785,v1:172.21.15.37:6819/2752200785]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T03:52:39.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:39 smithi037 bash[25974]: cluster 2023-11-15T03:52:38.479363+0000 mgr.smithi037.kdknfa (mgr.14182) 67 : cluster [DBG] pgmap v69: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T03:52:39.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:39 smithi037 bash[25974]: audit 2023-11-15T03:52:38.625508+0000 mon.smithi037 (mon.0) 463 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/2752200785,v1:172.21.15.37:6819/2752200785]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-15T03:52:40.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:40 smithi143 bash[29116]: audit 2023-11-15T03:52:39.544977+0000 mon.smithi037 (mon.0) 464 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/2752200785,v1:172.21.15.37:6819/2752200785]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T03:52:40.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:40 smithi143 bash[29116]: cluster 2023-11-15T03:52:39.545048+0000 mon.smithi037 (mon.0) 465 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-15T03:52:40.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:40 smithi143 bash[29116]: audit 2023-11-15T03:52:39.545285+0000 mon.smithi037 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:40.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:40 smithi143 bash[29116]: audit 2023-11-15T03:52:39.546216+0000 mon.smithi037 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:40.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:40 smithi143 bash[29116]: audit 2023-11-15T03:52:39.546760+0000 mon.smithi037 (mon.0) 468 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/2752200785,v1:172.21.15.37:6819/2752200785]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-11-15T03:52:40.917 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:40 smithi037 bash[25974]: audit 2023-11-15T03:52:39.544977+0000 mon.smithi037 (mon.0) 464 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/2752200785,v1:172.21.15.37:6819/2752200785]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-15T03:52:40.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:40 smithi037 bash[25974]: cluster 2023-11-15T03:52:39.545048+0000 mon.smithi037 (mon.0) 465 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-15T03:52:40.918 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:40 smithi037 bash[25974]: audit 2023-11-15T03:52:39.545285+0000 mon.smithi037 (mon.0) 466 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:40.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:40 smithi037 bash[25974]: audit 2023-11-15T03:52:39.546216+0000 mon.smithi037 (mon.0) 467 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:40.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:40 smithi037 bash[25974]: audit 2023-11-15T03:52:39.546760+0000 mon.smithi037 (mon.0) 468 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/2752200785,v1:172.21.15.37:6819/2752200785]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-11-15T03:52:41.147 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:52:41.775 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1700020355,"num_in_osds":8,"osd_in_since":1700020318,"num_remapped_pgs":0} 2023-11-15T03:52:41.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:41 smithi143 bash[29116]: cluster 2023-11-15T03:52:40.479865+0000 mgr.smithi037.kdknfa (mgr.14182) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T03:52:41.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:41 smithi143 bash[29116]: audit 2023-11-15T03:52:40.550453+0000 mon.smithi037 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/2752200785,v1:172.21.15.37:6819/2752200785]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-11-15T03:52:41.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:41 smithi143 bash[29116]: cluster 2023-11-15T03:52:40.550634+0000 mon.smithi037 (mon.0) 470 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-15T03:52:41.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:41 smithi143 bash[29116]: audit 2023-11-15T03:52:40.551331+0000 mon.smithi037 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:41.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:41 smithi143 bash[29116]: audit 2023-11-15T03:52:40.551597+0000 mon.smithi037 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:41.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:41 smithi143 bash[29116]: audit 2023-11-15T03:52:40.558992+0000 mon.smithi037 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:41.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:41 smithi143 bash[29116]: audit 2023-11-15T03:52:41.146699+0000 mon.smithi037 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.37:0/4013327319' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:41.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:41 smithi037 bash[25974]: cluster 2023-11-15T03:52:40.479865+0000 mgr.smithi037.kdknfa (mgr.14182) 68 : cluster [DBG] pgmap v71: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T03:52:41.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:41 smithi037 bash[25974]: audit 2023-11-15T03:52:40.550453+0000 mon.smithi037 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.37:6818/2752200785,v1:172.21.15.37:6819/2752200785]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-11-15T03:52:41.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:41 smithi037 bash[25974]: cluster 2023-11-15T03:52:40.550634+0000 mon.smithi037 (mon.0) 470 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-15T03:52:41.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:41 smithi037 bash[25974]: audit 2023-11-15T03:52:40.551331+0000 mon.smithi037 (mon.0) 471 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:41.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:41 smithi037 bash[25974]: audit 2023-11-15T03:52:40.551597+0000 mon.smithi037 (mon.0) 472 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:41.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:41 smithi037 bash[25974]: audit 2023-11-15T03:52:40.558992+0000 mon.smithi037 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:41.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:41 smithi037 bash[25974]: audit 2023-11-15T03:52:41.146699+0000 mon.smithi037 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.37:0/4013327319' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:42.776 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-15T03:52:42.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:42 smithi143 bash[29116]: cluster 2023-11-15T03:52:39.598389+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:42.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:42 smithi143 bash[29116]: cluster 2023-11-15T03:52:39.598469+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:42.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:42 smithi143 bash[29116]: audit 2023-11-15T03:52:41.562610+0000 mon.smithi037 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:42.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:42 smithi143 bash[29116]: cluster 2023-11-15T03:52:41.572847+0000 mon.smithi037 (mon.0) 476 : cluster [INF] osd.5 [v2:172.21.15.37:6818/2752200785,v1:172.21.15.37:6819/2752200785] boot 2023-11-15T03:52:42.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:42 smithi143 bash[29116]: cluster 2023-11-15T03:52:41.572976+0000 mon.smithi037 (mon.0) 477 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T03:52:42.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:42 smithi143 bash[29116]: audit 2023-11-15T03:52:41.573609+0000 mon.smithi037 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:42.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:42 smithi143 bash[29116]: audit 2023-11-15T03:52:41.574229+0000 mon.smithi037 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:42.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:42 smithi037 bash[25974]: cluster 2023-11-15T03:52:39.598389+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:42.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:42 smithi037 bash[25974]: cluster 2023-11-15T03:52:39.598469+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:42.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:42 smithi037 bash[25974]: audit 2023-11-15T03:52:41.562610+0000 mon.smithi037 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:42.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:42 smithi037 bash[25974]: cluster 2023-11-15T03:52:41.572847+0000 mon.smithi037 (mon.0) 476 : cluster [INF] osd.5 [v2:172.21.15.37:6818/2752200785,v1:172.21.15.37:6819/2752200785] boot 2023-11-15T03:52:42.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:42 smithi037 bash[25974]: cluster 2023-11-15T03:52:41.572976+0000 mon.smithi037 (mon.0) 477 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2023-11-15T03:52:42.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:42 smithi037 bash[25974]: audit 2023-11-15T03:52:41.573609+0000 mon.smithi037 (mon.0) 478 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-15T03:52:42.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:42 smithi037 bash[25974]: audit 2023-11-15T03:52:41.574229+0000 mon.smithi037 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:44.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:43 smithi143 bash[29116]: cluster 2023-11-15T03:52:42.480445+0000 mgr.smithi037.kdknfa (mgr.14182) 69 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T03:52:44.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:43 smithi143 bash[29116]: cluster 2023-11-15T03:52:42.831148+0000 mon.smithi037 (mon.0) 480 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-15T03:52:44.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:43 smithi143 bash[29116]: audit 2023-11-15T03:52:42.831373+0000 mon.smithi037 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:44.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:43 smithi037 bash[25974]: cluster 2023-11-15T03:52:42.480445+0000 mgr.smithi037.kdknfa (mgr.14182) 69 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-15T03:52:44.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:43 smithi037 bash[25974]: cluster 2023-11-15T03:52:42.831148+0000 mon.smithi037 (mon.0) 480 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-11-15T03:52:44.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:43 smithi037 bash[25974]: audit 2023-11-15T03:52:42.831373+0000 mon.smithi037 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:44.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:44 smithi037 bash[25974]: audit 2023-11-15T03:52:44.533968+0000 mon.smithi037 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4111843021,v1:172.21.15.37:6827/4111843021]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T03:52:45.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:44 smithi143 bash[29116]: audit 2023-11-15T03:52:44.533968+0000 mon.smithi037 (mon.0) 482 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4111843021,v1:172.21.15.37:6827/4111843021]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-15T03:52:46.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:45 smithi143 bash[29116]: cluster 2023-11-15T03:52:44.481015+0000 mgr.smithi037.kdknfa (mgr.14182) 70 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T03:52:46.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:45 smithi143 bash[29116]: audit 2023-11-15T03:52:44.847221+0000 mon.smithi037 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4111843021,v1:172.21.15.37:6827/4111843021]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T03:52:46.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:45 smithi143 bash[29116]: cluster 2023-11-15T03:52:44.847309+0000 mon.smithi037 (mon.0) 484 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-15T03:52:46.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:45 smithi143 bash[29116]: audit 2023-11-15T03:52:44.847580+0000 mon.smithi037 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:46.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:45 smithi143 bash[29116]: audit 2023-11-15T03:52:44.848542+0000 mon.smithi037 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4111843021,v1:172.21.15.37:6827/4111843021]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-11-15T03:52:46.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:45 smithi037 bash[25974]: cluster 2023-11-15T03:52:44.481015+0000 mgr.smithi037.kdknfa (mgr.14182) 70 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T03:52:46.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:45 smithi037 bash[25974]: audit 2023-11-15T03:52:44.847221+0000 mon.smithi037 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4111843021,v1:172.21.15.37:6827/4111843021]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-15T03:52:46.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:45 smithi037 bash[25974]: cluster 2023-11-15T03:52:44.847309+0000 mon.smithi037 (mon.0) 484 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-15T03:52:46.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:45 smithi037 bash[25974]: audit 2023-11-15T03:52:44.847580+0000 mon.smithi037 (mon.0) 485 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:46.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:45 smithi037 bash[25974]: audit 2023-11-15T03:52:44.848542+0000 mon.smithi037 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4111843021,v1:172.21.15.37:6827/4111843021]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2023-11-15T03:52:47.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:46 smithi143 bash[29116]: audit 2023-11-15T03:52:45.849897+0000 mon.smithi037 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4111843021,v1:172.21.15.37:6827/4111843021]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-11-15T03:52:47.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:46 smithi143 bash[29116]: cluster 2023-11-15T03:52:45.850028+0000 mon.smithi037 (mon.0) 488 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-15T03:52:47.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:46 smithi143 bash[29116]: audit 2023-11-15T03:52:45.850696+0000 mon.smithi037 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:46 smithi143 bash[29116]: audit 2023-11-15T03:52:45.857920+0000 mon.smithi037 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:46 smithi143 bash[29116]: cluster 2023-11-15T03:52:46.481585+0000 mgr.smithi037.kdknfa (mgr.14182) 71 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T03:52:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:46 smithi143 bash[29116]: cluster 2023-11-15T03:52:46.822243+0000 mon.smithi037 (mon.0) 491 : cluster [INF] osd.7 [v2:172.21.15.37:6826/4111843021,v1:172.21.15.37:6827/4111843021] boot 2023-11-15T03:52:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:46 smithi143 bash[29116]: cluster 2023-11-15T03:52:46.822304+0000 mon.smithi037 (mon.0) 492 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T03:52:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:46 smithi143 bash[29116]: audit 2023-11-15T03:52:46.822746+0000 mon.smithi037 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:47.176 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:52:47.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:46 smithi037 bash[25974]: audit 2023-11-15T03:52:45.849897+0000 mon.smithi037 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.37:6826/4111843021,v1:172.21.15.37:6827/4111843021]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2023-11-15T03:52:47.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:46 smithi037 bash[25974]: cluster 2023-11-15T03:52:45.850028+0000 mon.smithi037 (mon.0) 488 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-15T03:52:47.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:46 smithi037 bash[25974]: audit 2023-11-15T03:52:45.850696+0000 mon.smithi037 (mon.0) 489 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:47.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:46 smithi037 bash[25974]: audit 2023-11-15T03:52:45.857920+0000 mon.smithi037 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:47.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:46 smithi037 bash[25974]: cluster 2023-11-15T03:52:46.481585+0000 mgr.smithi037.kdknfa (mgr.14182) 71 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-15T03:52:47.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:46 smithi037 bash[25974]: cluster 2023-11-15T03:52:46.822243+0000 mon.smithi037 (mon.0) 491 : cluster [INF] osd.7 [v2:172.21.15.37:6826/4111843021,v1:172.21.15.37:6827/4111843021] boot 2023-11-15T03:52:47.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:46 smithi037 bash[25974]: cluster 2023-11-15T03:52:46.822304+0000 mon.smithi037 (mon.0) 492 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-15T03:52:47.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:46 smithi037 bash[25974]: audit 2023-11-15T03:52:46.822746+0000 mon.smithi037 (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-15T03:52:47.955 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":37,"num_osds":8,"num_up_osds":8,"osd_up_since":1700020366,"num_in_osds":8,"osd_in_since":1700020318,"num_remapped_pgs":1} 2023-11-15T03:52:47.956 INFO:tasks.cephadm:Setting up client nodes... 2023-11-15T03:52:47.956 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T03:52:47.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:47 smithi037 bash[25974]: cluster 2023-11-15T03:52:45.513223+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:47.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:47 smithi037 bash[25974]: cluster 2023-11-15T03:52:45.513333+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:47.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:47 smithi037 bash[25974]: audit 2023-11-15T03:52:47.175319+0000 mon.smithi037 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.37:0/3661206572' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:47.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:47 smithi037 bash[25974]: cluster 2023-11-15T03:52:47.830720+0000 mon.smithi037 (mon.0) 495 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T03:52:48.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:47 smithi143 bash[29116]: cluster 2023-11-15T03:52:45.513223+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-15T03:52:48.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:47 smithi143 bash[29116]: cluster 2023-11-15T03:52:45.513333+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-15T03:52:48.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:47 smithi143 bash[29116]: audit 2023-11-15T03:52:47.175319+0000 mon.smithi037 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.37:0/3661206572' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-15T03:52:48.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:47 smithi143 bash[29116]: cluster 2023-11-15T03:52:47.830720+0000 mon.smithi037 (mon.0) 495 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-15T03:52:49.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:49 smithi037 bash[25974]: cluster 2023-11-15T03:52:48.482193+0000 mgr.smithi037.kdknfa (mgr.14182) 72 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:52:49.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:49 smithi037 bash[25974]: audit 2023-11-15T03:52:48.633617+0000 mon.smithi037 (mon.0) 496 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:49.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:49 smithi037 bash[25974]: cephadm 2023-11-15T03:52:48.635223+0000 mgr.smithi037.kdknfa (mgr.14182) 73 : cephadm [INF] Reconfiguring mon.smithi037 (unknown last config time)... 2023-11-15T03:52:49.764 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:49 smithi037 bash[25974]: audit 2023-11-15T03:52:48.635852+0000 mon.smithi037 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T03:52:49.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:49 smithi037 bash[25974]: audit 2023-11-15T03:52:48.637298+0000 mon.smithi037 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T03:52:49.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:49 smithi037 bash[25974]: audit 2023-11-15T03:52:48.638669+0000 mon.smithi037 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:49.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:49 smithi037 bash[25974]: cephadm 2023-11-15T03:52:48.639835+0000 mgr.smithi037.kdknfa (mgr.14182) 74 : cephadm [INF] Reconfiguring daemon mon.smithi037 on smithi037 2023-11-15T03:52:49.765 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:49 smithi037 bash[25974]: cluster 2023-11-15T03:52:48.832700+0000 mon.smithi037 (mon.0) 500 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T03:52:49.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:49 smithi143 bash[29116]: cluster 2023-11-15T03:52:48.482193+0000 mgr.smithi037.kdknfa (mgr.14182) 72 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:52:49.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:49 smithi143 bash[29116]: audit 2023-11-15T03:52:48.633617+0000 mon.smithi037 (mon.0) 496 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:49.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:49 smithi143 bash[29116]: cephadm 2023-11-15T03:52:48.635223+0000 mgr.smithi037.kdknfa (mgr.14182) 73 : cephadm [INF] Reconfiguring mon.smithi037 (unknown last config time)... 2023-11-15T03:52:49.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:49 smithi143 bash[29116]: audit 2023-11-15T03:52:48.635852+0000 mon.smithi037 (mon.0) 497 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T03:52:49.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:49 smithi143 bash[29116]: audit 2023-11-15T03:52:48.637298+0000 mon.smithi037 (mon.0) 498 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T03:52:49.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:49 smithi143 bash[29116]: audit 2023-11-15T03:52:48.638669+0000 mon.smithi037 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:49.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:49 smithi143 bash[29116]: cephadm 2023-11-15T03:52:48.639835+0000 mgr.smithi037.kdknfa (mgr.14182) 74 : cephadm [INF] Reconfiguring daemon mon.smithi037 on smithi037 2023-11-15T03:52:49.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:49 smithi143 bash[29116]: cluster 2023-11-15T03:52:48.832700+0000 mon.smithi037 (mon.0) 500 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-15T03:52:51.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:51 smithi143 bash[29116]: cluster 2023-11-15T03:52:50.482788+0000 mgr.smithi037.kdknfa (mgr.14182) 75 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:52:51.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:51 smithi143 bash[29116]: audit 2023-11-15T03:52:51.026529+0000 mon.smithi037 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:51.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:51 smithi143 bash[29116]: audit 2023-11-15T03:52:51.028633+0000 mon.smithi037 (mon.0) 502 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi037.kdknfa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T03:52:51.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:51 smithi143 bash[29116]: audit 2023-11-15T03:52:51.030438+0000 mon.smithi037 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T03:52:51.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:51 smithi143 bash[29116]: audit 2023-11-15T03:52:51.031933+0000 mon.smithi037 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:51.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:51 smithi037 bash[25974]: cluster 2023-11-15T03:52:50.482788+0000 mgr.smithi037.kdknfa (mgr.14182) 75 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:52:51.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:51 smithi037 bash[25974]: audit 2023-11-15T03:52:51.026529+0000 mon.smithi037 (mon.0) 501 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:51.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:51 smithi037 bash[25974]: audit 2023-11-15T03:52:51.028633+0000 mon.smithi037 (mon.0) 502 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi037.kdknfa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T03:52:51.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:51 smithi037 bash[25974]: audit 2023-11-15T03:52:51.030438+0000 mon.smithi037 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T03:52:51.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:51 smithi037 bash[25974]: audit 2023-11-15T03:52:51.031933+0000 mon.smithi037 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:52.045 INFO:teuthology.orchestra.run.smithi037.stdout:[client.0] 2023-11-15T03:52:52.045 INFO:teuthology.orchestra.run.smithi037.stdout: key = AQCUQFRlQNFlAhAAOdYgECoetDo8oef5VvTJfA== 2023-11-15T03:52:52.769 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T03:52:52.769 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-15T03:52:52.769 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-15T03:52:52.838 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-15T03:52:53.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:52 smithi143 bash[29116]: cephadm 2023-11-15T03:52:51.028099+0000 mgr.smithi037.kdknfa (mgr.14182) 76 : cephadm [INF] Reconfiguring mgr.smithi037.kdknfa (unknown last config time)... 2023-11-15T03:52:53.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:52 smithi143 bash[29116]: cephadm 2023-11-15T03:52:51.033203+0000 mgr.smithi037.kdknfa (mgr.14182) 77 : cephadm [INF] Reconfiguring daemon mgr.smithi037.kdknfa on smithi037 2023-11-15T03:52:53.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:52 smithi143 bash[29116]: audit 2023-11-15T03:52:52.040018+0000 mon.smithi037 (mon.0) 505 : audit [INF] from='client.? 172.21.15.37:0/4155417004' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T03:52:53.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:52 smithi143 bash[29116]: audit 2023-11-15T03:52:52.044314+0000 mon.smithi037 (mon.0) 506 : audit [INF] from='client.? 172.21.15.37:0/4155417004' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T03:52:53.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:52 smithi037 bash[25974]: cephadm 2023-11-15T03:52:51.028099+0000 mgr.smithi037.kdknfa (mgr.14182) 76 : cephadm [INF] Reconfiguring mgr.smithi037.kdknfa (unknown last config time)... 2023-11-15T03:52:53.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:52 smithi037 bash[25974]: cephadm 2023-11-15T03:52:51.033203+0000 mgr.smithi037.kdknfa (mgr.14182) 77 : cephadm [INF] Reconfiguring daemon mgr.smithi037.kdknfa on smithi037 2023-11-15T03:52:53.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:52 smithi037 bash[25974]: audit 2023-11-15T03:52:52.040018+0000 mon.smithi037 (mon.0) 505 : audit [INF] from='client.? 172.21.15.37:0/4155417004' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T03:52:53.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:52 smithi037 bash[25974]: audit 2023-11-15T03:52:52.044314+0000 mon.smithi037 (mon.0) 506 : audit [INF] from='client.? 172.21.15.37:0/4155417004' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-15T03:52:54.131 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:53 smithi143 bash[29116]: cluster 2023-11-15T03:52:52.483404+0000 mgr.smithi037.kdknfa (mgr.14182) 78 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:52:54.131 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:53 smithi143 bash[29116]: audit 2023-11-15T03:52:53.375357+0000 mon.smithi037 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:54.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:53 smithi037 bash[25974]: cluster 2023-11-15T03:52:52.483404+0000 mgr.smithi037.kdknfa (mgr.14182) 78 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:52:54.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:53 smithi037 bash[25974]: audit 2023-11-15T03:52:53.375357+0000 mon.smithi037 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:54.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:54 smithi037 bash[25974]: cephadm 2023-11-15T03:52:53.377140+0000 mgr.smithi037.kdknfa (mgr.14182) 79 : cephadm [INF] Reconfiguring alertmanager.smithi037 (dependencies changed)... 2023-11-15T03:52:54.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:54 smithi037 bash[25974]: cephadm 2023-11-15T03:52:53.392706+0000 mgr.smithi037.kdknfa (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon alertmanager.smithi037 on smithi037 2023-11-15T03:52:55.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:54 smithi143 bash[29116]: cephadm 2023-11-15T03:52:53.377140+0000 mgr.smithi037.kdknfa (mgr.14182) 79 : cephadm [INF] Reconfiguring alertmanager.smithi037 (dependencies changed)... 2023-11-15T03:52:55.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:54 smithi143 bash[29116]: cephadm 2023-11-15T03:52:53.392706+0000 mgr.smithi037.kdknfa (mgr.14182) 80 : cephadm [INF] Reconfiguring daemon alertmanager.smithi037 on smithi037 2023-11-15T03:52:56.017 INFO:teuthology.orchestra.run.smithi143.stdout:[client.1] 2023-11-15T03:52:56.018 INFO:teuthology.orchestra.run.smithi143.stdout: key = AQCYQFRl7bWaABAA0/1XNqpxUpPiD8YsNwDWXw== 2023-11-15T03:52:56.093 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:55 smithi037 bash[25974]: cluster 2023-11-15T03:52:54.483888+0000 mgr.smithi037.kdknfa (mgr.14182) 81 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:52:56.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:55 smithi143 bash[29116]: cluster 2023-11-15T03:52:54.483888+0000 mgr.smithi037.kdknfa (mgr.14182) 81 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:52:56.563 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T03:52:56.563 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-15T03:52:56.564 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-15T03:52:56.584 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T03:52:56.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:56 smithi037 bash[25974]: audit 2023-11-15T03:52:56.009841+0000 mon.smithi037 (mon.0) 508 : 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-11-15T03:52:56.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:56 smithi037 bash[25974]: audit 2023-11-15T03:52:56.010272+0000 mon.smithi143 (mon.1) 18 : audit [INF] from='client.? 172.21.15.143:0/1288166084' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T03:52:56.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:56 smithi037 bash[25974]: audit 2023-11-15T03:52:56.016305+0000 mon.smithi037 (mon.0) 509 : 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-11-15T03:52:57.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:56 smithi143 bash[29116]: audit 2023-11-15T03:52:56.009841+0000 mon.smithi037 (mon.0) 508 : 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-11-15T03:52:57.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:56 smithi143 bash[29116]: audit 2023-11-15T03:52:56.010272+0000 mon.smithi143 (mon.1) 18 : audit [INF] from='client.? 172.21.15.143:0/1288166084' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-15T03:52:57.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:56 smithi143 bash[29116]: audit 2023-11-15T03:52:56.016305+0000 mon.smithi037 (mon.0) 509 : 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-11-15T03:52:57.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:57 smithi037 bash[25974]: cluster 2023-11-15T03:52:56.484537+0000 mgr.smithi037.kdknfa (mgr.14182) 82 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:52:57.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:57 smithi037 bash[25974]: audit 2023-11-15T03:52:57.791608+0000 mon.smithi037 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:57.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:57 smithi037 bash[25974]: audit 2023-11-15T03:52:57.793045+0000 mon.smithi037 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T03:52:57.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:57 smithi037 bash[25974]: audit 2023-11-15T03:52:57.794078+0000 mon.smithi037 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:58.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:57 smithi143 bash[29116]: cluster 2023-11-15T03:52:56.484537+0000 mgr.smithi037.kdknfa (mgr.14182) 82 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:52:58.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:57 smithi143 bash[29116]: audit 2023-11-15T03:52:57.791608+0000 mon.smithi037 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:52:58.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:57 smithi143 bash[29116]: audit 2023-11-15T03:52:57.793045+0000 mon.smithi037 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi037", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T03:52:58.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:57 smithi143 bash[29116]: audit 2023-11-15T03:52:57.794078+0000 mon.smithi037 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:52:59.105 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:58 smithi037 bash[25974]: cephadm 2023-11-15T03:52:57.792619+0000 mgr.smithi037.kdknfa (mgr.14182) 83 : cephadm [INF] Reconfiguring crash.smithi037 (monmap changed)... 2023-11-15T03:52:59.106 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:58 smithi037 bash[25974]: cephadm 2023-11-15T03:52:57.794889+0000 mgr.smithi037.kdknfa (mgr.14182) 84 : cephadm [INF] Reconfiguring daemon crash.smithi037 on smithi037 2023-11-15T03:52:59.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:58 smithi143 bash[29116]: cephadm 2023-11-15T03:52:57.792619+0000 mgr.smithi037.kdknfa (mgr.14182) 83 : cephadm [INF] Reconfiguring crash.smithi037 (monmap changed)... 2023-11-15T03:52:59.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:58 smithi143 bash[29116]: cephadm 2023-11-15T03:52:57.794889+0000 mgr.smithi037.kdknfa (mgr.14182) 84 : cephadm [INF] Reconfiguring daemon crash.smithi037 on smithi037 2023-11-15T03:53:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:52:59 smithi143 bash[29116]: cluster 2023-11-15T03:52:58.485180+0000 mgr.smithi037.kdknfa (mgr.14182) 85 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:00.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:52:59 smithi037 bash[25974]: cluster 2023-11-15T03:52:58.485180+0000 mgr.smithi037.kdknfa (mgr.14182) 85 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:01.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:00 smithi037 bash[25974]: audit 2023-11-15T03:52:59.993241+0000 mon.smithi037 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:01.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:00 smithi037 bash[25974]: cephadm 2023-11-15T03:52:59.994834+0000 mgr.smithi037.kdknfa (mgr.14182) 86 : cephadm [INF] Reconfiguring grafana.smithi037 (dependencies changed)... 2023-11-15T03:53:01.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:00 smithi037 bash[25974]: cephadm 2023-11-15T03:53:00.055288+0000 mgr.smithi037.kdknfa (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon grafana.smithi037 on smithi037 2023-11-15T03:53:01.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:00 smithi037 bash[25974]: cluster 2023-11-15T03:53:00.485787+0000 mgr.smithi037.kdknfa (mgr.14182) 88 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:01 smithi143 bash[29116]: audit 2023-11-15T03:52:59.993241+0000 mon.smithi037 (mon.0) 513 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:01 smithi143 bash[29116]: cephadm 2023-11-15T03:52:59.994834+0000 mgr.smithi037.kdknfa (mgr.14182) 86 : cephadm [INF] Reconfiguring grafana.smithi037 (dependencies changed)... 2023-11-15T03:53:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:01 smithi143 bash[29116]: cephadm 2023-11-15T03:53:00.055288+0000 mgr.smithi037.kdknfa (mgr.14182) 87 : cephadm [INF] Reconfiguring daemon grafana.smithi037 on smithi037 2023-11-15T03:53:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:01 smithi143 bash[29116]: cluster 2023-11-15T03:53:00.485787+0000 mgr.smithi037.kdknfa (mgr.14182) 88 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:01.411 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:53:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:03 smithi143 bash[29116]: cluster 2023-11-15T03:53:02.486392+0000 mgr.smithi037.kdknfa (mgr.14182) 89 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:04.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:03 smithi037 bash[25974]: cluster 2023-11-15T03:53:02.486392+0000 mgr.smithi037.kdknfa (mgr.14182) 89 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:05.869 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:53:05.869 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":39,"fsid":"d0cdc05a-8369-11ee-8dbe-212e2dc638e7","created":"2023-11-15T03:48:55.785240+0000","modified":"2023-11-15T03:52:48.827650+0000","last_up_change":"2023-11-15T03:52:46.816989+0000","last_in_change":"2023-11-15T03:51:58.697928+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T03:52:30.336734+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e0d89c7a-7a6f-4d49-9d7d-80563c0d4491","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6801","nonce":2048518447}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6803","nonce":2048518447}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6807","nonce":2048518447}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6805","nonce":2048518447}]},"public_addr":"172.21.15.143:6801/2048518447","cluster_addr":"172.21.15.143:6803/2048518447","heartbeat_back_addr":"172.21.15.143:6807/2048518447","heartbeat_front_addr":"172.21.15.143:6805/2048518447","state":["exists","up"]},{"osd":1,"uuid":"c821d48c-3ce8-420a-b779-bef98a4824e9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6803","nonce":220422473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6805","nonce":220422473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6809","nonce":220422473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6807","nonce":220422473}]},"public_addr":"172.21.15.37:6803/220422473","cluster_addr":"172.21.15.37:6805/220422473","heartbeat_back_addr":"172.21.15.37:6809/220422473","heartbeat_front_addr":"172.21.15.37:6807/220422473","state":["exists","up"]},{"osd":2,"uuid":"df4a03a8-f63a-4228-8a41-f86120136e27","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6809","nonce":1415930244}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6811","nonce":1415930244}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6815","nonce":1415930244}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6813","nonce":1415930244}]},"public_addr":"172.21.15.143:6809/1415930244","cluster_addr":"172.21.15.143:6811/1415930244","heartbeat_back_addr":"172.21.15.143:6815/1415930244","heartbeat_front_addr":"172.21.15.143:6813/1415930244","state":["exists","up"]},{"osd":3,"uuid":"38199b11-e76d-4ebe-8785-53a941d3d506","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6811","nonce":1646368238}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6813","nonce":1646368238}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6817","nonce":1646368238}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6815","nonce":1646368238}]},"public_addr":"172.21.15.37:6811/1646368238","cluster_addr":"172.21.15.37:6813/1646368238","heartbeat_back_addr":"172.21.15.37:6817/1646368238","heartbeat_front_addr":"172.21.15.37:6815/1646368238","state":["exists","up"]},{"osd":4,"uuid":"5d2dcdbf-d974-49cb-8d6e-3b422cf0c2f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6817","nonce":2979432890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6819","nonce":2979432890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6823","nonce":2979432890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6821","nonce":2979432890}]},"public_addr":"172.21.15.143:6817/2979432890","cluster_addr":"172.21.15.143:6819/2979432890","heartbeat_back_addr":"172.21.15.143:6823/2979432890","heartbeat_front_addr":"172.21.15.143:6821/2979432890","state":["exists","up"]},{"osd":5,"uuid":"70b5304e-70c3-4e3a-a792-2457d1149a04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6819","nonce":2752200785}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6821","nonce":2752200785}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6825","nonce":2752200785}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6823","nonce":2752200785}]},"public_addr":"172.21.15.37:6819/2752200785","cluster_addr":"172.21.15.37:6821/2752200785","heartbeat_back_addr":"172.21.15.37:6825/2752200785","heartbeat_front_addr":"172.21.15.37:6823/2752200785","state":["exists","up"]},{"osd":6,"uuid":"a4956946-c5ca-4d89-bfc2-4f83cbdfb3a9","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.143:6824","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6825","nonce":3697990028}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6827","nonce":3697990028}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6831","nonce":3697990028}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6829","nonce":3697990028}]},"public_addr":"172.21.15.143:6825/3697990028","cluster_addr":"172.21.15.143:6827/3697990028","heartbeat_back_addr":"172.21.15.143:6831/3697990028","heartbeat_front_addr":"172.21.15.143:6829/3697990028","state":["exists","up"]},{"osd":7,"uuid":"cb3e6811-0900-4895-88d5-313bad0bd981","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6827","nonce":4111843021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6829","nonce":4111843021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6833","nonce":4111843021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6831","nonce":4111843021}]},"public_addr":"172.21.15.37:6827/4111843021","cluster_addr":"172.21.15.37:6829/4111843021","heartbeat_back_addr":"172.21.15.37:6833/4111843021","heartbeat_front_addr":"172.21.15.37:6831/4111843021","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-11-15T03:52:20.894628+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-11-15T03:52:27.861595+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-11-15T03:52:25.766561+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-11-15T03:52:33.465333+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-11-15T03:52:30.846491+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-11-15T03:52:39.598474+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-11-15T03:52:34.601154+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-11-15T03:52:45.513342+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:6801/4129459905":"2023-11-16T03:50:58.446501+0000","172.21.15.37:6800/4129459905":"2023-11-16T03:50:58.446501+0000","172.21.15.37:0/3906843363":"2023-11-16T03:50:58.446501+0000","172.21.15.37:0/516596449":"2023-11-16T03:50:58.446501+0000","172.21.15.37:6801/275821790":"2023-11-16T03:50:03.083223+0000","172.21.15.37:0/2998321599":"2023-11-16T03:50:03.083223+0000","172.21.15.37:0/3694199945":"2023-11-16T03:49:23.171097+0000","172.21.15.37:6800/275821790":"2023-11-16T03:50:03.083223+0000","172.21.15.37:6800/117016205":"2023-11-16T03:49:23.171097+0000","172.21.15.37:6801/117016205":"2023-11-16T03:49:23.171097+0000","172.21.15.37:0/821607924":"2023-11-16T03:50:03.083223+0000","172.21.15.37:0/2073033461":"2023-11-16T03:49:23.171097+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-11-15T03:53:06.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:05 smithi143 bash[29116]: cluster 2023-11-15T03:53:04.487054+0000 mgr.smithi037.kdknfa (mgr.14182) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:06.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:05 smithi143 bash[29116]: audit 2023-11-15T03:53:05.766539+0000 mon.smithi037 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:06.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:05 smithi143 bash[29116]: audit 2023-11-15T03:53:05.768752+0000 mon.smithi037 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T03:53:06.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:05 smithi143 bash[29116]: audit 2023-11-15T03:53:05.770137+0000 mon.smithi037 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:06.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:05 smithi037 bash[25974]: cluster 2023-11-15T03:53:04.487054+0000 mgr.smithi037.kdknfa (mgr.14182) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:06.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:05 smithi037 bash[25974]: audit 2023-11-15T03:53:05.766539+0000 mon.smithi037 (mon.0) 514 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:06.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:05 smithi037 bash[25974]: audit 2023-11-15T03:53:05.768752+0000 mon.smithi037 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi143", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T03:53:06.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:05 smithi037 bash[25974]: audit 2023-11-15T03:53:05.770137+0000 mon.smithi037 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:06.753 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-15T03:52:30.336734+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '27', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-15T03:53:06.753 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-15T03:53:07.110 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:06 smithi037 bash[25974]: cephadm 2023-11-15T03:53:05.768265+0000 mgr.smithi037.kdknfa (mgr.14182) 91 : cephadm [INF] Reconfiguring crash.smithi143 (monmap changed)... 2023-11-15T03:53:07.110 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:06 smithi037 bash[25974]: cephadm 2023-11-15T03:53:05.771278+0000 mgr.smithi037.kdknfa (mgr.14182) 92 : cephadm [INF] Reconfiguring daemon crash.smithi143 on smithi143 2023-11-15T03:53:07.110 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:06 smithi037 bash[25974]: audit 2023-11-15T03:53:05.867054+0000 mon.smithi037 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.37:0/803677932' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T03:53:07.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:06 smithi143 bash[29116]: cephadm 2023-11-15T03:53:05.768265+0000 mgr.smithi037.kdknfa (mgr.14182) 91 : cephadm [INF] Reconfiguring crash.smithi143 (monmap changed)... 2023-11-15T03:53:07.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:06 smithi143 bash[29116]: cephadm 2023-11-15T03:53:05.771278+0000 mgr.smithi037.kdknfa (mgr.14182) 92 : cephadm [INF] Reconfiguring daemon crash.smithi143 on smithi143 2023-11-15T03:53:07.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:06 smithi143 bash[29116]: audit 2023-11-15T03:53:05.867054+0000 mon.smithi037 (mon.0) 517 : audit [DBG] from='client.? 172.21.15.37:0/803677932' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T03:53:08.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:07 smithi143 bash[29116]: cluster 2023-11-15T03:53:06.487625+0000 mgr.smithi037.kdknfa (mgr.14182) 93 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:08.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:07 smithi143 bash[29116]: audit 2023-11-15T03:53:07.674758+0000 mon.smithi037 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:08.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:07 smithi143 bash[29116]: audit 2023-11-15T03:53:07.677238+0000 mon.smithi037 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.wbmnko", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T03:53:08.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:07 smithi143 bash[29116]: audit 2023-11-15T03:53:07.679620+0000 mon.smithi037 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T03:53:08.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:07 smithi143 bash[29116]: audit 2023-11-15T03:53:07.681624+0000 mon.smithi037 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:08.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:07 smithi037 bash[25974]: cluster 2023-11-15T03:53:06.487625+0000 mgr.smithi037.kdknfa (mgr.14182) 93 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:08.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:07 smithi037 bash[25974]: audit 2023-11-15T03:53:07.674758+0000 mon.smithi037 (mon.0) 518 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:08.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:07 smithi037 bash[25974]: audit 2023-11-15T03:53:07.677238+0000 mon.smithi037 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi143.wbmnko", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-15T03:53:08.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:07 smithi037 bash[25974]: audit 2023-11-15T03:53:07.679620+0000 mon.smithi037 (mon.0) 520 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-15T03:53:08.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:07 smithi037 bash[25974]: audit 2023-11-15T03:53:07.681624+0000 mon.smithi037 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:08.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:08 smithi143 bash[29116]: cephadm 2023-11-15T03:53:07.676413+0000 mgr.smithi037.kdknfa (mgr.14182) 94 : cephadm [INF] Reconfiguring mgr.smithi143.wbmnko (monmap changed)... 2023-11-15T03:53:08.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:08 smithi143 bash[29116]: cephadm 2023-11-15T03:53:07.683297+0000 mgr.smithi037.kdknfa (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon mgr.smithi143.wbmnko on smithi143 2023-11-15T03:53:09.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:08 smithi037 bash[25974]: cephadm 2023-11-15T03:53:07.676413+0000 mgr.smithi037.kdknfa (mgr.14182) 94 : cephadm [INF] Reconfiguring mgr.smithi143.wbmnko (monmap changed)... 2023-11-15T03:53:09.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:08 smithi037 bash[25974]: cephadm 2023-11-15T03:53:07.683297+0000 mgr.smithi037.kdknfa (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon mgr.smithi143.wbmnko on smithi143 2023-11-15T03:53:10.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:09 smithi143 bash[29116]: cluster 2023-11-15T03:53:08.488257+0000 mgr.smithi037.kdknfa (mgr.14182) 96 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:10.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:09 smithi143 bash[29116]: audit 2023-11-15T03:53:09.385023+0000 mon.smithi037 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:10.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:09 smithi143 bash[29116]: audit 2023-11-15T03:53:09.387053+0000 mon.smithi037 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T03:53:10.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:09 smithi143 bash[29116]: audit 2023-11-15T03:53:09.388560+0000 mon.smithi037 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T03:53:10.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:09 smithi143 bash[29116]: audit 2023-11-15T03:53:09.390222+0000 mon.smithi037 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:10.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:09 smithi037 bash[25974]: cluster 2023-11-15T03:53:08.488257+0000 mgr.smithi037.kdknfa (mgr.14182) 96 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:10.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:09 smithi037 bash[25974]: audit 2023-11-15T03:53:09.385023+0000 mon.smithi037 (mon.0) 522 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:10.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:09 smithi037 bash[25974]: audit 2023-11-15T03:53:09.387053+0000 mon.smithi037 (mon.0) 523 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-15T03:53:10.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:09 smithi037 bash[25974]: audit 2023-11-15T03:53:09.388560+0000 mon.smithi037 (mon.0) 524 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-15T03:53:10.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:09 smithi037 bash[25974]: audit 2023-11-15T03:53:09.390222+0000 mon.smithi037 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:11.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:10 smithi143 bash[29116]: cephadm 2023-11-15T03:53:09.386544+0000 mgr.smithi037.kdknfa (mgr.14182) 97 : cephadm [INF] Reconfiguring mon.smithi143 (monmap changed)... 2023-11-15T03:53:11.256 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:10 smithi143 bash[29116]: cephadm 2023-11-15T03:53:09.391585+0000 mgr.smithi037.kdknfa (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mon.smithi143 on smithi143 2023-11-15T03:53:11.256 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:10 smithi143 bash[29116]: cluster 2023-11-15T03:53:10.488833+0000 mgr.smithi037.kdknfa (mgr.14182) 99 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:11.257 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:10 smithi037 bash[25974]: cephadm 2023-11-15T03:53:09.386544+0000 mgr.smithi037.kdknfa (mgr.14182) 97 : cephadm [INF] Reconfiguring mon.smithi143 (monmap changed)... 2023-11-15T03:53:11.257 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:10 smithi037 bash[25974]: cephadm 2023-11-15T03:53:09.391585+0000 mgr.smithi037.kdknfa (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mon.smithi143 on smithi143 2023-11-15T03:53:11.257 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:10 smithi037 bash[25974]: cluster 2023-11-15T03:53:10.488833+0000 mgr.smithi037.kdknfa (mgr.14182) 99 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:11.608 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:53:12.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.152447+0000 mon.smithi037 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:12.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.162998+0000 mon.smithi037 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T03:53:12.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.163988+0000 mgr.smithi037.kdknfa (mgr.14182) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T03:53:12.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.166408+0000 mon.smithi037 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T03:53:12.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.167256+0000 mgr.smithi037.kdknfa (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T03:53:12.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.174102+0000 mon.smithi037 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:12.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.186372+0000 mon.smithi037 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T03:53:12.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.187638+0000 mgr.smithi037.kdknfa (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T03:53:12.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.194260+0000 mon.smithi037 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T03:53:12.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.194995+0000 mgr.smithi037.kdknfa (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T03:53:12.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.204376+0000 mon.smithi037 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:12.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.214108+0000 mon.smithi037 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T03:53:12.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.214725+0000 mgr.smithi037.kdknfa (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T03:53:12.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.218290+0000 mon.smithi037 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T03:53:12.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.218819+0000 mgr.smithi037.kdknfa (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T03:53:12.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.225873+0000 mon.smithi037 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:12.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:12 smithi037 bash[25974]: audit 2023-11-15T03:53:11.233257+0000 mon.smithi037 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:53:12.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.152447+0000 mon.smithi037 (mon.0) 526 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:12.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.162998+0000 mon.smithi037 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T03:53:12.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.163988+0000 mgr.smithi037.kdknfa (mgr.14182) 100 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-15T03:53:12.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.166408+0000 mon.smithi037 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T03:53:12.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.167256+0000 mgr.smithi037.kdknfa (mgr.14182) 101 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2023-11-15T03:53:12.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.174102+0000 mon.smithi037 (mon.0) 529 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:12.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.186372+0000 mon.smithi037 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T03:53:12.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.187638+0000 mgr.smithi037.kdknfa (mgr.14182) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-15T03:53:12.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.194260+0000 mon.smithi037 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T03:53:12.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.194995+0000 mgr.smithi037.kdknfa (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2023-11-15T03:53:12.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.204376+0000 mon.smithi037 (mon.0) 532 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:12.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.214108+0000 mon.smithi037 (mon.0) 533 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T03:53:12.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.214725+0000 mgr.smithi037.kdknfa (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-15T03:53:12.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.218290+0000 mon.smithi037 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T03:53:12.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.218819+0000 mgr.smithi037.kdknfa (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi143.front.sepia.ceph.com:9095"}]: dispatch 2023-11-15T03:53:12.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.225873+0000 mon.smithi037 (mon.0) 535 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:12.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:12 smithi143 bash[29116]: audit 2023-11-15T03:53:11.233257+0000 mon.smithi037 (mon.0) 536 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:53:13.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:13 smithi037 bash[25974]: cluster 2023-11-15T03:53:12.489476+0000 mgr.smithi037.kdknfa (mgr.14182) 106 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:13.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:13 smithi143 bash[29116]: cluster 2023-11-15T03:53:12.489476+0000 mgr.smithi037.kdknfa (mgr.14182) 106 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:14.805 INFO:teuthology.orchestra.run.smithi037.stdout:pg_num: 1 2023-11-15T03:53:15.416 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-15T03:53:15.417 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-15T03:53:15.417 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-15T03:53:15.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:15 smithi037 bash[25974]: cluster 2023-11-15T03:53:14.490049+0000 mgr.smithi037.kdknfa (mgr.14182) 107 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:15.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:15 smithi037 bash[25974]: audit 2023-11-15T03:53:14.804812+0000 mon.smithi037 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.37:0/3133825759' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T03:53:15.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:15 smithi143 bash[29116]: cluster 2023-11-15T03:53:14.490049+0000 mgr.smithi037.kdknfa (mgr.14182) 107 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:15.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:15 smithi143 bash[29116]: audit 2023-11-15T03:53:14.804812+0000 mon.smithi037 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.37:0/3133825759' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-15T03:53:18.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:17 smithi143 bash[29116]: cluster 2023-11-15T03:53:16.490671+0000 mgr.smithi037.kdknfa (mgr.14182) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:18.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:17 smithi143 bash[29116]: audit 2023-11-15T03:53:17.119319+0000 mon.smithi037 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:18.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:17 smithi143 bash[29116]: audit 2023-11-15T03:53:17.126881+0000 mon.smithi037 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:18.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:17 smithi037 bash[25974]: cluster 2023-11-15T03:53:16.490671+0000 mgr.smithi037.kdknfa (mgr.14182) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:18.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:17 smithi037 bash[25974]: audit 2023-11-15T03:53:17.119319+0000 mon.smithi037 (mon.0) 538 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:18.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:17 smithi037 bash[25974]: audit 2023-11-15T03:53:17.126881+0000 mon.smithi037 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:20.006 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:53:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:19 smithi143 bash[29116]: cluster 2023-11-15T03:53:18.491259+0000 mgr.smithi037.kdknfa (mgr.14182) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:20.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:19 smithi037 bash[25974]: cluster 2023-11-15T03:53:18.491259+0000 mgr.smithi037.kdknfa (mgr.14182) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:22.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:21 smithi143 bash[29116]: cluster 2023-11-15T03:53:20.491895+0000 mgr.smithi037.kdknfa (mgr.14182) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:22.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:21 smithi037 bash[25974]: cluster 2023-11-15T03:53:20.491895+0000 mgr.smithi037.kdknfa (mgr.14182) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:23.965 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:53:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:23 smithi143 bash[29116]: cluster 2023-11-15T03:53:22.492508+0000 mgr.smithi037.kdknfa (mgr.14182) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:24.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:23 smithi037 bash[25974]: cluster 2023-11-15T03:53:22.492508+0000 mgr.smithi037.kdknfa (mgr.14182) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:24.836 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi037.kdknfa","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6800","nonce":725164961},{"type":"v1","addr":"172.21.15.37:6801","nonce":725164961}]},"active_addr":"172.21.15.37:6801/725164961","active_change":"2023-11-15T03:50:58.446707+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi143.wbmnko","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.37:8443/","prometheus":"http://172.21.15.37: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.37:0","nonce":2078188536}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":3721367621}]}]} 2023-11-15T03:53:24.839 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-15T03:53:24.840 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-15T03:53:24.840 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T03:53:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:24 smithi143 bash[29116]: audit 2023-11-15T03:53:23.955005+0000 mon.smithi037 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.37:0/4168146349' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T03:53:25.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:24 smithi037 bash[25974]: audit 2023-11-15T03:53:23.955005+0000 mon.smithi037 (mon.0) 540 : audit [DBG] from='client.? 172.21.15.37:0/4168146349' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-15T03:53:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:25 smithi143 bash[29116]: cluster 2023-11-15T03:53:24.493240+0000 mgr.smithi037.kdknfa (mgr.14182) 112 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:26.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:25 smithi037 bash[25974]: cluster 2023-11-15T03:53:24.493240+0000 mgr.smithi037.kdknfa (mgr.14182) 112 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:27.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:27 smithi143 bash[29116]: cluster 2023-11-15T03:53:26.493984+0000 mgr.smithi037.kdknfa (mgr.14182) 113 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:27.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:27 smithi143 bash[29116]: cephadm 2023-11-15T03:53:26.590188+0000 mgr.smithi037.kdknfa (mgr.14182) 114 : cephadm [INF] Detected new or changed devices on smithi143 2023-11-15T03:53:27.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:27 smithi143 bash[29116]: audit 2023-11-15T03:53:26.602604+0000 mon.smithi037 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:27.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:27 smithi143 bash[29116]: audit 2023-11-15T03:53:26.884669+0000 mon.smithi037 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:27.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:27 smithi143 bash[29116]: audit 2023-11-15T03:53:26.886721+0000 mon.smithi037 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:27 smithi143 bash[29116]: audit 2023-11-15T03:53:26.888671+0000 mon.smithi037 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:27.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:27 smithi143 bash[29116]: audit 2023-11-15T03:53:26.890509+0000 mon.smithi037 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:27.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:27 smithi143 bash[29116]: audit 2023-11-15T03:53:26.898915+0000 mon.smithi037 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:27.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:27 smithi143 bash[29116]: audit 2023-11-15T03:53:27.431788+0000 mon.smithi037 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:27.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:27 smithi037 bash[25974]: cluster 2023-11-15T03:53:26.493984+0000 mgr.smithi037.kdknfa (mgr.14182) 113 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:27.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:27 smithi037 bash[25974]: cephadm 2023-11-15T03:53:26.590188+0000 mgr.smithi037.kdknfa (mgr.14182) 114 : cephadm [INF] Detected new or changed devices on smithi143 2023-11-15T03:53:27.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:27 smithi037 bash[25974]: audit 2023-11-15T03:53:26.602604+0000 mon.smithi037 (mon.0) 541 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:27.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:27 smithi037 bash[25974]: audit 2023-11-15T03:53:26.884669+0000 mon.smithi037 (mon.0) 542 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:27.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:27 smithi037 bash[25974]: audit 2023-11-15T03:53:26.886721+0000 mon.smithi037 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:27.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:27 smithi037 bash[25974]: audit 2023-11-15T03:53:26.888671+0000 mon.smithi037 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:27.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:27 smithi037 bash[25974]: audit 2023-11-15T03:53:26.890509+0000 mon.smithi037 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:27.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:27 smithi037 bash[25974]: audit 2023-11-15T03:53:26.898915+0000 mon.smithi037 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:27.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:27 smithi037 bash[25974]: audit 2023-11-15T03:53:27.431788+0000 mon.smithi037 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:29.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: cephadm 2023-11-15T03:53:26.891796+0000 mgr.smithi037.kdknfa (mgr.14182) 115 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3785M 2023-11-15T03:53:29.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: cephadm 2023-11-15T03:53:27.420579+0000 mgr.smithi037.kdknfa (mgr.14182) 116 : cephadm [INF] Detected new or changed devices on smithi037 2023-11-15T03:53:29.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.735252+0000 mon.smithi037 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:29.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.737057+0000 mon.smithi037 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:29.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.738121+0000 mon.smithi037 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:29.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.739070+0000 mon.smithi037 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:29.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.739962+0000 mon.smithi037 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:29.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: cephadm 2023-11-15T03:53:27.740677+0000 mgr.smithi037.kdknfa (mgr.14182) 117 : cephadm [INF] Adjusting osd_memory_target on smithi037 to 3530M 2023-11-15T03:53:29.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.747729+0000 mon.smithi037 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:29.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.750247+0000 mon.smithi037 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:29.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.751504+0000 mon.smithi037 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:53:29.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.760322+0000 mon.smithi037 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:29.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.767528+0000 mon.smithi037 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:53:29.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.775192+0000 mon.smithi037 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T03:53:29.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.777183+0000 mon.smithi037 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T03:53:29.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.777717+0000 mon.smithi037 (mon.0) 560 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:29.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:28 smithi143 bash[29116]: audit 2023-11-15T03:53:27.778919+0000 mon.smithi037 (mon.0) 561 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:29.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: cephadm 2023-11-15T03:53:26.891796+0000 mgr.smithi037.kdknfa (mgr.14182) 115 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3785M 2023-11-15T03:53:29.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: cephadm 2023-11-15T03:53:27.420579+0000 mgr.smithi037.kdknfa (mgr.14182) 116 : cephadm [INF] Detected new or changed devices on smithi037 2023-11-15T03:53:29.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.735252+0000 mon.smithi037 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:29.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.737057+0000 mon.smithi037 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:29.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.738121+0000 mon.smithi037 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:29.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.739070+0000 mon.smithi037 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:29.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.739962+0000 mon.smithi037 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T03:53:29.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: cephadm 2023-11-15T03:53:27.740677+0000 mgr.smithi037.kdknfa (mgr.14182) 117 : cephadm [INF] Adjusting osd_memory_target on smithi037 to 3530M 2023-11-15T03:53:29.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.747729+0000 mon.smithi037 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:29.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.750247+0000 mon.smithi037 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:29.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.751504+0000 mon.smithi037 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:53:29.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.760322+0000 mon.smithi037 (mon.0) 556 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:29.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.767528+0000 mon.smithi037 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:53:29.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.775192+0000 mon.smithi037 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T03:53:29.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.777183+0000 mon.smithi037 (mon.0) 559 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-15T03:53:29.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.777717+0000 mon.smithi037 (mon.0) 560 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:29.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:28 smithi037 bash[25974]: audit 2023-11-15T03:53:27.778919+0000 mon.smithi037 (mon.0) 561 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:53:29.756 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:53:30.034 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:29 smithi037 bash[25974]: cluster 2023-11-15T03:53:28.494686+0000 mgr.smithi037.kdknfa (mgr.14182) 118 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:30.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:29 smithi143 bash[29116]: cluster 2023-11-15T03:53:28.494686+0000 mgr.smithi037.kdknfa (mgr.14182) 118 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:32.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:31 smithi143 bash[29116]: cluster 2023-11-15T03:53:30.495302+0000 mgr.smithi037.kdknfa (mgr.14182) 119 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:32.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:31 smithi037 bash[25974]: cluster 2023-11-15T03:53:30.495302+0000 mgr.smithi037.kdknfa (mgr.14182) 119 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:33.373 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:53:33.374 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":39,"fsid":"d0cdc05a-8369-11ee-8dbe-212e2dc638e7","created":"2023-11-15T03:48:55.785240+0000","modified":"2023-11-15T03:52:48.827650+0000","last_up_change":"2023-11-15T03:52:46.816989+0000","last_in_change":"2023-11-15T03:51:58.697928+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T03:52:30.336734+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e0d89c7a-7a6f-4d49-9d7d-80563c0d4491","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6801","nonce":2048518447}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6803","nonce":2048518447}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6807","nonce":2048518447}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6805","nonce":2048518447}]},"public_addr":"172.21.15.143:6801/2048518447","cluster_addr":"172.21.15.143:6803/2048518447","heartbeat_back_addr":"172.21.15.143:6807/2048518447","heartbeat_front_addr":"172.21.15.143:6805/2048518447","state":["exists","up"]},{"osd":1,"uuid":"c821d48c-3ce8-420a-b779-bef98a4824e9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6803","nonce":220422473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6805","nonce":220422473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6809","nonce":220422473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6807","nonce":220422473}]},"public_addr":"172.21.15.37:6803/220422473","cluster_addr":"172.21.15.37:6805/220422473","heartbeat_back_addr":"172.21.15.37:6809/220422473","heartbeat_front_addr":"172.21.15.37:6807/220422473","state":["exists","up"]},{"osd":2,"uuid":"df4a03a8-f63a-4228-8a41-f86120136e27","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6809","nonce":1415930244}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6811","nonce":1415930244}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6815","nonce":1415930244}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6813","nonce":1415930244}]},"public_addr":"172.21.15.143:6809/1415930244","cluster_addr":"172.21.15.143:6811/1415930244","heartbeat_back_addr":"172.21.15.143:6815/1415930244","heartbeat_front_addr":"172.21.15.143:6813/1415930244","state":["exists","up"]},{"osd":3,"uuid":"38199b11-e76d-4ebe-8785-53a941d3d506","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6811","nonce":1646368238}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6813","nonce":1646368238}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6817","nonce":1646368238}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6815","nonce":1646368238}]},"public_addr":"172.21.15.37:6811/1646368238","cluster_addr":"172.21.15.37:6813/1646368238","heartbeat_back_addr":"172.21.15.37:6817/1646368238","heartbeat_front_addr":"172.21.15.37:6815/1646368238","state":["exists","up"]},{"osd":4,"uuid":"5d2dcdbf-d974-49cb-8d6e-3b422cf0c2f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6817","nonce":2979432890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6819","nonce":2979432890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6823","nonce":2979432890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6821","nonce":2979432890}]},"public_addr":"172.21.15.143:6817/2979432890","cluster_addr":"172.21.15.143:6819/2979432890","heartbeat_back_addr":"172.21.15.143:6823/2979432890","heartbeat_front_addr":"172.21.15.143:6821/2979432890","state":["exists","up"]},{"osd":5,"uuid":"70b5304e-70c3-4e3a-a792-2457d1149a04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6819","nonce":2752200785}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6821","nonce":2752200785}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6825","nonce":2752200785}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6823","nonce":2752200785}]},"public_addr":"172.21.15.37:6819/2752200785","cluster_addr":"172.21.15.37:6821/2752200785","heartbeat_back_addr":"172.21.15.37:6825/2752200785","heartbeat_front_addr":"172.21.15.37:6823/2752200785","state":["exists","up"]},{"osd":6,"uuid":"a4956946-c5ca-4d89-bfc2-4f83cbdfb3a9","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.143:6824","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6825","nonce":3697990028}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6827","nonce":3697990028}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6831","nonce":3697990028}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6829","nonce":3697990028}]},"public_addr":"172.21.15.143:6825/3697990028","cluster_addr":"172.21.15.143:6827/3697990028","heartbeat_back_addr":"172.21.15.143:6831/3697990028","heartbeat_front_addr":"172.21.15.143:6829/3697990028","state":["exists","up"]},{"osd":7,"uuid":"cb3e6811-0900-4895-88d5-313bad0bd981","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6827","nonce":4111843021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6829","nonce":4111843021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6833","nonce":4111843021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6831","nonce":4111843021}]},"public_addr":"172.21.15.37:6827/4111843021","cluster_addr":"172.21.15.37:6829/4111843021","heartbeat_back_addr":"172.21.15.37:6833/4111843021","heartbeat_front_addr":"172.21.15.37:6831/4111843021","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-11-15T03:52:20.894628+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-11-15T03:52:27.861595+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-11-15T03:52:25.766561+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-11-15T03:52:33.465333+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-11-15T03:52:30.846491+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-11-15T03:52:39.598474+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-11-15T03:52:34.601154+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-11-15T03:52:45.513342+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:6801/4129459905":"2023-11-16T03:50:58.446501+0000","172.21.15.37:6800/4129459905":"2023-11-16T03:50:58.446501+0000","172.21.15.37:0/3906843363":"2023-11-16T03:50:58.446501+0000","172.21.15.37:0/516596449":"2023-11-16T03:50:58.446501+0000","172.21.15.37:6801/275821790":"2023-11-16T03:50:03.083223+0000","172.21.15.37:0/2998321599":"2023-11-16T03:50:03.083223+0000","172.21.15.37:0/3694199945":"2023-11-16T03:49:23.171097+0000","172.21.15.37:6800/275821790":"2023-11-16T03:50:03.083223+0000","172.21.15.37:6800/117016205":"2023-11-16T03:49:23.171097+0000","172.21.15.37:6801/117016205":"2023-11-16T03:49:23.171097+0000","172.21.15.37:0/821607924":"2023-11-16T03:50:03.083223+0000","172.21.15.37:0/2073033461":"2023-11-16T03:49:23.171097+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-11-15T03:53:34.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:33 smithi143 bash[29116]: cluster 2023-11-15T03:53:32.495972+0000 mgr.smithi037.kdknfa (mgr.14182) 120 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:34.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:33 smithi143 bash[29116]: audit 2023-11-15T03:53:33.371923+0000 mon.smithi037 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.37:0/370643076' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T03:53:34.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:33 smithi037 bash[25974]: cluster 2023-11-15T03:53:32.495972+0000 mgr.smithi037.kdknfa (mgr.14182) 120 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:34.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:33 smithi037 bash[25974]: audit 2023-11-15T03:53:33.371923+0000 mon.smithi037 (mon.0) 562 : audit [DBG] from='client.? 172.21.15.37:0/370643076' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T03:53:34.424 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-15T03:53:34.424 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-15T03:53:36.102 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:35 smithi143 bash[29116]: cluster 2023-11-15T03:53:34.496587+0000 mgr.smithi037.kdknfa (mgr.14182) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:36.170 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:35 smithi037 bash[25974]: cluster 2023-11-15T03:53:34.496587+0000 mgr.smithi037.kdknfa (mgr.14182) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:38.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:37 smithi143 bash[29116]: cluster 2023-11-15T03:53:36.497245+0000 mgr.smithi037.kdknfa (mgr.14182) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:38.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:37 smithi037 bash[25974]: cluster 2023-11-15T03:53:36.497245+0000 mgr.smithi037.kdknfa (mgr.14182) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:39.270 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:53:40.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:39 smithi143 bash[29116]: cluster 2023-11-15T03:53:38.497862+0000 mgr.smithi037.kdknfa (mgr.14182) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:40.161 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:39 smithi037 bash[25974]: cluster 2023-11-15T03:53:38.497862+0000 mgr.smithi037.kdknfa (mgr.14182) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:42.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:41 smithi143 bash[29116]: cluster 2023-11-15T03:53:40.498463+0000 mgr.smithi037.kdknfa (mgr.14182) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:42.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:41 smithi037 bash[25974]: cluster 2023-11-15T03:53:40.498463+0000 mgr.smithi037.kdknfa (mgr.14182) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:42.297 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:53:42.297 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":39,"fsid":"d0cdc05a-8369-11ee-8dbe-212e2dc638e7","created":"2023-11-15T03:48:55.785240+0000","modified":"2023-11-15T03:52:48.827650+0000","last_up_change":"2023-11-15T03:52:46.816989+0000","last_in_change":"2023-11-15T03:51:58.697928+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-15T03:52:30.336734+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"e0d89c7a-7a6f-4d49-9d7d-80563c0d4491","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6801","nonce":2048518447}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6803","nonce":2048518447}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6807","nonce":2048518447}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":2048518447},{"type":"v1","addr":"172.21.15.143:6805","nonce":2048518447}]},"public_addr":"172.21.15.143:6801/2048518447","cluster_addr":"172.21.15.143:6803/2048518447","heartbeat_back_addr":"172.21.15.143:6807/2048518447","heartbeat_front_addr":"172.21.15.143:6805/2048518447","state":["exists","up"]},{"osd":1,"uuid":"c821d48c-3ce8-420a-b779-bef98a4824e9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6803","nonce":220422473}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6805","nonce":220422473}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6809","nonce":220422473}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":220422473},{"type":"v1","addr":"172.21.15.37:6807","nonce":220422473}]},"public_addr":"172.21.15.37:6803/220422473","cluster_addr":"172.21.15.37:6805/220422473","heartbeat_back_addr":"172.21.15.37:6809/220422473","heartbeat_front_addr":"172.21.15.37:6807/220422473","state":["exists","up"]},{"osd":2,"uuid":"df4a03a8-f63a-4228-8a41-f86120136e27","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6808","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6809","nonce":1415930244}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6810","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6811","nonce":1415930244}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6814","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6815","nonce":1415930244}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6812","nonce":1415930244},{"type":"v1","addr":"172.21.15.143:6813","nonce":1415930244}]},"public_addr":"172.21.15.143:6809/1415930244","cluster_addr":"172.21.15.143:6811/1415930244","heartbeat_back_addr":"172.21.15.143:6815/1415930244","heartbeat_front_addr":"172.21.15.143:6813/1415930244","state":["exists","up"]},{"osd":3,"uuid":"38199b11-e76d-4ebe-8785-53a941d3d506","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6811","nonce":1646368238}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6813","nonce":1646368238}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6817","nonce":1646368238}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":1646368238},{"type":"v1","addr":"172.21.15.37:6815","nonce":1646368238}]},"public_addr":"172.21.15.37:6811/1646368238","cluster_addr":"172.21.15.37:6813/1646368238","heartbeat_back_addr":"172.21.15.37:6817/1646368238","heartbeat_front_addr":"172.21.15.37:6815/1646368238","state":["exists","up"]},{"osd":4,"uuid":"5d2dcdbf-d974-49cb-8d6e-3b422cf0c2f6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6816","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6817","nonce":2979432890}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6818","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6819","nonce":2979432890}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6822","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6823","nonce":2979432890}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6820","nonce":2979432890},{"type":"v1","addr":"172.21.15.143:6821","nonce":2979432890}]},"public_addr":"172.21.15.143:6817/2979432890","cluster_addr":"172.21.15.143:6819/2979432890","heartbeat_back_addr":"172.21.15.143:6823/2979432890","heartbeat_front_addr":"172.21.15.143:6821/2979432890","state":["exists","up"]},{"osd":5,"uuid":"70b5304e-70c3-4e3a-a792-2457d1149a04","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6819","nonce":2752200785}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6821","nonce":2752200785}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6825","nonce":2752200785}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":2752200785},{"type":"v1","addr":"172.21.15.37:6823","nonce":2752200785}]},"public_addr":"172.21.15.37:6819/2752200785","cluster_addr":"172.21.15.37:6821/2752200785","heartbeat_back_addr":"172.21.15.37:6825/2752200785","heartbeat_front_addr":"172.21.15.37:6823/2752200785","state":["exists","up"]},{"osd":6,"uuid":"a4956946-c5ca-4d89-bfc2-4f83cbdfb3a9","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.143:6824","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6825","nonce":3697990028}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6826","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6827","nonce":3697990028}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6830","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6831","nonce":3697990028}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6828","nonce":3697990028},{"type":"v1","addr":"172.21.15.143:6829","nonce":3697990028}]},"public_addr":"172.21.15.143:6825/3697990028","cluster_addr":"172.21.15.143:6827/3697990028","heartbeat_back_addr":"172.21.15.143:6831/3697990028","heartbeat_front_addr":"172.21.15.143:6829/3697990028","state":["exists","up"]},{"osd":7,"uuid":"cb3e6811-0900-4895-88d5-313bad0bd981","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6827","nonce":4111843021}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6829","nonce":4111843021}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6833","nonce":4111843021}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":4111843021},{"type":"v1","addr":"172.21.15.37:6831","nonce":4111843021}]},"public_addr":"172.21.15.37:6827/4111843021","cluster_addr":"172.21.15.37:6829/4111843021","heartbeat_back_addr":"172.21.15.37:6833/4111843021","heartbeat_front_addr":"172.21.15.37:6831/4111843021","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-11-15T03:52:20.894628+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-11-15T03:52:27.861595+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-11-15T03:52:25.766561+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-11-15T03:52:33.465333+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-11-15T03:52:30.846491+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-11-15T03:52:39.598474+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-11-15T03:52:34.601154+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-11-15T03:52:45.513342+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:6801/4129459905":"2023-11-16T03:50:58.446501+0000","172.21.15.37:6800/4129459905":"2023-11-16T03:50:58.446501+0000","172.21.15.37:0/3906843363":"2023-11-16T03:50:58.446501+0000","172.21.15.37:0/516596449":"2023-11-16T03:50:58.446501+0000","172.21.15.37:6801/275821790":"2023-11-16T03:50:03.083223+0000","172.21.15.37:0/2998321599":"2023-11-16T03:50:03.083223+0000","172.21.15.37:0/3694199945":"2023-11-16T03:49:23.171097+0000","172.21.15.37:6800/275821790":"2023-11-16T03:50:03.083223+0000","172.21.15.37:6800/117016205":"2023-11-16T03:49:23.171097+0000","172.21.15.37:6801/117016205":"2023-11-16T03:49:23.171097+0000","172.21.15.37:0/821607924":"2023-11-16T03:50:03.083223+0000","172.21.15.37:0/2073033461":"2023-11-16T03:49:23.171097+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-11-15T03:53:43.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:42 smithi143 bash[29116]: audit 2023-11-15T03:53:42.294207+0000 mon.smithi037 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.37:0/2096717216' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T03:53:43.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:42 smithi037 bash[25974]: audit 2023-11-15T03:53:42.294207+0000 mon.smithi037 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.37:0/2096717216' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-15T03:53:43.226 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-15T03:53:44.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:43 smithi143 bash[29116]: cluster 2023-11-15T03:53:42.499108+0000 mgr.smithi037.kdknfa (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:44.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:43 smithi037 bash[25974]: cluster 2023-11-15T03:53:42.499108+0000 mgr.smithi037.kdknfa (mgr.14182) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:45.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:44 smithi143 bash[29116]: cluster 2023-11-15T03:53:44.499560+0000 mgr.smithi037.kdknfa (mgr.14182) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:45.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:44 smithi037 bash[25974]: cluster 2023-11-15T03:53:44.499560+0000 mgr.smithi037.kdknfa (mgr.14182) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:48.069 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:53:48.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:47 smithi143 bash[29116]: cluster 2023-11-15T03:53:46.500130+0000 mgr.smithi037.kdknfa (mgr.14182) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:48.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:47 smithi037 bash[25974]: cluster 2023-11-15T03:53:46.500130+0000 mgr.smithi037.kdknfa (mgr.14182) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:50.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:49 smithi143 bash[29116]: cluster 2023-11-15T03:53:48.500758+0000 mgr.smithi037.kdknfa (mgr.14182) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:50.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:49 smithi037 bash[25974]: cluster 2023-11-15T03:53:48.500758+0000 mgr.smithi037.kdknfa (mgr.14182) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:52.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:51 smithi143 bash[29116]: cluster 2023-11-15T03:53:50.501418+0000 mgr.smithi037.kdknfa (mgr.14182) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:52.153 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:51 smithi037 bash[25974]: cluster 2023-11-15T03:53:50.501418+0000 mgr.smithi037.kdknfa (mgr.14182) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:52.155 INFO:teuthology.orchestra.run.smithi037.stdout:68719476757 2023-11-15T03:53:52.155 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-15T03:53:54.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:53 smithi143 bash[29116]: cluster 2023-11-15T03:53:52.502055+0000 mgr.smithi037.kdknfa (mgr.14182) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:54.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:53 smithi143 bash[29116]: audit 2023-11-15T03:53:53.552480+0000 mon.smithi037 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:54.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:53 smithi037 bash[25974]: cluster 2023-11-15T03:53:52.502055+0000 mgr.smithi037.kdknfa (mgr.14182) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:54.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:53 smithi037 bash[25974]: audit 2023-11-15T03:53:53.552480+0000 mon.smithi037 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:55.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:55 smithi143 bash[29116]: cluster 2023-11-15T03:53:54.502693+0000 mgr.smithi037.kdknfa (mgr.14182) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:55.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:55 smithi143 bash[29116]: audit 2023-11-15T03:53:54.586840+0000 mon.smithi037 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:55.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:55 smithi143 bash[29116]: audit 2023-11-15T03:53:54.592416+0000 mon.smithi037 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:53:55.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:55 smithi037 bash[25974]: cluster 2023-11-15T03:53:54.502693+0000 mgr.smithi037.kdknfa (mgr.14182) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:55.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:55 smithi037 bash[25974]: audit 2023-11-15T03:53:54.586840+0000 mon.smithi037 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:53:55.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:55 smithi037 bash[25974]: audit 2023-11-15T03:53:54.592416+0000 mon.smithi037 (mon.0) 566 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:53:57.108 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:53:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:57 smithi143 bash[29116]: cluster 2023-11-15T03:53:56.503295+0000 mgr.smithi037.kdknfa (mgr.14182) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:53:58.163 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:57 smithi037 bash[25974]: cluster 2023-11-15T03:53:56.503295+0000 mgr.smithi037.kdknfa (mgr.14182) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:00.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:53:59 smithi037 bash[25974]: cluster 2023-11-15T03:53:58.503886+0000 mgr.smithi037.kdknfa (mgr.14182) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:53:59 smithi143 bash[29116]: cluster 2023-11-15T03:53:58.503886+0000 mgr.smithi037.kdknfa (mgr.14182) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:00.391 INFO:teuthology.orchestra.run.smithi037.stdout:98784247828 2023-11-15T03:54:00.391 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-15T03:54:01.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:01 smithi037 bash[25974]: audit 2023-11-15T03:54:00.421766+0000 mon.smithi037 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:54:01.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:01 smithi037 bash[25974]: audit 2023-11-15T03:54:00.433531+0000 mon.smithi037 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:54:01.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:01 smithi037 bash[25974]: audit 2023-11-15T03:54:00.434994+0000 mon.smithi037 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:54:01.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:01 smithi037 bash[25974]: audit 2023-11-15T03:54:00.436224+0000 mon.smithi037 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:54:01.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:01 smithi037 bash[25974]: audit 2023-11-15T03:54:00.444524+0000 mon.smithi037 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:54:01.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:01 smithi037 bash[25974]: audit 2023-11-15T03:54:00.453953+0000 mon.smithi037 (mon.0) 572 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:54:01.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:01 smithi037 bash[25974]: cluster 2023-11-15T03:54:00.504428+0000 mgr.smithi037.kdknfa (mgr.14182) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:01.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:01 smithi143 bash[29116]: audit 2023-11-15T03:54:00.421766+0000 mon.smithi037 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:54:01.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:01 smithi143 bash[29116]: audit 2023-11-15T03:54:00.433531+0000 mon.smithi037 (mon.0) 568 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:54:01.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:01 smithi143 bash[29116]: audit 2023-11-15T03:54:00.434994+0000 mon.smithi037 (mon.0) 569 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:54:01.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:01 smithi143 bash[29116]: audit 2023-11-15T03:54:00.436224+0000 mon.smithi037 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:54:01.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:01 smithi143 bash[29116]: audit 2023-11-15T03:54:00.444524+0000 mon.smithi037 (mon.0) 571 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:54:01.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:01 smithi143 bash[29116]: audit 2023-11-15T03:54:00.453953+0000 mon.smithi037 (mon.0) 572 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:54:01.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:01 smithi143 bash[29116]: cluster 2023-11-15T03:54:00.504428+0000 mgr.smithi037.kdknfa (mgr.14182) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:03 smithi143 bash[29116]: cluster 2023-11-15T03:54:02.505052+0000 mgr.smithi037.kdknfa (mgr.14182) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:04.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:03 smithi037 bash[25974]: cluster 2023-11-15T03:54:02.505052+0000 mgr.smithi037.kdknfa (mgr.14182) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:05.239 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:54:06.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:05 smithi143 bash[29116]: cluster 2023-11-15T03:54:04.505737+0000 mgr.smithi037.kdknfa (mgr.14182) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:06.188 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:05 smithi037 bash[25974]: cluster 2023-11-15T03:54:04.505737+0000 mgr.smithi037.kdknfa (mgr.14182) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:08.071 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:07 smithi037 bash[25974]: cluster 2023-11-15T03:54:06.506342+0000 mgr.smithi037.kdknfa (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:08.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:07 smithi143 bash[29116]: cluster 2023-11-15T03:54:06.506342+0000 mgr.smithi037.kdknfa (mgr.14182) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:08.674 INFO:teuthology.orchestra.run.smithi037.stdout:85899345944 2023-11-15T03:54:08.674 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-15T03:54:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:09 smithi143 bash[29116]: cluster 2023-11-15T03:54:08.506962+0000 mgr.smithi037.kdknfa (mgr.14182) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:10.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:09 smithi037 bash[25974]: cluster 2023-11-15T03:54:08.506962+0000 mgr.smithi037.kdknfa (mgr.14182) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:11.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:10 smithi037 bash[25974]: cluster 2023-11-15T03:54:10.507571+0000 mgr.smithi037.kdknfa (mgr.14182) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:11.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:10 smithi143 bash[29116]: cluster 2023-11-15T03:54:10.507571+0000 mgr.smithi037.kdknfa (mgr.14182) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:13.519 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:54:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:13 smithi143 bash[29116]: cluster 2023-11-15T03:54:12.508230+0000 mgr.smithi037.kdknfa (mgr.14182) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:14.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:13 smithi037 bash[25974]: cluster 2023-11-15T03:54:12.508230+0000 mgr.smithi037.kdknfa (mgr.14182) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:15 smithi143 bash[29116]: cluster 2023-11-15T03:54:14.508769+0000 mgr.smithi037.kdknfa (mgr.14182) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:16.153 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:15 smithi037 bash[25974]: cluster 2023-11-15T03:54:14.508769+0000 mgr.smithi037.kdknfa (mgr.14182) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:16.920 INFO:teuthology.orchestra.run.smithi037.stdout:120259084311 2023-11-15T03:54:16.920 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-15T03:54:18.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:17 smithi143 bash[29116]: cluster 2023-11-15T03:54:16.509410+0000 mgr.smithi037.kdknfa (mgr.14182) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:18.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:17 smithi037 bash[25974]: cluster 2023-11-15T03:54:16.509410+0000 mgr.smithi037.kdknfa (mgr.14182) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:19 smithi143 bash[29116]: cluster 2023-11-15T03:54:18.510026+0000 mgr.smithi037.kdknfa (mgr.14182) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:20.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:19 smithi037 bash[25974]: cluster 2023-11-15T03:54:18.510026+0000 mgr.smithi037.kdknfa (mgr.14182) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:21.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:20 smithi037 bash[25974]: cluster 2023-11-15T03:54:20.510656+0000 mgr.smithi037.kdknfa (mgr.14182) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:21.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:20 smithi143 bash[29116]: cluster 2023-11-15T03:54:20.510656+0000 mgr.smithi037.kdknfa (mgr.14182) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:21.773 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:54:24.136 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:23 smithi037 bash[25974]: cluster 2023-11-15T03:54:22.511264+0000 mgr.smithi037.kdknfa (mgr.14182) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:23 smithi143 bash[29116]: cluster 2023-11-15T03:54:22.511264+0000 mgr.smithi037.kdknfa (mgr.14182) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:25.045 INFO:teuthology.orchestra.run.smithi037.stdout:111669149721 2023-11-15T03:54:25.046 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-15T03:54:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:25 smithi143 bash[29116]: cluster 2023-11-15T03:54:24.511869+0000 mgr.smithi037.kdknfa (mgr.14182) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:26.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:25 smithi037 bash[25974]: cluster 2023-11-15T03:54:24.511869+0000 mgr.smithi037.kdknfa (mgr.14182) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:28.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:27 smithi143 bash[29116]: cluster 2023-11-15T03:54:26.512520+0000 mgr.smithi037.kdknfa (mgr.14182) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:28.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:27 smithi037 bash[25974]: cluster 2023-11-15T03:54:26.512520+0000 mgr.smithi037.kdknfa (mgr.14182) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:29.884 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:54:30.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:29 smithi143 bash[29116]: cluster 2023-11-15T03:54:28.513175+0000 mgr.smithi037.kdknfa (mgr.14182) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:30.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:29 smithi037 bash[25974]: cluster 2023-11-15T03:54:28.513175+0000 mgr.smithi037.kdknfa (mgr.14182) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:31.114 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:30 smithi037 bash[25974]: cluster 2023-11-15T03:54:30.513804+0000 mgr.smithi037.kdknfa (mgr.14182) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:31.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:30 smithi143 bash[29116]: cluster 2023-11-15T03:54:30.513804+0000 mgr.smithi037.kdknfa (mgr.14182) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:33.285 INFO:teuthology.orchestra.run.smithi037.stdout:141733920794 2023-11-15T03:54:33.286 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-15T03:54:34.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:33 smithi143 bash[29116]: cluster 2023-11-15T03:54:32.514382+0000 mgr.smithi037.kdknfa (mgr.14182) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:34.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:33 smithi037 bash[25974]: cluster 2023-11-15T03:54:32.514382+0000 mgr.smithi037.kdknfa (mgr.14182) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:36.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:35 smithi143 bash[29116]: cluster 2023-11-15T03:54:34.514956+0000 mgr.smithi037.kdknfa (mgr.14182) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:36.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:35 smithi037 bash[25974]: cluster 2023-11-15T03:54:34.514956+0000 mgr.smithi037.kdknfa (mgr.14182) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:38.136 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:54:38.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:37 smithi143 bash[29116]: cluster 2023-11-15T03:54:36.515529+0000 mgr.smithi037.kdknfa (mgr.14182) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:38.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:37 smithi037 bash[25974]: cluster 2023-11-15T03:54:36.515529+0000 mgr.smithi037.kdknfa (mgr.14182) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:40.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:39 smithi143 bash[29116]: cluster 2023-11-15T03:54:38.516098+0000 mgr.smithi037.kdknfa (mgr.14182) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:40.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:39 smithi037 bash[25974]: cluster 2023-11-15T03:54:38.516098+0000 mgr.smithi037.kdknfa (mgr.14182) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:41.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:40 smithi143 bash[29116]: cluster 2023-11-15T03:54:40.516680+0000 mgr.smithi037.kdknfa (mgr.14182) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:41.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:40 smithi037 bash[25974]: cluster 2023-11-15T03:54:40.516680+0000 mgr.smithi037.kdknfa (mgr.14182) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:41.508 INFO:teuthology.orchestra.run.smithi037.stdout:124554051610 2023-11-15T03:54:41.508 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-15T03:54:44.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:43 smithi143 bash[29116]: cluster 2023-11-15T03:54:42.517316+0000 mgr.smithi037.kdknfa (mgr.14182) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:44.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:43 smithi037 bash[25974]: cluster 2023-11-15T03:54:42.517316+0000 mgr.smithi037.kdknfa (mgr.14182) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:46.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:45 smithi143 bash[29116]: cluster 2023-11-15T03:54:44.517926+0000 mgr.smithi037.kdknfa (mgr.14182) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:46.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:45 smithi037 bash[25974]: cluster 2023-11-15T03:54:44.517926+0000 mgr.smithi037.kdknfa (mgr.14182) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:46.351 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:54:48.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:47 smithi143 bash[29116]: cluster 2023-11-15T03:54:46.518539+0000 mgr.smithi037.kdknfa (mgr.14182) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:48.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:47 smithi037 bash[25974]: cluster 2023-11-15T03:54:46.518539+0000 mgr.smithi037.kdknfa (mgr.14182) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:49.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:48 smithi037 bash[25974]: cluster 2023-11-15T03:54:48.519158+0000 mgr.smithi037.kdknfa (mgr.14182) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:49.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:48 smithi143 bash[29116]: cluster 2023-11-15T03:54:48.519158+0000 mgr.smithi037.kdknfa (mgr.14182) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:49.818 INFO:teuthology.orchestra.run.smithi037.stdout:158913789979 2023-11-15T03:54:49.818 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-15T03:54:51.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:51 smithi143 bash[29116]: cluster 2023-11-15T03:54:50.519786+0000 mgr.smithi037.kdknfa (mgr.14182) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:51.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:51 smithi037 bash[25974]: cluster 2023-11-15T03:54:50.519786+0000 mgr.smithi037.kdknfa (mgr.14182) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:54.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:53 smithi143 bash[29116]: cluster 2023-11-15T03:54:52.520400+0000 mgr.smithi037.kdknfa (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:54.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:53 smithi037 bash[25974]: cluster 2023-11-15T03:54:52.520400+0000 mgr.smithi037.kdknfa (mgr.14182) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:54.682 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:54:56.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:55 smithi143 bash[29116]: cluster 2023-11-15T03:54:54.521031+0000 mgr.smithi037.kdknfa (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:56.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:55 smithi037 bash[25974]: cluster 2023-11-15T03:54:54.521031+0000 mgr.smithi037.kdknfa (mgr.14182) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:57.523 INFO:teuthology.orchestra.run.smithi037.stdout:68719476770 2023-11-15T03:54:58.135 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:57 smithi037 bash[25974]: cluster 2023-11-15T03:54:56.521653+0000 mgr.smithi037.kdknfa (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:58.135 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:57 smithi037 bash[25974]: audit 2023-11-15T03:54:57.522160+0000 mon.smithi037 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.37:0/4087344828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T03:54:58.137 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476757 got 68719476770 for osd.0 2023-11-15T03:54:58.137 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-15T03:54:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:57 smithi143 bash[29116]: cluster 2023-11-15T03:54:56.521653+0000 mgr.smithi037.kdknfa (mgr.14182) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:57 smithi143 bash[29116]: audit 2023-11-15T03:54:57.522160+0000 mon.smithi037 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.37:0/4087344828' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-15T03:54:59.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:54:58 smithi037 bash[25974]: cluster 2023-11-15T03:54:58.522243+0000 mgr.smithi037.kdknfa (mgr.14182) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:54:59.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:54:58 smithi143 bash[29116]: cluster 2023-11-15T03:54:58.522243+0000 mgr.smithi037.kdknfa (mgr.14182) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:00.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:00 smithi143 bash[29116]: audit 2023-11-15T03:55:00.464195+0000 mon.smithi037 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:55:00.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:00 smithi037 bash[25974]: audit 2023-11-15T03:55:00.464195+0000 mon.smithi037 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:55:01.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:01 smithi143 bash[29116]: cluster 2023-11-15T03:55:00.522700+0000 mgr.smithi037.kdknfa (mgr.14182) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:01.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:01 smithi037 bash[25974]: cluster 2023-11-15T03:55:00.522700+0000 mgr.smithi037.kdknfa (mgr.14182) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:02.993 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:55:04.119 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:03 smithi037 bash[25974]: cluster 2023-11-15T03:55:02.523252+0000 mgr.smithi037.kdknfa (mgr.14182) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:03 smithi143 bash[29116]: cluster 2023-11-15T03:55:02.523252+0000 mgr.smithi037.kdknfa (mgr.14182) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:05.929 INFO:teuthology.orchestra.run.smithi037.stdout:98784247841 2023-11-15T03:55:06.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:05 smithi143 bash[29116]: cluster 2023-11-15T03:55:04.523849+0000 mgr.smithi037.kdknfa (mgr.14182) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:06.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:05 smithi037 bash[25974]: cluster 2023-11-15T03:55:04.523849+0000 mgr.smithi037.kdknfa (mgr.14182) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:06.561 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247828 got 98784247841 for osd.1 2023-11-15T03:55:06.562 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-15T03:55:07.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:06 smithi143 bash[29116]: audit 2023-11-15T03:55:05.928777+0000 mon.smithi037 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.37:0/3072653869' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T03:55:07.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:06 smithi143 bash[29116]: audit 2023-11-15T03:55:06.241408+0000 mon.smithi037 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:55:07.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:06 smithi143 bash[29116]: audit 2023-11-15T03:55:06.306406+0000 mon.smithi037 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:55:07.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:06 smithi143 bash[29116]: audit 2023-11-15T03:55:06.595388+0000 mon.smithi037 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:55:07.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:06 smithi143 bash[29116]: audit 2023-11-15T03:55:06.596825+0000 mon.smithi037 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:55:07.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:06 smithi143 bash[29116]: audit 2023-11-15T03:55:06.606164+0000 mon.smithi037 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:55:07.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:06 smithi143 bash[29116]: audit 2023-11-15T03:55:06.614327+0000 mon.smithi037 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:55:07.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:06 smithi037 bash[25974]: audit 2023-11-15T03:55:05.928777+0000 mon.smithi037 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.37:0/3072653869' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-15T03:55:07.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:06 smithi037 bash[25974]: audit 2023-11-15T03:55:06.241408+0000 mon.smithi037 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:55:07.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:06 smithi037 bash[25974]: audit 2023-11-15T03:55:06.306406+0000 mon.smithi037 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:55:07.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:06 smithi037 bash[25974]: audit 2023-11-15T03:55:06.595388+0000 mon.smithi037 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:55:07.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:06 smithi037 bash[25974]: audit 2023-11-15T03:55:06.596825+0000 mon.smithi037 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:55:07.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:06 smithi037 bash[25974]: audit 2023-11-15T03:55:06.606164+0000 mon.smithi037 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:55:07.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:06 smithi037 bash[25974]: audit 2023-11-15T03:55:06.614327+0000 mon.smithi037 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:55:08.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:07 smithi143 bash[29116]: cluster 2023-11-15T03:55:06.524410+0000 mgr.smithi037.kdknfa (mgr.14182) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:08.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:07 smithi037 bash[25974]: cluster 2023-11-15T03:55:06.524410+0000 mgr.smithi037.kdknfa (mgr.14182) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:08 smithi143 bash[29116]: cluster 2023-11-15T03:55:08.525028+0000 mgr.smithi037.kdknfa (mgr.14182) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:09.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:08 smithi037 bash[25974]: cluster 2023-11-15T03:55:08.525028+0000 mgr.smithi037.kdknfa (mgr.14182) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:11.408 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:55:11.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:11 smithi143 bash[29116]: cluster 2023-11-15T03:55:10.525675+0000 mgr.smithi037.kdknfa (mgr.14182) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:11.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:11 smithi037 bash[25974]: cluster 2023-11-15T03:55:10.525675+0000 mgr.smithi037.kdknfa (mgr.14182) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:13 smithi143 bash[29116]: cluster 2023-11-15T03:55:12.526280+0000 mgr.smithi037.kdknfa (mgr.14182) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:14.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:13 smithi037 bash[25974]: cluster 2023-11-15T03:55:12.526280+0000 mgr.smithi037.kdknfa (mgr.14182) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:14.359 INFO:teuthology.orchestra.run.smithi037.stdout:85899345956 2023-11-15T03:55:14.948 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345956 for osd.2 2023-11-15T03:55:14.948 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-15T03:55:15.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:14 smithi143 bash[29116]: audit 2023-11-15T03:55:14.358577+0000 mon.smithi037 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.37:0/553871102' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T03:55:15.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:14 smithi037 bash[25974]: audit 2023-11-15T03:55:14.358577+0000 mon.smithi037 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.37:0/553871102' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-15T03:55:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:15 smithi143 bash[29116]: cluster 2023-11-15T03:55:14.526889+0000 mgr.smithi037.kdknfa (mgr.14182) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:16.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:15 smithi037 bash[25974]: cluster 2023-11-15T03:55:14.526889+0000 mgr.smithi037.kdknfa (mgr.14182) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:18.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:17 smithi143 bash[29116]: cluster 2023-11-15T03:55:16.527616+0000 mgr.smithi037.kdknfa (mgr.14182) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:18.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:17 smithi037 bash[25974]: cluster 2023-11-15T03:55:16.527616+0000 mgr.smithi037.kdknfa (mgr.14182) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:19.797 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:55:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:19 smithi143 bash[29116]: cluster 2023-11-15T03:55:18.528364+0000 mgr.smithi037.kdknfa (mgr.14182) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:20.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:19 smithi037 bash[25974]: cluster 2023-11-15T03:55:18.528364+0000 mgr.smithi037.kdknfa (mgr.14182) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:22.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:21 smithi143 bash[29116]: cluster 2023-11-15T03:55:20.529033+0000 mgr.smithi037.kdknfa (mgr.14182) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:22.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:21 smithi037 bash[25974]: cluster 2023-11-15T03:55:20.529033+0000 mgr.smithi037.kdknfa (mgr.14182) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:22.911 INFO:teuthology.orchestra.run.smithi037.stdout:120259084324 2023-11-15T03:55:23.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:22 smithi143 bash[29116]: cluster 2023-11-15T03:55:22.529843+0000 mgr.smithi037.kdknfa (mgr.14182) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:23.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:22 smithi037 bash[25974]: cluster 2023-11-15T03:55:22.529843+0000 mgr.smithi037.kdknfa (mgr.14182) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:23.491 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084311 got 120259084324 for osd.3 2023-11-15T03:55:23.491 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-15T03:55:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:23 smithi143 bash[29116]: audit 2023-11-15T03:55:22.910605+0000 mon.smithi037 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.37:0/3637804864' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T03:55:24.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:23 smithi037 bash[25974]: audit 2023-11-15T03:55:22.910605+0000 mon.smithi037 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.37:0/3637804864' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-15T03:55:25.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:24 smithi037 bash[25974]: cluster 2023-11-15T03:55:24.530479+0000 mgr.smithi037.kdknfa (mgr.14182) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:25.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:24 smithi143 bash[29116]: cluster 2023-11-15T03:55:24.530479+0000 mgr.smithi037.kdknfa (mgr.14182) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:28.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:27 smithi143 bash[29116]: cluster 2023-11-15T03:55:26.531070+0000 mgr.smithi037.kdknfa (mgr.14182) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:28.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:27 smithi037 bash[25974]: cluster 2023-11-15T03:55:26.531070+0000 mgr.smithi037.kdknfa (mgr.14182) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:28.336 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:55:30.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:29 smithi143 bash[29116]: cluster 2023-11-15T03:55:28.531687+0000 mgr.smithi037.kdknfa (mgr.14182) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:30.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:29 smithi037 bash[25974]: cluster 2023-11-15T03:55:28.531687+0000 mgr.smithi037.kdknfa (mgr.14182) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:31.342 INFO:teuthology.orchestra.run.smithi037.stdout:111669149734 2023-11-15T03:55:31.955 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149734 for osd.4 2023-11-15T03:55:31.956 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-15T03:55:32.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:31 smithi143 bash[29116]: cluster 2023-11-15T03:55:30.532274+0000 mgr.smithi037.kdknfa (mgr.14182) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:32.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:31 smithi143 bash[29116]: audit 2023-11-15T03:55:31.341764+0000 mon.smithi037 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.37:0/1512658702' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T03:55:32.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:31 smithi037 bash[25974]: cluster 2023-11-15T03:55:30.532274+0000 mgr.smithi037.kdknfa (mgr.14182) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:32.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:31 smithi037 bash[25974]: audit 2023-11-15T03:55:31.341764+0000 mon.smithi037 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.37:0/1512658702' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-15T03:55:33.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:32 smithi143 bash[29116]: cluster 2023-11-15T03:55:32.533168+0000 mgr.smithi037.kdknfa (mgr.14182) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:33.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:32 smithi037 bash[25974]: cluster 2023-11-15T03:55:32.533168+0000 mgr.smithi037.kdknfa (mgr.14182) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:35.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:35 smithi143 bash[29116]: cluster 2023-11-15T03:55:34.533735+0000 mgr.smithi037.kdknfa (mgr.14182) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:35.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:35 smithi037 bash[25974]: cluster 2023-11-15T03:55:34.533735+0000 mgr.smithi037.kdknfa (mgr.14182) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:36.795 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:55:37.940 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:37 smithi037 bash[25974]: cluster 2023-11-15T03:55:36.534330+0000 mgr.smithi037.kdknfa (mgr.14182) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:38.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:37 smithi143 bash[29116]: cluster 2023-11-15T03:55:36.534330+0000 mgr.smithi037.kdknfa (mgr.14182) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:39.638 INFO:teuthology.orchestra.run.smithi037.stdout:141733920807 2023-11-15T03:55:39.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:39 smithi037 bash[25974]: cluster 2023-11-15T03:55:38.534917+0000 mgr.smithi037.kdknfa (mgr.14182) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:39.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:39 smithi037 bash[25974]: audit 2023-11-15T03:55:39.637623+0000 mon.smithi037 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.37:0/4138862815' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T03:55:40.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:39 smithi143 bash[29116]: cluster 2023-11-15T03:55:38.534917+0000 mgr.smithi037.kdknfa (mgr.14182) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:40.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:39 smithi143 bash[29116]: audit 2023-11-15T03:55:39.637623+0000 mon.smithi037 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.37:0/4138862815' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-15T03:55:40.258 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920794 got 141733920807 for osd.5 2023-11-15T03:55:40.259 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-15T03:55:41.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:40 smithi037 bash[25974]: cluster 2023-11-15T03:55:40.535474+0000 mgr.smithi037.kdknfa (mgr.14182) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:41.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:40 smithi143 bash[29116]: cluster 2023-11-15T03:55:40.535474+0000 mgr.smithi037.kdknfa (mgr.14182) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:44.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:43 smithi143 bash[29116]: cluster 2023-11-15T03:55:42.536016+0000 mgr.smithi037.kdknfa (mgr.14182) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:44.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:43 smithi037 bash[25974]: cluster 2023-11-15T03:55:42.536016+0000 mgr.smithi037.kdknfa (mgr.14182) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:45.108 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:55:46.145 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:45 smithi037 bash[25974]: cluster 2023-11-15T03:55:44.536602+0000 mgr.smithi037.kdknfa (mgr.14182) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:46.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:45 smithi143 bash[29116]: cluster 2023-11-15T03:55:44.536602+0000 mgr.smithi037.kdknfa (mgr.14182) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:47.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:47 smithi037 bash[25974]: cluster 2023-11-15T03:55:46.537230+0000 mgr.smithi037.kdknfa (mgr.14182) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:48.074 INFO:teuthology.orchestra.run.smithi037.stdout:124554051624 2023-11-15T03:55:48.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:47 smithi143 bash[29116]: cluster 2023-11-15T03:55:46.537230+0000 mgr.smithi037.kdknfa (mgr.14182) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:48.704 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051610 got 124554051624 for osd.6 2023-11-15T03:55:48.705 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-15T03:55:48.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:48 smithi037 bash[25974]: audit 2023-11-15T03:55:48.071126+0000 mon.smithi037 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.37:0/3648978536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T03:55:48.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:48 smithi037 bash[25974]: cluster 2023-11-15T03:55:48.537863+0000 mgr.smithi037.kdknfa (mgr.14182) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:49.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:48 smithi143 bash[29116]: audit 2023-11-15T03:55:48.071126+0000 mon.smithi037 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.37:0/3648978536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-15T03:55:49.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:48 smithi143 bash[29116]: cluster 2023-11-15T03:55:48.537863+0000 mgr.smithi037.kdknfa (mgr.14182) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:51.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:51 smithi143 bash[29116]: cluster 2023-11-15T03:55:50.538454+0000 mgr.smithi037.kdknfa (mgr.14182) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:51.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:51 smithi037 bash[25974]: cluster 2023-11-15T03:55:50.538454+0000 mgr.smithi037.kdknfa (mgr.14182) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:53.569 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:55:54.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:53 smithi143 bash[29116]: cluster 2023-11-15T03:55:52.539065+0000 mgr.smithi037.kdknfa (mgr.14182) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:54.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:53 smithi037 bash[25974]: cluster 2023-11-15T03:55:52.539065+0000 mgr.smithi037.kdknfa (mgr.14182) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:55.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:54 smithi037 bash[25974]: cluster 2023-11-15T03:55:54.539760+0000 mgr.smithi037.kdknfa (mgr.14182) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:55.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:54 smithi143 bash[29116]: cluster 2023-11-15T03:55:54.539760+0000 mgr.smithi037.kdknfa (mgr.14182) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:56.566 INFO:teuthology.orchestra.run.smithi037.stdout:158913789992 2023-11-15T03:55:56.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:56 smithi143 bash[29116]: audit 2023-11-15T03:55:56.565718+0000 mon.smithi037 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.37:0/2589522099' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T03:55:56.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:56 smithi037 bash[25974]: audit 2023-11-15T03:55:56.565718+0000 mon.smithi037 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.37:0/2589522099' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-15T03:55:57.163 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789979 got 158913789992 for osd.7 2023-11-15T03:55:57.164 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-15T03:55:57.164 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T03:55:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:57 smithi143 bash[29116]: cluster 2023-11-15T03:55:56.540367+0000 mgr.smithi037.kdknfa (mgr.14182) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:55:58.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:57 smithi037 bash[25974]: cluster 2023-11-15T03:55:56.540367+0000 mgr.smithi037.kdknfa (mgr.14182) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:55:59 smithi143 bash[29116]: cluster 2023-11-15T03:55:58.540957+0000 mgr.smithi037.kdknfa (mgr.14182) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:00.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:55:59 smithi037 bash[25974]: cluster 2023-11-15T03:55:58.540957+0000 mgr.smithi037.kdknfa (mgr.14182) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:01.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:00 smithi143 bash[29116]: cluster 2023-11-15T03:56:00.541580+0000 mgr.smithi037.kdknfa (mgr.14182) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:01.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:00 smithi037 bash[25974]: cluster 2023-11-15T03:56:00.541580+0000 mgr.smithi037.kdknfa (mgr.14182) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:02.015 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:56:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:03 smithi143 bash[29116]: cluster 2023-11-15T03:56:02.542183+0000 mgr.smithi037.kdknfa (mgr.14182) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:04.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:03 smithi037 bash[25974]: cluster 2023-11-15T03:56:02.542183+0000 mgr.smithi037.kdknfa (mgr.14182) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:05.034 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:56:05.040 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2023-11-15T03:56:05.668 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":181,"stamp":"2023-11-15T03:56:04.542473+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":2379768,"kb_used_data":3000,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548680,"statfs":{"total":767926730752,"available":765489848320,"internally_reserved":0,"allocated":3072000,"data_stored":1202716,"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":39,"state":"active+clean","last_fresh":"2023-11-15T03:52:49.229043+0000","last_change":"2023-11-15T03:52:49.229043+0000","last_active":"2023-11-15T03:52:49.229043+0000","last_peered":"2023-11-15T03:52:49.229043+0000","last_clean":"2023-11-15T03:52:49.229043+0000","last_became_active":"2023-11-15T03:52:49.228637+0000","last_became_peered":"2023-11-15T03:52:49.228637+0000","last_unstale":"2023-11-15T03:52:49.229043+0000","last_undegraded":"2023-11-15T03:52:49.229043+0000","last_fullsized":"2023-11-15T03:52:49.229043+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T03:52:30.877389+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T03:52:30.877389+0000","last_clean_scrub_stamp":"2023-11-15T03:52:30.877389+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":37,"seq":158913789994,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":150241,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.88400000000000001,"15min":0.872},"min":{"1min":0.67800000000000005,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.226,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":1.069},{"interface":"front","average":{"1min":0.83499999999999996,"5min":0.91400000000000003,"15min":0.94199999999999995},"min":{"1min":0.65600000000000003,"5min":0.378,"15min":0.378},"max":{"1min":1.121,"5min":1.792,"15min":1.792},"last":0.81899999999999995}]},{"osd":1,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.85799999999999998,"15min":0.83999999999999997},"min":{"1min":0.56299999999999994,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.52,"5min":1.744,"15min":1.744},"last":0.86599999999999999},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.872,"15min":0.878},"min":{"1min":0.64500000000000002,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.2669999999999999,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":0.91900000000000004}]},{"osd":2,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.95099999999999996,"15min":0.95899999999999996},"min":{"1min":0.78200000000000003,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2010000000000001,"5min":1.595,"15min":1.595},"last":0.64500000000000002},{"interface":"front","average":{"1min":1,"5min":1.0289999999999999,"15min":1.022},"min":{"1min":0.72199999999999998,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.4570000000000001,"5min":2.0169999999999999,"15min":2.0169999999999999},"last":0.69799999999999995}]},{"osd":3,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.98699999999999999,"15min":0.98099999999999998},"min":{"1min":0.61899999999999999,"5min":0.44,"15min":0.44},"max":{"1min":1.2070000000000001,"5min":1.55,"15min":1.55},"last":1.004},{"interface":"front","average":{"1min":1.03,"5min":1.012,"15min":1.0129999999999999},"min":{"1min":0.63800000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.4139999999999999,"5min":2.5449999999999999,"15min":2.5449999999999999},"last":0.75700000000000001}]},{"osd":4,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.1160000000000001,"15min":1.1080000000000001},"min":{"1min":0.88300000000000001,"5min":0.495,"15min":0.495},"max":{"1min":1.5669999999999999,"5min":1.927,"15min":1.927},"last":0.95399999999999996},{"interface":"front","average":{"1min":1.1919999999999999,"5min":1.1819999999999999,"15min":1.1879999999999999},"min":{"1min":0.88,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.429,"5min":1.9650000000000001,"15min":1.9650000000000001},"last":0.877}]},{"osd":5,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.1459999999999999,"15min":1.1379999999999999},"min":{"1min":0.64900000000000002,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.708,"5min":1.8440000000000001,"15min":1.8440000000000001},"last":0.79900000000000004},{"interface":"front","average":{"1min":1.212,"5min":1.151,"15min":1.1379999999999999},"min":{"1min":0.84599999999999997,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.607,"5min":1.607,"15min":1.607},"last":1.109}]},{"osd":6,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.284,"5min":1.3129999999999999,"15min":1.3069999999999999},"min":{"1min":0.98699999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.786,"5min":2.427,"15min":2.427},"last":1.0349999999999999},{"interface":"front","average":{"1min":1.3160000000000001,"5min":1.284,"15min":1.2889999999999999},"min":{"1min":0.92500000000000004,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.8360000000000001,"5min":2.0910000000000002,"15min":2.0910000000000002},"last":0.97999999999999998}]}]},{"osd":5,"up_from":33,"seq":141733920812,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.90100000000000002,"15min":0.88200000000000001},"min":{"1min":0.72499999999999998,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.175,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":1.321},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.86599999999999999,"15min":0.84499999999999997},"min":{"1min":0.70799999999999996,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.133,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.82799999999999996}]},{"osd":1,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.89100000000000001,"15min":0.91100000000000003},"min":{"1min":0.69999999999999996,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.1359999999999999,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":0.77700000000000002},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.91500000000000004,"15min":0.92300000000000004},"min":{"1min":0.65800000000000003,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.2350000000000001,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.90400000000000003}]},{"osd":2,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":1.1060000000000001,"5min":1.0329999999999999,"15min":1.0129999999999999},"min":{"1min":0.83199999999999996,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.3520000000000001,"5min":1.411,"15min":1.411},"last":1.214},{"interface":"front","average":{"1min":1.0189999999999999,"5min":0.995,"15min":0.97899999999999998},"min":{"1min":0.82299999999999995,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.228,"5min":1.464,"15min":1.464},"last":0.95899999999999996}]},{"osd":3,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":1.0269999999999999,"15min":1.0389999999999999},"min":{"1min":0.73699999999999999,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.3759999999999999,"5min":1.552,"15min":1.552},"last":1.0720000000000001},{"interface":"front","average":{"1min":1.0680000000000001,"5min":1.0600000000000001,"15min":1.0700000000000001},"min":{"1min":0.749,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.4259999999999999,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":0.97199999999999998}]},{"osd":4,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.1719999999999999,"15min":1.1799999999999999},"min":{"1min":0.94799999999999995,"5min":0.80300000000000005,"15min":0.80300000000000005},"max":{"1min":1.597,"5min":1.702,"15min":1.702},"last":1.0449999999999999},{"interface":"front","average":{"1min":1.2629999999999999,"5min":1.22,"15min":1.216},"min":{"1min":0.94699999999999995,"5min":0.84699999999999998,"15min":0.84699999999999998},"max":{"1min":1.6379999999999999,"5min":1.724,"15min":1.724},"last":1.3839999999999999}]},{"osd":6,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":1.24,"5min":1.214,"15min":1.206},"min":{"1min":0.97699999999999998,"5min":0.89600000000000002,"15min":0.89600000000000002},"max":{"1min":1.623,"5min":1.623,"15min":1.623},"last":1.022},{"interface":"front","average":{"1min":1.286,"5min":1.302,"15min":1.3080000000000001},"min":{"1min":0.99099999999999999,"5min":0.93700000000000006,"15min":0.93700000000000006},"max":{"1min":1.653,"5min":1.7,"15min":1.7},"last":1.1699999999999999}]},{"osd":7,"last update":"Wed Nov 15 03:55:52 2023","interfaces":[{"interface":"back","average":{"1min":1.3280000000000001,"5min":1.353,"15min":1.375},"min":{"1min":1.0389999999999999,"5min":0.94399999999999995,"15min":0.94399999999999995},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.264},{"interface":"front","average":{"1min":1.353,"5min":1.2949999999999999,"15min":1.2949999999999999},"min":{"1min":1.0369999999999999,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.5980000000000001,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":1.4330000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:33 2023","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.67400000000000004,"15min":0.67600000000000005},"min":{"1min":0.45400000000000001,"5min":0.44,"15min":0.44},"max":{"1min":0.90400000000000003,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.76600000000000001,"5min":0.76900000000000002,"15min":0.77100000000000002},"min":{"1min":0.53800000000000003,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.073,"5min":1.165,"15min":1.165},"last":0.63200000000000001}]},{"osd":1,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.86199999999999999,"15min":0.85599999999999998},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.95699999999999996,"15min":0.95699999999999996},"min":{"1min":0.70199999999999996,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.2230000000000001,"5min":1.226,"15min":1.226},"last":0.996}]},{"osd":3,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.98099999999999998,"15min":0.99199999999999999},"min":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.1799999999999999,"5min":1.266,"15min":1.266},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.871,"5min":0.90700000000000003,"15min":0.92200000000000004},"min":{"1min":0.65800000000000003,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.083,"5min":1.177,"15min":1.177},"last":0.95299999999999996}]},{"osd":4,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.92700000000000005,"15min":0.92500000000000004},"min":{"1min":0.66400000000000003,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.3420000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":0.82999999999999996},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.94899999999999995,"15min":0.95999999999999996},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.3100000000000001,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.095}]},{"osd":5,"last update":"Wed Nov 15 03:55:52 2023","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.96899999999999997,"15min":0.97899999999999998},"min":{"1min":0.71499999999999997,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.159,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.109,"15min":1.135},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.2789999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.175}]},{"osd":6,"last update":"Wed Nov 15 03:55:49 2023","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":1.1020000000000001,"15min":1.135},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.3799999999999999,"5min":1.528,"15min":1.528},"last":1.3180000000000001},{"interface":"front","average":{"1min":1.1299999999999999,"5min":1.163,"15min":1.181},"min":{"1min":0.873,"5min":0.754,"15min":0.754},"max":{"1min":1.486,"5min":1.518,"15min":1.518},"last":1.121}]},{"osd":7,"last update":"Wed Nov 15 03:55:57 2023","interfaces":[{"interface":"back","average":{"1min":1.216,"5min":1.2250000000000001,"15min":1.2290000000000001},"min":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.4810000000000001,"5min":1.651,"15min":1.651},"last":1.27},{"interface":"front","average":{"1min":1.224,"5min":1.238,"15min":1.254},"min":{"1min":0.96899999999999997,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.6459999999999999,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":1.214}]}]},{"osd":0,"up_from":16,"seq":68719476784,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Nov 15 03:55:34 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.90700000000000003,"15min":0.89200000000000002},"min":{"1min":0.64600000000000002,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.228,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.999,"5min":0.98799999999999999,"15min":0.97299999999999998},"min":{"1min":0.79600000000000004,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.3180000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":0.70899999999999996}]},{"osd":2,"last update":"Wed Nov 15 03:55:34 2023","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.82899999999999996,"15min":0.83399999999999996},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.198,"5min":1.462,"15min":1.462},"last":0.81100000000000005},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.78800000000000003,"15min":0.78400000000000003},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":0.88700000000000001}]},{"osd":3,"last update":"Wed Nov 15 03:55:41 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.875,"15min":0.879},"min":{"1min":0.57299999999999995,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.109,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":0.91800000000000004},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.94899999999999995,"15min":0.93899999999999995},"min":{"1min":0.72799999999999998,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.341,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.95399999999999996}]},{"osd":4,"last update":"Wed Nov 15 03:55:41 2023","interfaces":[{"interface":"back","average":{"1min":0.81599999999999995,"5min":0.84999999999999998,"15min":0.85399999999999998},"min":{"1min":0.63800000000000001,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.02,"5min":1.282,"15min":1.282},"last":0.81999999999999995},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.89500000000000002,"15min":0.86899999999999999},"min":{"1min":0.68899999999999995,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.2410000000000001,"5min":1.8149999999999999,"15min":1.8149999999999999},"last":1.018}]},{"osd":5,"last update":"Wed Nov 15 03:55:50 2023","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":0.995,"15min":0.995},"min":{"1min":0.76100000000000001,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.1850000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":1.0009999999999999},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.0880000000000001,"15min":1.0700000000000001},"min":{"1min":0.85599999999999998,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.3029999999999999,"5min":1.919,"15min":1.919},"last":0.83699999999999997}]},{"osd":6,"last update":"Wed Nov 15 03:55:41 2023","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.069,"15min":1.0589999999999999},"min":{"1min":0.77100000000000002,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.4359999999999999,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.139},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.113,"15min":1.123},"min":{"1min":0.88600000000000001,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":1.3600000000000001,"5min":1.45,"15min":1.45},"last":1.3109999999999999}]},{"osd":7,"last update":"Wed Nov 15 03:55:50 2023","interfaces":[{"interface":"back","average":{"1min":1.214,"5min":1.1679999999999999,"15min":1.1279999999999999},"min":{"1min":1.0129999999999999,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.7070000000000001,"5min":1.923,"15min":1.923},"last":1.1160000000000001},{"interface":"front","average":{"1min":1.206,"5min":1.2070000000000001,"15min":1.1890000000000001},"min":{"1min":0.997,"5min":0.94899999999999995,"15min":0.94899999999999995},"max":{"1min":1.7829999999999999,"5min":2.0720000000000001,"15min":2.0720000000000001},"last":1.1819999999999999}]}]},{"osd":1,"up_from":23,"seq":98784247853,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:34 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.88700000000000001,"15min":0.871},"min":{"1min":0.70699999999999996,"5min":0.63,"15min":0.63},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":1.2509999999999999},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.90600000000000003,"15min":0.89200000000000002},"min":{"1min":0.72499999999999998,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":1.1890000000000001}]},{"osd":2,"last update":"Wed Nov 15 03:55:34 2023","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.92200000000000004,"15min":0.92600000000000005},"min":{"1min":0.68100000000000005,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.169,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.087},{"interface":"front","average":{"1min":1.0640000000000001,"5min":0.96099999999999997,"15min":0.94099999999999995},"min":{"1min":0.73699999999999999,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.0029999999999999}]},{"osd":3,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.85499999999999998,"15min":0.83799999999999997},"min":{"1min":0.626,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.90800000000000003,"15min":0.89800000000000002},"min":{"1min":0.48099999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.86799999999999999}]},{"osd":4,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.91700000000000004,"15min":0.91700000000000004},"min":{"1min":0.68100000000000005,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.1779999999999999,"5min":1.27,"15min":1.27},"last":0.97099999999999997},{"interface":"front","average":{"1min":1.091,"5min":1.0740000000000001,"15min":1.0740000000000001},"min":{"1min":0.70999999999999996,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.9570000000000001,"5min":1.9570000000000001,"15min":1.9570000000000001},"last":1.365}]},{"osd":5,"last update":"Wed Nov 15 03:55:46 2023","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.105,"15min":1.123},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.454,"5min":1.462,"15min":1.462},"last":1.304},{"interface":"front","average":{"1min":1.0269999999999999,"5min":0.997,"15min":1},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.3380000000000001,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":1.127}]},{"osd":6,"last update":"Wed Nov 15 03:55:46 2023","interfaces":[{"interface":"back","average":{"1min":1.1739999999999999,"5min":1.169,"15min":1.1719999999999999},"min":{"1min":0.79000000000000004,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":2.0659999999999998,"5min":2.0659999999999998,"15min":2.0659999999999998},"last":1.4710000000000001},{"interface":"front","average":{"1min":1.298,"5min":1.2290000000000001,"15min":1.2150000000000001},"min":{"1min":0.79900000000000004,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.9950000000000001,"5min":1.9950000000000001,"15min":1.9950000000000001},"last":1.3979999999999999}]},{"osd":7,"last update":"Wed Nov 15 03:55:52 2023","interfaces":[{"interface":"back","average":{"1min":1.3149999999999999,"5min":1.29,"15min":1.2889999999999999},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.7909999999999999,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":1.5},{"interface":"front","average":{"1min":1.204,"5min":1.1359999999999999,"15min":1.123},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.597,"5min":1.597,"15min":1.597},"last":1.2789999999999999}]}]},{"osd":4,"up_from":26,"seq":111669149741,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:38 2023","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.71699999999999997,"15min":0.71299999999999997},"min":{"1min":0.56599999999999995,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.89200000000000002,"5min":1.044,"15min":1.044},"last":0.93000000000000005},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.76500000000000001,"15min":0.75700000000000001},"min":{"1min":0.60399999999999998,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.0780000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.68300000000000005}]},{"osd":1,"last update":"Wed Nov 15 03:55:38 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.93000000000000005,"15min":0.92800000000000005},"min":{"1min":0.70899999999999996,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.2390000000000001,"5min":1.385,"15min":1.385},"last":0.96399999999999997},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.90100000000000002,"15min":0.88700000000000001},"min":{"1min":0.73699999999999999,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.0629999999999999,"5min":1.165,"15min":1.165},"last":0.78100000000000003}]},{"osd":2,"last update":"Wed Nov 15 03:55:38 2023","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.88600000000000001,"15min":0.877},"min":{"1min":0.63900000000000001,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.0649999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.006},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.94499999999999995,"15min":0.94899999999999995},"min":{"1min":0.64700000000000002,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.2589999999999999,"5min":1.355,"15min":1.355},"last":0.65700000000000003}]},{"osd":3,"last update":"Wed Nov 15 03:55:43 2023","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.0780000000000001,"15min":1.079},"min":{"1min":0.86399999999999999,"5min":0.751,"15min":0.751},"max":{"1min":1.2490000000000001,"5min":1.284,"15min":1.284},"last":1.1479999999999999},{"interface":"front","average":{"1min":1.042,"5min":1.02,"15min":1.014},"min":{"1min":0.82299999999999995,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.345,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":1.294}]},{"osd":5,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":1.149,"5min":1.125,"15min":1.133},"min":{"1min":0.99199999999999999,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.3460000000000001,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.1970000000000001},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.125,"15min":1.1259999999999999},"min":{"1min":0.88500000000000001,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.4690000000000001,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.165}]},{"osd":6,"last update":"Wed Nov 15 03:55:43 2023","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.117,"15min":1.1020000000000001},"min":{"1min":0.85599999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.425,"5min":1.498,"15min":1.498},"last":1.099},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.095,"15min":1.091},"min":{"1min":0.875,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.2849999999999999,"5min":1.429,"15min":1.429},"last":1.117}]},{"osd":7,"last update":"Wed Nov 15 03:55:51 2023","interfaces":[{"interface":"back","average":{"1min":1.2529999999999999,"5min":1.2470000000000001,"15min":1.258},"min":{"1min":0.98399999999999999,"5min":0.85699999999999998,"15min":0.85699999999999998},"max":{"1min":1.431,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.3120000000000001},{"interface":"front","average":{"1min":1.365,"5min":1.329,"15min":1.327},"min":{"1min":1.1870000000000001,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.718,"5min":1.718,"15min":1.718},"last":1.244}]}]},{"osd":3,"up_from":28,"seq":120259084332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.879,"15min":0.86799999999999999},"min":{"1min":0.60299999999999998,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.1970000000000001,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.86099999999999999,"15min":0.83799999999999997},"min":{"1min":0.68300000000000005,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.3620000000000001,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.0600000000000001}]},{"osd":1,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.79200000000000004,"15min":0.79300000000000004},"min":{"1min":0.46200000000000002,"5min":0.372,"15min":0.372},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":1.173},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.85299999999999998,"15min":0.83999999999999997},"min":{"1min":0.53200000000000003,"5min":0.495,"15min":0.495},"max":{"1min":3.0830000000000002,"5min":3.0830000000000002,"15min":3.0830000000000002},"last":0.91700000000000004}]},{"osd":2,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.873,"15min":0.86499999999999999},"min":{"1min":0.71099999999999997,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.1120000000000001,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":1.1020000000000001},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.0740000000000001,"15min":1.071},"min":{"1min":0.85099999999999998,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.284,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":1.3069999999999999}]},{"osd":4,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":0.995,"15min":0.98699999999999999},"min":{"1min":0.64600000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.325,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.359},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.96299999999999997,"15min":0.95999999999999996},"min":{"1min":0.79700000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1819999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.88900000000000001}]},{"osd":5,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":1.177,"5min":1.006,"15min":0.96599999999999997},"min":{"1min":0.58399999999999996,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":3.226,"5min":3.226,"15min":3.226},"last":1.2430000000000001},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.0329999999999999,"15min":1.0049999999999999},"min":{"1min":0.66900000000000004,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.4330000000000001,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":1.4039999999999999}]},{"osd":6,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":1.018,"15min":1.002},"min":{"1min":0.76600000000000001,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.403,"5min":1.482,"15min":1.482},"last":1.2170000000000001},{"interface":"front","average":{"1min":1.206,"5min":1.153,"15min":1.133},"min":{"1min":0.92200000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.5029999999999999,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.4890000000000001}]},{"osd":7,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.21,"5min":1.1439999999999999,"15min":1.1140000000000001},"min":{"1min":0.66200000000000003,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.5740000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.5640000000000001},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.0620000000000001,"15min":1.028},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.5980000000000001,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":1.3400000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051627,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.74099999999999999,"5min":0.75600000000000001,"15min":0.76800000000000002},"min":{"1min":0.51000000000000001,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.1559999999999999,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.77600000000000002},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.79800000000000004,"15min":0.80400000000000005},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.0900000000000001,"5min":1.173,"15min":1.173},"last":0.65000000000000002}]},{"osd":1,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.85899999999999999,"15min":0.86099999999999999},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.05,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.99299999999999999,"15min":0.996},"min":{"1min":0.81799999999999995,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.3240000000000001,"5min":1.385,"15min":1.385},"last":1.1060000000000001}]},{"osd":2,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.92200000000000004,"15min":0.94399999999999995},"min":{"1min":0.58899999999999997,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.2629999999999999,"5min":1.286,"15min":1.286},"last":1.0089999999999999},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.89300000000000002,"15min":0.89200000000000002},"min":{"1min":0.65100000000000002,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.155,"5min":1.389,"15min":1.389},"last":0.92600000000000005}]},{"osd":3,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.89000000000000001,"15min":0.89600000000000002},"min":{"1min":0.70099999999999996,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":0.98199999999999998,"5min":1.306,"15min":1.306},"last":0.80700000000000005},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.077,"15min":1.0780000000000001},"min":{"1min":0.91100000000000003,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.393,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":1.1759999999999999}]},{"osd":4,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.0009999999999999,"15min":1.002},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.379,"5min":1.379,"15min":1.379},"last":0.755},{"interface":"front","average":{"1min":1.0209999999999999,"5min":0.999,"15min":1.0009999999999999},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.284,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.0640000000000001}]},{"osd":5,"last update":"Wed Nov 15 03:55:50 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.0880000000000001,"15min":1.0820000000000001},"min":{"1min":0.97999999999999998,"5min":0.88300000000000001,"15min":0.88300000000000001},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":1.145},{"interface":"front","average":{"1min":1.2569999999999999,"5min":1.1990000000000001,"15min":1.1930000000000001},"min":{"1min":0.98199999999999998,"5min":0.73999999999999999,"15min":0.73999999999999999},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":1.226}]},{"osd":7,"last update":"Wed Nov 15 03:55:50 2023","interfaces":[{"interface":"back","average":{"1min":1.2,"5min":1.2,"15min":1.204},"min":{"1min":1.024,"5min":0.84499999999999997,"15min":0.84499999999999997},"max":{"1min":1.613,"5min":1.613,"15min":1.613},"last":1.042},{"interface":"front","average":{"1min":1.304,"5min":1.244,"15min":1.236},"min":{"1min":1.032,"5min":0.91400000000000003,"15min":0.91400000000000003},"max":{"1min":1.613,"5min":1.613,"15min":1.613},"last":1.2669999999999999}]}]}],"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-11-15T03:56:05.670 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-15T03:56:05.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:05 smithi037 bash[25974]: cluster 2023-11-15T03:56:04.542758+0000 mgr.smithi037.kdknfa (mgr.14182) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:06.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:05 smithi143 bash[29116]: cluster 2023-11-15T03:56:04.542758+0000 mgr.smithi037.kdknfa (mgr.14182) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:07.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:06 smithi037 bash[25974]: audit 2023-11-15T03:56:05.030588+0000 mgr.smithi037.kdknfa (mgr.14182) 197 : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:56:07.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:06 smithi037 bash[25974]: cluster 2023-11-15T03:56:06.543343+0000 mgr.smithi037.kdknfa (mgr.14182) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:07.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:06 smithi037 bash[25974]: audit 2023-11-15T03:56:06.625957+0000 mon.smithi037 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:56:07.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:06 smithi143 bash[29116]: audit 2023-11-15T03:56:05.030588+0000 mgr.smithi037.kdknfa (mgr.14182) 197 : audit [DBG] from='client.14450 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:56:07.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:06 smithi143 bash[29116]: cluster 2023-11-15T03:56:06.543343+0000 mgr.smithi037.kdknfa (mgr.14182) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:07.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:06 smithi143 bash[29116]: audit 2023-11-15T03:56:06.625957+0000 mon.smithi037 (mon.0) 588 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:56:09.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:09 smithi143 bash[29116]: cluster 2023-11-15T03:56:08.543970+0000 mgr.smithi037.kdknfa (mgr.14182) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:09.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:09 smithi037 bash[25974]: cluster 2023-11-15T03:56:08.543970+0000 mgr.smithi037.kdknfa (mgr.14182) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:10.519 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:56:11.644 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:11 smithi037 bash[25974]: cluster 2023-11-15T03:56:10.544462+0000 mgr.smithi037.kdknfa (mgr.14182) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:11.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:11 smithi143 bash[29116]: cluster 2023-11-15T03:56:10.544462+0000 mgr.smithi037.kdknfa (mgr.14182) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:13.107 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:12 smithi037 bash[25974]: audit 2023-11-15T03:56:11.760301+0000 mon.smithi037 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:13.107 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:12 smithi037 bash[25974]: audit 2023-11-15T03:56:12.480484+0000 mon.smithi037 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:13.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:12 smithi143 bash[29116]: audit 2023-11-15T03:56:11.760301+0000 mon.smithi037 (mon.0) 589 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:13.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:12 smithi143 bash[29116]: audit 2023-11-15T03:56:12.480484+0000 mon.smithi037 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:13.535 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:56:13.537 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2023-11-15T03:56:13.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:13 smithi037 bash[25974]: cluster 2023-11-15T03:56:12.545070+0000 mgr.smithi037.kdknfa (mgr.14182) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:13.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:13 smithi037 bash[25974]: audit 2023-11-15T03:56:12.776116+0000 mon.smithi037 (mon.0) 591 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:56:13.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:13 smithi037 bash[25974]: audit 2023-11-15T03:56:12.777970+0000 mon.smithi037 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:56:13.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:13 smithi037 bash[25974]: audit 2023-11-15T03:56:12.788414+0000 mon.smithi037 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:13.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:13 smithi037 bash[25974]: audit 2023-11-15T03:56:12.795442+0000 mon.smithi037 (mon.0) 594 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:56:14.133 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":185,"stamp":"2023-11-15T03:56:12.544746+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":2379768,"kb_used_data":3000,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548680,"statfs":{"total":767926730752,"available":765489848320,"internally_reserved":0,"allocated":3072000,"data_stored":1202716,"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":39,"state":"active+clean","last_fresh":"2023-11-15T03:52:49.229043+0000","last_change":"2023-11-15T03:52:49.229043+0000","last_active":"2023-11-15T03:52:49.229043+0000","last_peered":"2023-11-15T03:52:49.229043+0000","last_clean":"2023-11-15T03:52:49.229043+0000","last_became_active":"2023-11-15T03:52:49.228637+0000","last_became_peered":"2023-11-15T03:52:49.228637+0000","last_unstale":"2023-11-15T03:52:49.229043+0000","last_undegraded":"2023-11-15T03:52:49.229043+0000","last_fullsized":"2023-11-15T03:52:49.229043+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-15T03:52:30.877389+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-15T03:52:30.877389+0000","last_clean_scrub_stamp":"2023-11-15T03:52:30.877389+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":37,"seq":158913789996,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":150241,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.88400000000000001,"15min":0.872},"min":{"1min":0.67800000000000005,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.226,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.999},{"interface":"front","average":{"1min":0.83499999999999996,"5min":0.91400000000000003,"15min":0.94199999999999995},"min":{"1min":0.65600000000000003,"5min":0.378,"15min":0.378},"max":{"1min":1.121,"5min":1.792,"15min":1.792},"last":0.80600000000000005}]},{"osd":1,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.85799999999999998,"15min":0.83999999999999997},"min":{"1min":0.56299999999999994,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.52,"5min":1.744,"15min":1.744},"last":0.93400000000000005},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.872,"15min":0.878},"min":{"1min":0.64500000000000002,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.2669999999999999,"5min":1.3999999999999999,"15min":1.3999999999999999},"last":1.1850000000000001}]},{"osd":2,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.95099999999999996,"15min":0.95899999999999996},"min":{"1min":0.78200000000000003,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.2010000000000001,"5min":1.595,"15min":1.595},"last":0.97699999999999998},{"interface":"front","average":{"1min":1,"5min":1.0289999999999999,"15min":1.022},"min":{"1min":0.72199999999999998,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.4570000000000001,"5min":2.0169999999999999,"15min":2.0169999999999999},"last":1.0640000000000001}]},{"osd":3,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.98699999999999999,"15min":0.98099999999999998},"min":{"1min":0.61899999999999999,"5min":0.44,"15min":0.44},"max":{"1min":1.2070000000000001,"5min":1.55,"15min":1.55},"last":0.84699999999999998},{"interface":"front","average":{"1min":1.03,"5min":1.012,"15min":1.0129999999999999},"min":{"1min":0.63800000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.4139999999999999,"5min":2.5449999999999999,"15min":2.5449999999999999},"last":1.038}]},{"osd":4,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.1160000000000001,"15min":1.1080000000000001},"min":{"1min":0.88300000000000001,"5min":0.495,"15min":0.495},"max":{"1min":1.5669999999999999,"5min":1.927,"15min":1.927},"last":1.165},{"interface":"front","average":{"1min":1.1919999999999999,"5min":1.1819999999999999,"15min":1.1879999999999999},"min":{"1min":0.88,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.429,"5min":1.9650000000000001,"15min":1.9650000000000001},"last":1.1140000000000001}]},{"osd":5,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.1459999999999999,"15min":1.1379999999999999},"min":{"1min":0.64900000000000002,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.708,"5min":1.8440000000000001,"15min":1.8440000000000001},"last":1.2889999999999999},{"interface":"front","average":{"1min":1.212,"5min":1.151,"15min":1.1379999999999999},"min":{"1min":0.84599999999999997,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.607,"5min":1.607,"15min":1.607},"last":1.133}]},{"osd":6,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.284,"5min":1.3129999999999999,"15min":1.3069999999999999},"min":{"1min":0.98699999999999999,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.786,"5min":2.427,"15min":2.427},"last":1.2310000000000001},{"interface":"front","average":{"1min":1.3160000000000001,"5min":1.284,"15min":1.2889999999999999},"min":{"1min":0.92500000000000004,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.8360000000000001,"5min":2.0910000000000002,"15min":2.0910000000000002},"last":1.218}]}]},{"osd":5,"up_from":33,"seq":141733920813,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.90100000000000002,"15min":0.88200000000000001},"min":{"1min":0.72499999999999998,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.175,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.86599999999999999,"15min":0.84499999999999997},"min":{"1min":0.70799999999999996,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.133,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.84699999999999998}]},{"osd":1,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.89100000000000001,"15min":0.91100000000000003},"min":{"1min":0.69999999999999996,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.1359999999999999,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.91500000000000004,"15min":0.92300000000000004},"min":{"1min":0.65800000000000003,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.2350000000000001,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.68999999999999995}]},{"osd":2,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":1.1060000000000001,"5min":1.0329999999999999,"15min":1.0129999999999999},"min":{"1min":0.83199999999999996,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.3520000000000001,"5min":1.411,"15min":1.411},"last":0.88600000000000001},{"interface":"front","average":{"1min":1.0189999999999999,"5min":0.995,"15min":0.97899999999999998},"min":{"1min":0.82299999999999995,"5min":0.70799999999999996,"15min":0.70799999999999996},"max":{"1min":1.228,"5min":1.464,"15min":1.464},"last":0.95599999999999996}]},{"osd":3,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":1.0269999999999999,"15min":1.0389999999999999},"min":{"1min":0.73699999999999999,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.3759999999999999,"5min":1.552,"15min":1.552},"last":0.72599999999999998},{"interface":"front","average":{"1min":1.0680000000000001,"5min":1.0600000000000001,"15min":1.0700000000000001},"min":{"1min":0.749,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.4259999999999999,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.0700000000000001}]},{"osd":4,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":1.1539999999999999,"5min":1.1719999999999999,"15min":1.1799999999999999},"min":{"1min":0.94799999999999995,"5min":0.80300000000000005,"15min":0.80300000000000005},"max":{"1min":1.597,"5min":1.702,"15min":1.702},"last":1.169},{"interface":"front","average":{"1min":1.2629999999999999,"5min":1.22,"15min":1.216},"min":{"1min":0.94699999999999995,"5min":0.84699999999999998,"15min":0.84699999999999998},"max":{"1min":1.6379999999999999,"5min":1.724,"15min":1.724},"last":1.1299999999999999}]},{"osd":6,"last update":"Wed Nov 15 03:55:48 2023","interfaces":[{"interface":"back","average":{"1min":1.24,"5min":1.214,"15min":1.206},"min":{"1min":0.97699999999999998,"5min":0.89600000000000002,"15min":0.89600000000000002},"max":{"1min":1.623,"5min":1.623,"15min":1.623},"last":1.0529999999999999},{"interface":"front","average":{"1min":1.286,"5min":1.302,"15min":1.3080000000000001},"min":{"1min":0.99099999999999999,"5min":0.93700000000000006,"15min":0.93700000000000006},"max":{"1min":1.653,"5min":1.7,"15min":1.7},"last":1.228}]},{"osd":7,"last update":"Wed Nov 15 03:55:52 2023","interfaces":[{"interface":"back","average":{"1min":1.3280000000000001,"5min":1.353,"15min":1.375},"min":{"1min":1.0389999999999999,"5min":0.94399999999999995,"15min":0.94399999999999995},"max":{"1min":1.7150000000000001,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.2709999999999999},{"interface":"front","average":{"1min":1.353,"5min":1.2949999999999999,"15min":1.2949999999999999},"min":{"1min":1.0369999999999999,"5min":0.80200000000000005,"15min":0.80200000000000005},"max":{"1min":1.5980000000000001,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":1.024}]}]},{"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":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:33 2023","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.67400000000000004,"15min":0.67600000000000005},"min":{"1min":0.45400000000000001,"5min":0.44,"15min":0.44},"max":{"1min":0.90400000000000003,"5min":0.92800000000000005,"15min":0.92800000000000005},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.76600000000000001,"5min":0.76900000000000002,"15min":0.77100000000000002},"min":{"1min":0.53800000000000003,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.073,"5min":1.165,"15min":1.165},"last":0.74299999999999999}]},{"osd":1,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.86199999999999999,"15min":0.85599999999999998},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":0.79700000000000004},{"interface":"front","average":{"1min":0.93000000000000005,"5min":0.95699999999999996,"15min":0.95699999999999996},"min":{"1min":0.70199999999999996,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.2230000000000001,"5min":1.226,"15min":1.226},"last":1.139}]},{"osd":3,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.98099999999999998,"15min":0.99199999999999999},"min":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.1799999999999999,"5min":1.266,"15min":1.266},"last":1.0529999999999999},{"interface":"front","average":{"1min":0.871,"5min":0.90700000000000003,"15min":0.92200000000000004},"min":{"1min":0.65800000000000003,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.083,"5min":1.177,"15min":1.177},"last":0.87}]},{"osd":4,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.94099999999999995,"5min":0.92700000000000005,"15min":0.92500000000000004},"min":{"1min":0.66400000000000003,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.3420000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":0.95199999999999996},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.94899999999999995,"15min":0.95999999999999996},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.3100000000000001,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.008}]},{"osd":5,"last update":"Wed Nov 15 03:55:52 2023","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.96899999999999997,"15min":0.97899999999999998},"min":{"1min":0.71499999999999997,"5min":0.65500000000000003,"15min":0.65500000000000003},"max":{"1min":1.159,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.92300000000000004},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.109,"15min":1.135},"min":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"max":{"1min":1.2789999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.2829999999999999}]},{"osd":6,"last update":"Wed Nov 15 03:55:49 2023","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":1.1020000000000001,"15min":1.135},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.3799999999999999,"5min":1.528,"15min":1.528},"last":1.2170000000000001},{"interface":"front","average":{"1min":1.1299999999999999,"5min":1.163,"15min":1.181},"min":{"1min":0.873,"5min":0.754,"15min":0.754},"max":{"1min":1.486,"5min":1.518,"15min":1.518},"last":1.23}]},{"osd":7,"last update":"Wed Nov 15 03:55:57 2023","interfaces":[{"interface":"back","average":{"1min":1.216,"5min":1.2250000000000001,"15min":1.2290000000000001},"min":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.4810000000000001,"5min":1.651,"15min":1.651},"last":1.371},{"interface":"front","average":{"1min":1.224,"5min":1.238,"15min":1.254},"min":{"1min":0.96899999999999997,"5min":0.86799999999999999,"15min":0.86799999999999999},"max":{"1min":1.6459999999999999,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":1.3120000000000001}]}]},{"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":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":149139,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Nov 15 03:55:34 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.90700000000000003,"15min":0.89200000000000002},"min":{"1min":0.64600000000000002,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.228,"5min":1.6140000000000001,"15min":1.6140000000000001},"last":0.95399999999999996},{"interface":"front","average":{"1min":0.999,"5min":0.98799999999999999,"15min":0.97299999999999998},"min":{"1min":0.79600000000000004,"5min":0.76800000000000002,"15min":0.76800000000000002},"max":{"1min":1.3180000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":1.1060000000000001}]},{"osd":2,"last update":"Wed Nov 15 03:55:34 2023","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.82899999999999996,"15min":0.83399999999999996},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.198,"5min":1.462,"15min":1.462},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.78800000000000003,"15min":0.78400000000000003},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":0.80600000000000005}]},{"osd":3,"last update":"Wed Nov 15 03:55:41 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.875,"15min":0.879},"min":{"1min":0.57299999999999995,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.109,"5min":1.7410000000000001,"15min":1.7410000000000001},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.94899999999999995,"15min":0.93899999999999995},"min":{"1min":0.72799999999999998,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.341,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.89600000000000002}]},{"osd":4,"last update":"Wed Nov 15 03:55:41 2023","interfaces":[{"interface":"back","average":{"1min":0.81599999999999995,"5min":0.84999999999999998,"15min":0.85399999999999998},"min":{"1min":0.63800000000000001,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.02,"5min":1.282,"15min":1.282},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.91400000000000003,"5min":0.89500000000000002,"15min":0.86899999999999999},"min":{"1min":0.68899999999999995,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.2410000000000001,"5min":1.8149999999999999,"15min":1.8149999999999999},"last":0.86599999999999999}]},{"osd":5,"last update":"Wed Nov 15 03:55:50 2023","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":0.995,"15min":0.995},"min":{"1min":0.76100000000000001,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.1850000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":1.016},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.0880000000000001,"15min":1.0700000000000001},"min":{"1min":0.85599999999999998,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.3029999999999999,"5min":1.919,"15min":1.919},"last":1.0029999999999999}]},{"osd":6,"last update":"Wed Nov 15 03:55:41 2023","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.069,"15min":1.0589999999999999},"min":{"1min":0.77100000000000002,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.4359999999999999,"5min":1.7150000000000001,"15min":1.7150000000000001},"last":1.218},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.113,"15min":1.123},"min":{"1min":0.88600000000000001,"5min":0.84199999999999997,"15min":0.84199999999999997},"max":{"1min":1.3600000000000001,"5min":1.45,"15min":1.45},"last":1.177}]},{"osd":7,"last update":"Wed Nov 15 03:55:50 2023","interfaces":[{"interface":"back","average":{"1min":1.214,"5min":1.1679999999999999,"15min":1.1279999999999999},"min":{"1min":1.0129999999999999,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.7070000000000001,"5min":1.923,"15min":1.923},"last":1.145},{"interface":"front","average":{"1min":1.206,"5min":1.2070000000000001,"15min":1.1890000000000001},"min":{"1min":0.997,"5min":0.94899999999999995,"15min":0.94899999999999995},"max":{"1min":1.7829999999999999,"5min":2.0720000000000001,"15min":2.0720000000000001},"last":1.268}]}]},{"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":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:34 2023","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.88700000000000001,"15min":0.871},"min":{"1min":0.70699999999999996,"5min":0.63,"15min":0.63},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":1.026},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.90600000000000003,"15min":0.89200000000000002},"min":{"1min":0.72499999999999998,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":1.095}]},{"osd":2,"last update":"Wed Nov 15 03:55:34 2023","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.92200000000000004,"15min":0.92600000000000005},"min":{"1min":0.68100000000000005,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.169,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.141},{"interface":"front","average":{"1min":1.0640000000000001,"5min":0.96099999999999997,"15min":0.94099999999999995},"min":{"1min":0.73699999999999999,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.98099999999999998}]},{"osd":3,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.85499999999999998,"15min":0.83799999999999997},"min":{"1min":0.626,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.82099999999999995},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.90800000000000003,"15min":0.89800000000000002},"min":{"1min":0.48099999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.76900000000000002}]},{"osd":4,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.91700000000000004,"15min":0.91700000000000004},"min":{"1min":0.68100000000000005,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.1779999999999999,"5min":1.27,"15min":1.27},"last":1.0720000000000001},{"interface":"front","average":{"1min":1.091,"5min":1.0740000000000001,"15min":1.0740000000000001},"min":{"1min":0.70999999999999996,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.9570000000000001,"5min":1.9570000000000001,"15min":1.9570000000000001},"last":1.2290000000000001}]},{"osd":5,"last update":"Wed Nov 15 03:55:46 2023","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.105,"15min":1.123},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.454,"5min":1.462,"15min":1.462},"last":0.85499999999999998},{"interface":"front","average":{"1min":1.0269999999999999,"5min":0.997,"15min":1},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.3380000000000001,"5min":1.4990000000000001,"15min":1.4990000000000001},"last":0.89600000000000002}]},{"osd":6,"last update":"Wed Nov 15 03:55:46 2023","interfaces":[{"interface":"back","average":{"1min":1.1739999999999999,"5min":1.169,"15min":1.1719999999999999},"min":{"1min":0.79000000000000004,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":2.0659999999999998,"5min":2.0659999999999998,"15min":2.0659999999999998},"last":1.722},{"interface":"front","average":{"1min":1.298,"5min":1.2290000000000001,"15min":1.2150000000000001},"min":{"1min":0.79900000000000004,"5min":0.77100000000000002,"15min":0.77100000000000002},"max":{"1min":1.9950000000000001,"5min":1.9950000000000001,"15min":1.9950000000000001},"last":1.256}]},{"osd":7,"last update":"Wed Nov 15 03:55:52 2023","interfaces":[{"interface":"back","average":{"1min":1.3149999999999999,"5min":1.29,"15min":1.2889999999999999},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.7909999999999999,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":1.1910000000000001},{"interface":"front","average":{"1min":1.204,"5min":1.1359999999999999,"15min":1.123},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.597,"5min":1.597,"15min":1.597},"last":1.1719999999999999}]}]},{"osd":4,"up_from":26,"seq":111669149742,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:38 2023","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.71699999999999997,"15min":0.71299999999999997},"min":{"1min":0.56599999999999995,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.89200000000000002,"5min":1.044,"15min":1.044},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.76500000000000001,"15min":0.75700000000000001},"min":{"1min":0.60399999999999998,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.0780000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.75800000000000001}]},{"osd":1,"last update":"Wed Nov 15 03:55:38 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.93000000000000005,"15min":0.92800000000000005},"min":{"1min":0.70899999999999996,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.2390000000000001,"5min":1.385,"15min":1.385},"last":0.93999999999999995},{"interface":"front","average":{"1min":0.95499999999999996,"5min":0.90100000000000002,"15min":0.88700000000000001},"min":{"1min":0.73699999999999999,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.0629999999999999,"5min":1.165,"15min":1.165},"last":0.79600000000000004}]},{"osd":2,"last update":"Wed Nov 15 03:55:38 2023","interfaces":[{"interface":"back","average":{"1min":0.84699999999999998,"5min":0.88600000000000001,"15min":0.877},"min":{"1min":0.63900000000000001,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.0649999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.94499999999999995,"15min":0.94899999999999995},"min":{"1min":0.64700000000000002,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.2589999999999999,"5min":1.355,"15min":1.355},"last":0.68999999999999995}]},{"osd":3,"last update":"Wed Nov 15 03:55:43 2023","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.0780000000000001,"15min":1.079},"min":{"1min":0.86399999999999999,"5min":0.751,"15min":0.751},"max":{"1min":1.2490000000000001,"5min":1.284,"15min":1.284},"last":1.0820000000000001},{"interface":"front","average":{"1min":1.042,"5min":1.02,"15min":1.014},"min":{"1min":0.82299999999999995,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.345,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":0.97399999999999998}]},{"osd":5,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":1.149,"5min":1.125,"15min":1.133},"min":{"1min":0.99199999999999999,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.3460000000000001,"5min":1.5149999999999999,"15min":1.5149999999999999},"last":1.27},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.125,"15min":1.1259999999999999},"min":{"1min":0.88500000000000001,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.4690000000000001,"5min":1.5349999999999999,"15min":1.5349999999999999},"last":1.117}]},{"osd":6,"last update":"Wed Nov 15 03:55:43 2023","interfaces":[{"interface":"back","average":{"1min":1.171,"5min":1.117,"15min":1.1020000000000001},"min":{"1min":0.85599999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.425,"5min":1.498,"15min":1.498},"last":1.2150000000000001},{"interface":"front","average":{"1min":1.1220000000000001,"5min":1.095,"15min":1.091},"min":{"1min":0.875,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.2849999999999999,"5min":1.429,"15min":1.429},"last":1.1559999999999999}]},{"osd":7,"last update":"Wed Nov 15 03:55:51 2023","interfaces":[{"interface":"back","average":{"1min":1.2529999999999999,"5min":1.2470000000000001,"15min":1.258},"min":{"1min":0.98399999999999999,"5min":0.85699999999999998,"15min":0.85699999999999998},"max":{"1min":1.431,"5min":1.5369999999999999,"15min":1.5369999999999999},"last":1.319},{"interface":"front","average":{"1min":1.365,"5min":1.329,"15min":1.327},"min":{"1min":1.1870000000000001,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.718,"5min":1.718,"15min":1.718},"last":1.351}]}]},{"osd":3,"up_from":28,"seq":120259084334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.879,"15min":0.86799999999999999},"min":{"1min":0.60299999999999998,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.1970000000000001,"5min":1.5069999999999999,"15min":1.5069999999999999},"last":0.83499999999999996},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.86099999999999999,"15min":0.83799999999999997},"min":{"1min":0.68300000000000005,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.3620000000000001,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.66900000000000004}]},{"osd":1,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.79200000000000004,"15min":0.79300000000000004},"min":{"1min":0.46200000000000002,"5min":0.372,"15min":0.372},"max":{"1min":1.552,"5min":1.552,"15min":1.552},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.85299999999999998,"15min":0.83999999999999997},"min":{"1min":0.53200000000000003,"5min":0.495,"15min":0.495},"max":{"1min":3.0830000000000002,"5min":3.0830000000000002,"15min":3.0830000000000002},"last":0.88300000000000001}]},{"osd":2,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.873,"15min":0.86499999999999999},"min":{"1min":0.71099999999999997,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.1120000000000001,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":0.94399999999999995},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.0740000000000001,"15min":1.071},"min":{"1min":0.85099999999999998,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.284,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.97799999999999998}]},{"osd":4,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":0.995,"15min":0.98699999999999999},"min":{"1min":0.64600000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.325,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.96299999999999997,"15min":0.95999999999999996},"min":{"1min":0.79700000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1819999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":0.749}]},{"osd":5,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":1.177,"5min":1.006,"15min":0.96599999999999997},"min":{"1min":0.58399999999999996,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":3.226,"5min":3.226,"15min":3.226},"last":1.075},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.0329999999999999,"15min":1.0049999999999999},"min":{"1min":0.66900000000000004,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.4330000000000001,"5min":1.6799999999999999,"15min":1.6799999999999999},"last":1.0649999999999999}]},{"osd":6,"last update":"Wed Nov 15 03:55:45 2023","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":1.018,"15min":1.002},"min":{"1min":0.76600000000000001,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.403,"5min":1.482,"15min":1.482},"last":1.0409999999999999},{"interface":"front","average":{"1min":1.206,"5min":1.153,"15min":1.133},"min":{"1min":0.92200000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.5029999999999999,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.111}]},{"osd":7,"last update":"Wed Nov 15 03:55:56 2023","interfaces":[{"interface":"back","average":{"1min":1.21,"5min":1.1439999999999999,"15min":1.1140000000000001},"min":{"1min":0.66200000000000003,"5min":0.55000000000000004,"15min":0.55000000000000004},"max":{"1min":1.5740000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.159},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.0620000000000001,"15min":1.028},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.5980000000000001,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":1.097}]}]},{"osd":6,"up_from":29,"seq":124554051629,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":150556,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.74099999999999999,"5min":0.75600000000000001,"15min":0.76800000000000002},"min":{"1min":0.51000000000000001,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":1.1559999999999999,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.78300000000000003},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.79800000000000004,"15min":0.80400000000000005},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.0900000000000001,"5min":1.173,"15min":1.173},"last":0.97099999999999997}]},{"osd":1,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.85899999999999999,"15min":0.86099999999999999},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.05,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.91600000000000004},{"interface":"front","average":{"1min":1.0149999999999999,"5min":0.99299999999999999,"15min":0.996},"min":{"1min":0.81799999999999995,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.3240000000000001,"5min":1.385,"15min":1.385},"last":0.94299999999999995}]},{"osd":2,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.92200000000000004,"15min":0.94399999999999995},"min":{"1min":0.58899999999999997,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.2629999999999999,"5min":1.286,"15min":1.286},"last":1.0249999999999999},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.89300000000000002,"15min":0.89200000000000002},"min":{"1min":0.65100000000000002,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.155,"5min":1.389,"15min":1.389},"last":0.73499999999999999}]},{"osd":3,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.89000000000000001,"15min":0.89600000000000002},"min":{"1min":0.70099999999999996,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":0.98199999999999998,"5min":1.306,"15min":1.306},"last":0.76400000000000001},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.077,"15min":1.0780000000000001},"min":{"1min":0.91100000000000003,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.393,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":1.1060000000000001}]},{"osd":4,"last update":"Wed Nov 15 03:55:39 2023","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.0009999999999999,"15min":1.002},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.379,"5min":1.379,"15min":1.379},"last":1.073},{"interface":"front","average":{"1min":1.0209999999999999,"5min":0.999,"15min":1.0009999999999999},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.284,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.048}]},{"osd":5,"last update":"Wed Nov 15 03:55:50 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.0880000000000001,"15min":1.0820000000000001},"min":{"1min":0.97999999999999998,"5min":0.88300000000000001,"15min":0.88300000000000001},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":1.1699999999999999},{"interface":"front","average":{"1min":1.2569999999999999,"5min":1.1990000000000001,"15min":1.1930000000000001},"min":{"1min":0.98199999999999998,"5min":0.73999999999999999,"15min":0.73999999999999999},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":1.3200000000000001}]},{"osd":7,"last update":"Wed Nov 15 03:55:50 2023","interfaces":[{"interface":"back","average":{"1min":1.2,"5min":1.2,"15min":1.204},"min":{"1min":1.024,"5min":0.84499999999999997,"15min":0.84499999999999997},"max":{"1min":1.613,"5min":1.613,"15min":1.613},"last":1.345},{"interface":"front","average":{"1min":1.304,"5min":1.244,"15min":1.236},"min":{"1min":1.032,"5min":0.91400000000000003,"15min":0.91400000000000003},"max":{"1min":1.613,"5min":1.613,"15min":1.613},"last":1.256}]}]}],"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-11-15T03:56:14.135 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-15T03:56:14.135 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-15T03:56:14.135 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-15T03:56:14.136 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-15T03:56:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:13 smithi143 bash[29116]: cluster 2023-11-15T03:56:12.545070+0000 mgr.smithi037.kdknfa (mgr.14182) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:13 smithi143 bash[29116]: audit 2023-11-15T03:56:12.776116+0000 mon.smithi037 (mon.0) 591 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:56:14.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:13 smithi143 bash[29116]: audit 2023-11-15T03:56:12.777970+0000 mon.smithi037 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:56:14.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:13 smithi143 bash[29116]: audit 2023-11-15T03:56:12.788414+0000 mon.smithi037 (mon.0) 593 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:14.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:13 smithi143 bash[29116]: audit 2023-11-15T03:56:12.795442+0000 mon.smithi037 (mon.0) 594 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:56:15.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:14 smithi143 bash[29116]: audit 2023-11-15T03:56:13.526751+0000 mgr.smithi037.kdknfa (mgr.14182) 202 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:56:15.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:14 smithi037 bash[25974]: audit 2023-11-15T03:56:13.526751+0000 mgr.smithi037.kdknfa (mgr.14182) 202 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:56:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:15 smithi143 bash[29116]: cluster 2023-11-15T03:56:14.545711+0000 mgr.smithi037.kdknfa (mgr.14182) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:16.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:15 smithi037 bash[25974]: cluster 2023-11-15T03:56:14.545711+0000 mgr.smithi037.kdknfa (mgr.14182) 203 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:18.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:17 smithi143 bash[29116]: cluster 2023-11-15T03:56:16.546308+0000 mgr.smithi037.kdknfa (mgr.14182) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:18.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:17 smithi037 bash[25974]: cluster 2023-11-15T03:56:16.546308+0000 mgr.smithi037.kdknfa (mgr.14182) 204 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:18.979 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/mon.smithi037/config 2023-11-15T03:56:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:19 smithi143 bash[29116]: cluster 2023-11-15T03:56:18.546879+0000 mgr.smithi037.kdknfa (mgr.14182) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:20.183 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:19 smithi037 bash[25974]: cluster 2023-11-15T03:56:18.546879+0000 mgr.smithi037.kdknfa (mgr.14182) 205 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:21.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:20 smithi037 bash[25974]: cluster 2023-11-15T03:56:20.547493+0000 mgr.smithi037.kdknfa (mgr.14182) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:21.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:20 smithi143 bash[29116]: cluster 2023-11-15T03:56:20.547493+0000 mgr.smithi037.kdknfa (mgr.14182) 206 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:22.069 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:56:22.663 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-15T03:56:22.663 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-15T03:56:22.664 INFO:tasks.cephadm:Setup complete, yielding 2023-11-15T03:56:22.664 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T03:56:22.675 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T03:56:22.676 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-15T03:56:22.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:22 smithi037 bash[25974]: audit 2023-11-15T03:56:22.068837+0000 mon.smithi037 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.37:0/290136320' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T03:56:23.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:22 smithi143 bash[29116]: audit 2023-11-15T03:56:22.068837+0000 mon.smithi037 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.37:0/290136320' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-15T03:56:24.105 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:23 smithi037 bash[25974]: cluster 2023-11-15T03:56:22.548202+0000 mgr.smithi037.kdknfa (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:24.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:23 smithi143 bash[29116]: cluster 2023-11-15T03:56:22.548202+0000 mgr.smithi037.kdknfa (mgr.14182) 207 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:25.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:24 smithi037 bash[25974]: cluster 2023-11-15T03:56:24.548883+0000 mgr.smithi037.kdknfa (mgr.14182) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:25.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:24 smithi143 bash[29116]: cluster 2023-11-15T03:56:24.548883+0000 mgr.smithi037.kdknfa (mgr.14182) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:25.996 INFO:teuthology.orchestra.run.smithi037.stdout:Backend: cephadm 2023-11-15T03:56:25.996 INFO:teuthology.orchestra.run.smithi037.stdout:Available: Yes 2023-11-15T03:56:25.997 INFO:teuthology.orchestra.run.smithi037.stdout:Paused: No 2023-11-15T03:56:26.623 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-15T03:56:28.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:27 smithi143 bash[29116]: audit 2023-11-15T03:56:25.995351+0000 mgr.smithi037.kdknfa (mgr.14182) 209 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:28.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:27 smithi143 bash[29116]: cluster 2023-11-15T03:56:26.549514+0000 mgr.smithi037.kdknfa (mgr.14182) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:28.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:27 smithi037 bash[25974]: audit 2023-11-15T03:56:25.995351+0000 mgr.smithi037.kdknfa (mgr.14182) 209 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:28.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:27 smithi037 bash[25974]: cluster 2023-11-15T03:56:26.549514+0000 mgr.smithi037.kdknfa (mgr.14182) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:29.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:28 smithi037 bash[25974]: cluster 2023-11-15T03:56:28.550137+0000 mgr.smithi037.kdknfa (mgr.14182) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:29.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:28 smithi143 bash[29116]: cluster 2023-11-15T03:56:28.550137+0000 mgr.smithi037.kdknfa (mgr.14182) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:29.627 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-15T03:56:29.628 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi037 smithi037 *:9093,9094 running (3m) 17s ago 5m 14.4M - 0.23.0 ba2b418f427c 2d3912239149 2023-11-15T03:56:29.628 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi037 smithi037 running (5m) 17s ago 5m 7847k - 16.2.14-170-g620f25c1 d02b7545bf4f 837f7dfc8a18 2023-11-15T03:56:29.628 INFO:teuthology.orchestra.run.smithi037.stdout:crash.smithi143 smithi143 running (5m) 17s ago 5m 9119k - 16.2.14-170-g620f25c1 d02b7545bf4f 8a3890b16d0f 2023-11-15T03:56:29.628 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi037 smithi037 *:3000 running (3m) 17s ago 5m 41.3M - 8.3.5 dad864ee21e9 46b654f1ef8f 2023-11-15T03:56:29.629 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi037.kdknfa smithi037 *:9283 running (7m) 17s ago 7m 428M - 16.2.14-170-g620f25c1 d02b7545bf4f 79793eaf966b 2023-11-15T03:56:29.629 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.smithi143.wbmnko smithi143 *:8443,9283 running (5m) 17s ago 5m 377M - 16.2.14-170-g620f25c1 d02b7545bf4f e6b114e8423d 2023-11-15T03:56:29.629 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi037 smithi037 running (7m) 17s ago 7m 59.9M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f 5ef9bfb2bd0c 2023-11-15T03:56:29.629 INFO:teuthology.orchestra.run.smithi037.stdout:mon.smithi143 smithi143 running (5m) 17s ago 5m 56.8M 2048M 16.2.14-170-g620f25c1 d02b7545bf4f af6d96227539 2023-11-15T03:56:29.629 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 *:9100 running (5m) 17s ago 5m 11.9M - 1.3.1 1dbe0e931976 5bd47c82e6df 2023-11-15T03:56:29.630 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi143 smithi143 *:9100 running (5m) 17s ago 5m 11.2M - 1.3.1 1dbe0e931976 c1970da75a28 2023-11-15T03:56:29.630 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi143 running (4m) 17s ago 4m 35.2M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f f0c8d1a80cb7 2023-11-15T03:56:29.630 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (4m) 17s ago 4m 35.3M 3530M 16.2.14-170-g620f25c1 d02b7545bf4f 76c4c92073d4 2023-11-15T03:56:29.630 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi143 running (4m) 17s ago 4m 34.5M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f 7f2801566be7 2023-11-15T03:56:29.630 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (4m) 17s ago 4m 34.2M 3530M 16.2.14-170-g620f25c1 d02b7545bf4f 20ee55e0a85c 2023-11-15T03:56:29.631 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi143 running (4m) 17s ago 4m 34.9M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f 327d62351a97 2023-11-15T03:56:29.631 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi037 running (3m) 17s ago 3m 36.1M 3530M 16.2.14-170-g620f25c1 d02b7545bf4f 0bb63b22ae10 2023-11-15T03:56:29.631 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi143 running (4m) 17s ago 4m 35.5M 3785M 16.2.14-170-g620f25c1 d02b7545bf4f dad335c9e002 2023-11-15T03:56:29.631 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi037 running (3m) 17s ago 3m 35.3M 3530M 16.2.14-170-g620f25c1 d02b7545bf4f 5368b309758e 2023-11-15T03:56:29.631 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi143 smithi143 *:9095 running (4m) 17s ago 4m 54.4M - 2.33.4 514e6a882f6e d5708a16c6e5 2023-11-15T03:56:30.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:29 smithi037 bash[25974]: audit 2023-11-15T03:56:29.613612+0000 mgr.smithi037.kdknfa (mgr.14182) 212 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:30.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:29 smithi143 bash[29116]: audit 2023-11-15T03:56:29.613612+0000 mgr.smithi037.kdknfa (mgr.14182) 212 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:30.250 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-15T03:56:31.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:30 smithi037 bash[25974]: cluster 2023-11-15T03:56:30.550727+0000 mgr.smithi037.kdknfa (mgr.14182) 213 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:31.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:30 smithi143 bash[29116]: cluster 2023-11-15T03:56:30.550727+0000 mgr.smithi037.kdknfa (mgr.14182) 213 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:33.360 INFO:teuthology.orchestra.run.smithi037.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-15T03:56:33.360 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager ?:9093,9094 1/1 21s ago 6m count:1 2023-11-15T03:56:33.360 INFO:teuthology.orchestra.run.smithi037.stdout:crash 2/2 21s ago 6m * 2023-11-15T03:56:33.360 INFO:teuthology.orchestra.run.smithi037.stdout:grafana ?:3000 1/1 21s ago 6m count:1 2023-11-15T03:56:33.361 INFO:teuthology.orchestra.run.smithi037.stdout:mgr 2/2 21s ago 6m count:2 2023-11-15T03:56:33.361 INFO:teuthology.orchestra.run.smithi037.stdout:mon 2/2 21s ago 5m smithi037:172.21.15.37=smithi037;smithi143:172.21.15.143=smithi143;count:2 2023-11-15T03:56:33.361 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter ?:9100 2/2 21s ago 6m * 2023-11-15T03:56:33.361 INFO:teuthology.orchestra.run.smithi037.stdout:osd.all-available-devices 8 21s ago 4m * 2023-11-15T03:56:33.361 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus ?:9095 1/1 20s ago 6m count:1 2023-11-15T03:56:33.960 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-15T03:56:34.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:33 smithi143 bash[29116]: cluster 2023-11-15T03:56:32.551340+0000 mgr.smithi037.kdknfa (mgr.14182) 214 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:34.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:33 smithi037 bash[25974]: cluster 2023-11-15T03:56:32.551340+0000 mgr.smithi037.kdknfa (mgr.14182) 214 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:35.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:34 smithi143 bash[29116]: audit 2023-11-15T03:56:33.348572+0000 mgr.smithi037.kdknfa (mgr.14182) 215 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:35.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:34 smithi143 bash[29116]: cluster 2023-11-15T03:56:34.551948+0000 mgr.smithi037.kdknfa (mgr.14182) 216 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:35.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:34 smithi037 bash[25974]: audit 2023-11-15T03:56:33.348572+0000 mgr.smithi037.kdknfa (mgr.14182) 215 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:35.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:34 smithi037 bash[25974]: cluster 2023-11-15T03:56:34.551948+0000 mgr.smithi037.kdknfa (mgr.14182) 216 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:37.070 INFO:teuthology.orchestra.run.smithi037.stdout:HOST ADDR LABELS STATUS 2023-11-15T03:56:37.070 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 172.21.15.37 2023-11-15T03:56:37.070 INFO:teuthology.orchestra.run.smithi037.stdout:smithi143 172.21.15.143 2023-11-15T03:56:37.073 INFO:teuthology.orchestra.run.smithi037.stdout:2 hosts in cluster 2023-11-15T03:56:37.701 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-15T03:56:37.960 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:37 smithi037 bash[25974]: cluster 2023-11-15T03:56:36.552564+0000 mgr.smithi037.kdknfa (mgr.14182) 217 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:38.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:37 smithi143 bash[29116]: cluster 2023-11-15T03:56:36.552564+0000 mgr.smithi037.kdknfa (mgr.14182) 217 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:38.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:38 smithi037 bash[25974]: audit 2023-11-15T03:56:37.068606+0000 mgr.smithi037.kdknfa (mgr.14182) 218 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:39.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:38 smithi143 bash[29116]: audit 2023-11-15T03:56:37.068606+0000 mgr.smithi037.kdknfa (mgr.14182) 218 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:40.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:39 smithi037 bash[25974]: cluster 2023-11-15T03:56:38.553181+0000 mgr.smithi037.kdknfa (mgr.14182) 219 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:40.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:39 smithi143 bash[29116]: cluster 2023-11-15T03:56:38.553181+0000 mgr.smithi037.kdknfa (mgr.14182) 219 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:40.683 INFO:teuthology.orchestra.run.smithi037.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T03:56:40.683 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme0n1 ssd _CVFT5331005T400BGN 372G 3m ago LVM detected, locked 2023-11-15T03:56:40.683 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme1n1 ssd _72eed7d80bdf33bb 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:40.683 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme2n1 ssd _28234dd1e3669ead 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:40.684 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme3n1 ssd _74daec3b982086b2 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:40.684 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme4n1 ssd _d74233dccd644dc3 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:40.684 INFO:teuthology.orchestra.run.smithi037.stdout:smithi143 /dev/nvme0n1 ssd _CVFT62330073400BGN 372G 3m ago LVM detected, locked 2023-11-15T03:56:40.684 INFO:teuthology.orchestra.run.smithi037.stdout:smithi143 /dev/nvme1n1 ssd _86433620f1212b83 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:40.684 INFO:teuthology.orchestra.run.smithi037.stdout:smithi143 /dev/nvme2n1 ssd _881e5c519e684b0f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:40.685 INFO:teuthology.orchestra.run.smithi037.stdout:smithi143 /dev/nvme3n1 ssd _79a694adf504e1b6 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:40.685 INFO:teuthology.orchestra.run.smithi037.stdout:smithi143 /dev/nvme4n1 ssd _a19dce69d6692789 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:41.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:40 smithi037 bash[25974]: cluster 2023-11-15T03:56:40.553752+0000 mgr.smithi037.kdknfa (mgr.14182) 220 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:41.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:40 smithi037 bash[25974]: audit 2023-11-15T03:56:40.675279+0000 mgr.smithi037.kdknfa (mgr.14182) 221 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:41.334 INFO:teuthology.run_tasks:Running task vip... 2023-11-15T03:56:41.343 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-15T03:56:41.344 INFO:tasks.vip:peername 172.21.15.37 2023-11-15T03:56:41.348 INFO:tasks.vip:172.21.15.37 in 172.21.0.0/20, pos 3876 2023-11-15T03:56:41.353 INFO:tasks.vip:smithi037.front.sepia.ceph.com static 10.0.15.37, vnet 10.0.0.0/16 2023-11-15T03:56:41.354 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-15T03:56:41.354 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip route ls 2023-11-15T03:56:41.369 INFO:teuthology.orchestra.run.smithi037.stdout:default via 172.21.15.254 dev ens1f0 2023-11-15T03:56:41.369 INFO:teuthology.orchestra.run.smithi037.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T03:56:41.369 INFO:teuthology.orchestra.run.smithi037.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 2023-11-15T03:56:41.371 INFO:tasks.vip:Configuring 10.0.15.37 on smithi037.front.sepia.ceph.com iface ens1f0... 2023-11-15T03:56:41.371 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip addr add 10.0.15.37/16 dev ens1f0 2023-11-15T03:56:41.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:40 smithi143 bash[29116]: cluster 2023-11-15T03:56:40.553752+0000 mgr.smithi037.kdknfa (mgr.14182) 220 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:41.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:40 smithi143 bash[29116]: audit 2023-11-15T03:56:40.675279+0000 mgr.smithi037.kdknfa (mgr.14182) 221 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:41.428 INFO:tasks.vip:peername 172.21.15.143 2023-11-15T03:56:41.431 INFO:tasks.vip:172.21.15.143 in 172.21.0.0/20, pos 3982 2023-11-15T03:56:41.435 INFO:tasks.vip:smithi143.front.sepia.ceph.com static 10.0.15.143, vnet 10.0.0.0/16 2023-11-15T03:56:41.435 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip route ls 2023-11-15T03:56:41.451 INFO:teuthology.orchestra.run.smithi143.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-15T03:56:41.451 INFO:teuthology.orchestra.run.smithi143.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.143 metric 100 2023-11-15T03:56:41.451 INFO:teuthology.orchestra.run.smithi143.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-15T03:56:41.452 INFO:teuthology.orchestra.run.smithi143.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.143 2023-11-15T03:56:41.452 INFO:teuthology.orchestra.run.smithi143.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.143 metric 100 2023-11-15T03:56:41.453 INFO:tasks.vip:Configuring 10.0.15.143 on smithi143.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T03:56:41.453 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr add 10.0.15.143/16 dev enp3s0f1 2023-11-15T03:56:41.511 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T03:56:41.520 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T03:56:41.520 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-15T03:56:44.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:43 smithi143 bash[29116]: cluster 2023-11-15T03:56:42.554394+0000 mgr.smithi037.kdknfa (mgr.14182) 222 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:44.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:43 smithi037 bash[25974]: cluster 2023-11-15T03:56:42.554394+0000 mgr.smithi037.kdknfa (mgr.14182) 222 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:44.517 INFO:teuthology.orchestra.run.smithi037.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-15T03:56:44.518 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme0n1 ssd _CVFT5331005T400BGN 372G 3m ago LVM detected, locked 2023-11-15T03:56:44.518 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme1n1 ssd _72eed7d80bdf33bb 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:44.518 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme2n1 ssd _28234dd1e3669ead 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:44.518 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme3n1 ssd _74daec3b982086b2 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:44.519 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 /dev/nvme4n1 ssd _d74233dccd644dc3 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:44.519 INFO:teuthology.orchestra.run.smithi037.stdout:smithi143 /dev/nvme0n1 ssd _CVFT62330073400BGN 372G 3m ago LVM detected, locked 2023-11-15T03:56:44.519 INFO:teuthology.orchestra.run.smithi037.stdout:smithi143 /dev/nvme1n1 ssd _86433620f1212b83 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:44.519 INFO:teuthology.orchestra.run.smithi037.stdout:smithi143 /dev/nvme2n1 ssd _881e5c519e684b0f 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:44.519 INFO:teuthology.orchestra.run.smithi037.stdout:smithi143 /dev/nvme3n1 ssd _79a694adf504e1b6 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:44.520 INFO:teuthology.orchestra.run.smithi037.stdout:smithi143 /dev/nvme4n1 ssd _a19dce69d6692789 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-15T03:56:45.158 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:44 smithi037 bash[25974]: audit 2023-11-15T03:56:44.507878+0000 mgr.smithi037.kdknfa (mgr.14182) 223 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:45.158 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:44 smithi037 bash[25974]: audit 2023-11-15T03:56:44.550382+0000 mon.smithi037 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:56:45.158 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:44 smithi037 bash[25974]: cluster 2023-11-15T03:56:44.555027+0000 mgr.smithi037.kdknfa (mgr.14182) 224 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:45.159 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T03:56:45.169 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T03:56:45.169 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T03:56:45.183 INFO:teuthology.orchestra.run.smithi037.stderr:+ systemctl stop nfs-server 2023-11-15T03:56:45.206 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi143.front.sepia.ceph.com 2023-11-15T03:56:45.206 DEBUG:teuthology.orchestra.run.smithi143:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-15T03:56:45.219 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:44 smithi143 bash[29116]: audit 2023-11-15T03:56:44.507878+0000 mgr.smithi037.kdknfa (mgr.14182) 223 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:45.219 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:44 smithi143 bash[29116]: audit 2023-11-15T03:56:44.550382+0000 mon.smithi037 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:56:45.220 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:44 smithi143 bash[29116]: cluster 2023-11-15T03:56:44.555027+0000 mgr.smithi037.kdknfa (mgr.14182) 224 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:45.222 INFO:teuthology.orchestra.run.smithi143.stderr:+ systemctl stop nfs-server 2023-11-15T03:56:45.247 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T03:56:45.258 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T03:56:45.259 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-11-15T03:56:48.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:47 smithi143 bash[29116]: cluster 2023-11-15T03:56:46.555640+0000 mgr.smithi037.kdknfa (mgr.14182) 225 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:48.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:47 smithi037 bash[25974]: cluster 2023-11-15T03:56:46.555640+0000 mgr.smithi037.kdknfa (mgr.14182) 225 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:48.249 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled rgw.foorgw update... 2023-11-15T03:56:48.870 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.37/16' 2023-11-15T03:56:49.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:49 smithi143 bash[29116]: audit 2023-11-15T03:56:48.236970+0000 mgr.smithi037.kdknfa (mgr.14182) 226 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:49.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:49 smithi143 bash[29116]: cephadm 2023-11-15T03:56:48.239884+0000 mgr.smithi037.kdknfa (mgr.14182) 227 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T03:56:49.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:49 smithi143 bash[29116]: audit 2023-11-15T03:56:48.247647+0000 mon.smithi037 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:49.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:49 smithi143 bash[29116]: cluster 2023-11-15T03:56:48.556345+0000 mgr.smithi037.kdknfa (mgr.14182) 228 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:49.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:49 smithi037 bash[25974]: audit 2023-11-15T03:56:48.236970+0000 mgr.smithi037.kdknfa (mgr.14182) 226 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:49.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:49 smithi037 bash[25974]: cephadm 2023-11-15T03:56:48.239884+0000 mgr.smithi037.kdknfa (mgr.14182) 227 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T03:56:49.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:49 smithi037 bash[25974]: audit 2023-11-15T03:56:48.247647+0000 mon.smithi037 (mon.0) 597 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:49.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:49 smithi037 bash[25974]: cluster 2023-11-15T03:56:48.556345+0000 mgr.smithi037.kdknfa (mgr.14182) 228 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:51.630 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:51 smithi037 bash[25974]: audit 2023-11-15T03:56:50.352669+0000 mon.smithi037 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:51.630 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:51 smithi037 bash[25974]: cluster 2023-11-15T03:56:50.556908+0000 mgr.smithi037.kdknfa (mgr.14182) 229 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:51.630 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:51 smithi037 bash[25974]: audit 2023-11-15T03:56:50.614884+0000 mon.smithi037 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:51.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:51 smithi143 bash[29116]: audit 2023-11-15T03:56:50.352669+0000 mon.smithi037 (mon.0) 598 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:51.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:51 smithi143 bash[29116]: cluster 2023-11-15T03:56:50.556908+0000 mgr.smithi037.kdknfa (mgr.14182) 229 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:51.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:51 smithi143 bash[29116]: audit 2023-11-15T03:56:50.614884+0000 mon.smithi037 (mon.0) 599 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:53.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:52 smithi037 bash[25974]: audit 2023-11-15T03:56:52.018180+0000 mon.smithi037 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T03:56:53.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:52 smithi143 bash[29116]: audit 2023-11-15T03:56:52.018180+0000 mon.smithi037 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-15T03:56:54.005 INFO:teuthology.orchestra.run.smithi037.stdout:NFS Cluster Created Successfully 2023-11-15T03:56:54.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:53 smithi037 bash[25974]: audit 2023-11-15T03:56:52.016197+0000 mgr.smithi037.kdknfa (mgr.14182) 230 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.37/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:54.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:53 smithi037 bash[25974]: cluster 2023-11-15T03:56:52.557482+0000 mgr.smithi037.kdknfa (mgr.14182) 231 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:54.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:53 smithi037 bash[25974]: audit 2023-11-15T03:56:52.912098+0000 mon.smithi037 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T03:56:54.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:53 smithi037 bash[25974]: cluster 2023-11-15T03:56:52.912292+0000 mon.smithi037 (mon.0) 602 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T03:56:54.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:53 smithi037 bash[25974]: audit 2023-11-15T03:56:52.920915+0000 mon.smithi037 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T03:56:54.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:53 smithi143 bash[29116]: audit 2023-11-15T03:56:52.016197+0000 mgr.smithi037.kdknfa (mgr.14182) 230 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.37/16", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:56:54.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:53 smithi143 bash[29116]: cluster 2023-11-15T03:56:52.557482+0000 mgr.smithi037.kdknfa (mgr.14182) 231 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:54.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:53 smithi143 bash[29116]: audit 2023-11-15T03:56:52.912098+0000 mon.smithi037 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-15T03:56:54.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:53 smithi143 bash[29116]: cluster 2023-11-15T03:56:52.912292+0000 mon.smithi037 (mon.0) 602 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-15T03:56:54.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:53 smithi143 bash[29116]: audit 2023-11-15T03:56:52.920915+0000 mon.smithi037 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-15T03:56:54.675 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-15T03:56:54.687 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T03:56:54.688 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-11-15T03:56:54.704 INFO:teuthology.orchestra.run.smithi037.stderr:+ dnf install -y python3-boto3 2023-11-15T03:56:54.704 INFO:teuthology.orchestra.run.smithi037.stderr:bash: dnf: command not found 2023-11-15T03:56:54.705 INFO:teuthology.orchestra.run.smithi037.stderr:+ apt install -y python3-boto3 2023-11-15T03:56:54.710 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:56:54.711 INFO:teuthology.orchestra.run.smithi037.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-11-15T03:56:54.711 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T03:56:54.778 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2023-11-15T03:56:54.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:54 smithi037 bash[25974]: audit 2023-11-15T03:56:53.914026+0000 mon.smithi037 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T03:56:54.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:54 smithi037 bash[25974]: cluster 2023-11-15T03:56:53.914182+0000 mon.smithi037 (mon.0) 605 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T03:56:54.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:54 smithi037 bash[25974]: cephadm 2023-11-15T03:56:53.988576+0000 mgr.smithi037.kdknfa (mgr.14182) 232 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T03:56:54.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:54 smithi037 bash[25974]: audit 2023-11-15T03:56:53.993726+0000 mon.smithi037 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:54.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:54 smithi037 bash[25974]: cephadm 2023-11-15T03:56:53.997675+0000 mgr.smithi037.kdknfa (mgr.14182) 233 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T03:56:54.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:54 smithi037 bash[25974]: audit 2023-11-15T03:56:54.003765+0000 mon.smithi037 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:54.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:54 smithi037 bash[25974]: cluster 2023-11-15T03:56:54.558027+0000 mgr.smithi037.kdknfa (mgr.14182) 234 : cluster [DBG] pgmap v208: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:55.093 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2023-11-15T03:56:55.093 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2023-11-15T03:56:55.314 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages were automatically installed and are no longer required: 2023-11-15T03:56:55.315 INFO:teuthology.orchestra.run.smithi037.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2023-11-15T03:56:55.315 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2023-11-15T03:56:55.315 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-extra-4.15.0-194-generic 2023-11-15T03:56:55.315 INFO:teuthology.orchestra.run.smithi037.stdout:Use 'sudo apt autoremove' to remove them. 2023-11-15T03:56:55.315 INFO:teuthology.orchestra.run.smithi037.stdout:The following additional packages will be installed: 2023-11-15T03:56:55.316 INFO:teuthology.orchestra.run.smithi037.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-dateutil 2023-11-15T03:56:55.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-docutils python3-jmespath python3-olefile python3-pil 2023-11-15T03:56:55.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pygments python3-roman python3-s3transfer sgml-base xml-core 2023-11-15T03:56:55.318 INFO:teuthology.orchestra.run.smithi037.stdout:Suggested packages: 2023-11-15T03:56:55.319 INFO:teuthology.orchestra.run.smithi037.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2023-11-15T03:56:55.319 INFO:teuthology.orchestra.run.smithi037.stdout: texlive-latex-base texlive-latex-recommended python-pil-doc python3-pil-dbg 2023-11-15T03:56:55.319 INFO:teuthology.orchestra.run.smithi037.stdout: sgml-base-doc debhelper 2023-11-15T03:56:55.362 INFO:teuthology.orchestra.run.smithi037.stdout:The following NEW packages will be installed: 2023-11-15T03:56:55.364 INFO:teuthology.orchestra.run.smithi037.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2023-11-15T03:56:55.364 INFO:teuthology.orchestra.run.smithi037.stdout: python3-dateutil python3-docutils python3-jmespath python3-olefile 2023-11-15T03:56:55.364 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pil python3-pygments python3-roman python3-s3transfer sgml-base 2023-11-15T03:56:55.364 INFO:teuthology.orchestra.run.smithi037.stdout: xml-core 2023-11-15T03:56:55.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:54 smithi143 bash[29116]: audit 2023-11-15T03:56:53.914026+0000 mon.smithi037 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-15T03:56:55.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:54 smithi143 bash[29116]: cluster 2023-11-15T03:56:53.914182+0000 mon.smithi037 (mon.0) 605 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-15T03:56:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:54 smithi143 bash[29116]: cephadm 2023-11-15T03:56:53.988576+0000 mgr.smithi037.kdknfa (mgr.14182) 232 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-15T03:56:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:54 smithi143 bash[29116]: audit 2023-11-15T03:56:53.993726+0000 mon.smithi037 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:54 smithi143 bash[29116]: cephadm 2023-11-15T03:56:53.997675+0000 mgr.smithi037.kdknfa (mgr.14182) 233 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-15T03:56:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:54 smithi143 bash[29116]: audit 2023-11-15T03:56:54.003765+0000 mon.smithi037 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:56:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:54 smithi143 bash[29116]: cluster 2023-11-15T03:56:54.558027+0000 mgr.smithi037.kdknfa (mgr.14182) 234 : cluster [DBG] pgmap v208: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:55.577 INFO:teuthology.orchestra.run.smithi037.stdout:0 upgraded, 15 newly installed, 0 to remove and 145 not upgraded. 2023-11-15T03:56:55.578 INFO:teuthology.orchestra.run.smithi037.stdout:Need to get 4,955 kB of archives. 2023-11-15T03:56:55.578 INFO:teuthology.orchestra.run.smithi037.stdout:After this operation, 55.1 MB of additional disk space will be used. 2023-11-15T03:56:55.578 INFO:teuthology.orchestra.run.smithi037.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 sgml-base all 1.29 [12.3 kB] 2023-11-15T03:56:55.660 INFO:teuthology.orchestra.run.smithi037.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 xml-core all 0.18 [21.3 kB] 2023-11-15T03:56:55.701 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 docutils-common all 0.14+dfsg-3 [156 kB] 2023-11-15T03:56:55.925 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] 2023-11-15T03:56:55.934 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] 2023-11-15T03:56:55.938 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dateutil all 2.6.1-1 [52.3 kB] 2023-11-15T03:56:55.964 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-roman all 2.0.0-3 [8,624 B] 2023-11-15T03:56:55.968 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-docutils all 0.14+dfsg-3 [363 kB] 2023-11-15T03:56:56.072 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-jmespath all 0.9.3-1ubuntu1.1 [18.8 kB] 2023-11-15T03:56:56.075 INFO:teuthology.orchestra.run.smithi037.stdout:Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-botocore all 1.16.19+repack-1ubuntu0.18.04.1 [3,255 kB] 2023-11-15T03:56:56.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:55 smithi037 bash[25974]: cluster 2023-11-15T03:56:54.926159+0000 mon.smithi037 (mon.0) 608 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T03:56:56.285 INFO:teuthology.orchestra.run.smithi037.stdout:Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-s3transfer all 0.3.3-1ubuntu0.18.04.1 [46.7 kB] 2023-11-15T03:56:56.351 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:55 smithi143 bash[29116]: cluster 2023-11-15T03:56:54.926159+0000 mon.smithi037 (mon.0) 608 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-15T03:56:56.450 INFO:teuthology.orchestra.run.smithi037.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-boto3 all 1.4.2-1 [61.8 kB] 2023-11-15T03:56:56.724 INFO:teuthology.orchestra.run.smithi037.stdout:Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-olefile all 0.45.1-1 [33.3 kB] 2023-11-15T03:56:56.755 INFO:teuthology.orchestra.run.smithi037.stdout:Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pil amd64 5.1.0-1ubuntu0.8 [331 kB] 2023-11-15T03:56:56.959 INFO:teuthology.orchestra.run.smithi037.stdout:Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pygments all 2.2.0+dfsg-1ubuntu0.2 [574 kB] 2023-11-15T03:56:57.374 INFO:teuthology.orchestra.run.smithi037.stderr:debconf: unable to initialize frontend: Dialog 2023-11-15T03:56:57.374 INFO:teuthology.orchestra.run.smithi037.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-11-15T03:56:57.374 INFO:teuthology.orchestra.run.smithi037.stderr:debconf: falling back to frontend: Readline 2023-11-15T03:56:57.401 INFO:teuthology.orchestra.run.smithi037.stderr:debconf: unable to initialize frontend: Readline 2023-11-15T03:56:57.402 INFO:teuthology.orchestra.run.smithi037.stderr:debconf: (This frontend requires a controlling tty.) 2023-11-15T03:56:57.402 INFO:teuthology.orchestra.run.smithi037.stderr:debconf: falling back to frontend: Teletype 2023-11-15T03:56:57.407 INFO:teuthology.orchestra.run.smithi037.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-11-15T03:56:57.484 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 4,955 kB in 2s (2,935 kB/s) 2023-11-15T03:56:58.111 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package sgml-base. 2023-11-15T03:56:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:57 smithi143 bash[29116]: cluster 2023-11-15T03:56:56.558677+0000 mgr.smithi037.kdknfa (mgr.14182) 235 : cluster [DBG] pgmap v210: 33 pgs: 4 creating+peering, 15 active+clean, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:57 smithi143 bash[29116]: cluster 2023-11-15T03:56:56.943853+0000 mon.smithi037 (mon.0) 609 : cluster [DBG] mgrmap e19: smithi037.kdknfa(active, since 5m), standbys: smithi143.wbmnko 2023-11-15T03:56:58.177 INFO:teuthology.orchestra.run.smithi037.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 ... 172445 files and directories currently installed.) 2023-11-15T03:56:58.182 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../00-sgml-base_1.29_all.deb ... 2023-11-15T03:56:58.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:57 smithi037 bash[25974]: cluster 2023-11-15T03:56:56.558677+0000 mgr.smithi037.kdknfa (mgr.14182) 235 : cluster [DBG] pgmap v210: 33 pgs: 4 creating+peering, 15 active+clean, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:58.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:57 smithi037 bash[25974]: cluster 2023-11-15T03:56:56.943853+0000 mon.smithi037 (mon.0) 609 : cluster [DBG] mgrmap e19: smithi037.kdknfa(active, since 5m), standbys: smithi143.wbmnko 2023-11-15T03:56:58.283 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking sgml-base (1.29) ... 2023-11-15T03:56:59.075 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package xml-core. 2023-11-15T03:56:59.087 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../01-xml-core_0.18_all.deb ... 2023-11-15T03:56:59.144 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking xml-core (0.18) ... 2023-11-15T03:56:59.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:56:58 smithi037 bash[25974]: cluster 2023-11-15T03:56:58.559354+0000 mgr.smithi037.kdknfa (mgr.14182) 236 : cluster [DBG] pgmap v211: 33 pgs: 2 creating+peering, 31 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:59.277 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:56:58 smithi143 bash[29116]: cluster 2023-11-15T03:56:58.559354+0000 mgr.smithi037.kdknfa (mgr.14182) 236 : cluster [DBG] pgmap v211: 33 pgs: 2 creating+peering, 31 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:56:59.572 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package docutils-common. 2023-11-15T03:56:59.589 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../02-docutils-common_0.14+dfsg-3_all.deb ... 2023-11-15T03:56:59.630 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking docutils-common (0.14+dfsg-3) ... 2023-11-15T03:57:00.144 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libpaper1:amd64. 2023-11-15T03:57:00.158 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../03-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-11-15T03:57:00.236 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-11-15T03:57:01.083 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libpaper-utils. 2023-11-15T03:57:01.098 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../04-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... 2023-11-15T03:57:01.151 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-11-15T03:57:01.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:01 smithi143 bash[29116]: audit 2023-11-15T03:57:00.079009+0000 mon.smithi037 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:01.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:01 smithi143 bash[29116]: cluster 2023-11-15T03:57:00.560031+0000 mgr.smithi037.kdknfa (mgr.14182) 237 : cluster [DBG] pgmap v212: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:57:01.429 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-dateutil. 2023-11-15T03:57:01.442 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../05-python3-dateutil_2.6.1-1_all.deb ... 2023-11-15T03:57:01.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:01 smithi037 bash[25974]: audit 2023-11-15T03:57:00.079009+0000 mon.smithi037 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:01.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:01 smithi037 bash[25974]: cluster 2023-11-15T03:57:00.560031+0000 mgr.smithi037.kdknfa (mgr.14182) 237 : cluster [DBG] pgmap v212: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:57:01.479 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-dateutil (2.6.1-1) ... 2023-11-15T03:57:01.790 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-roman. 2023-11-15T03:57:01.807 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../06-python3-roman_2.0.0-3_all.deb ... 2023-11-15T03:57:01.849 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-roman (2.0.0-3) ... 2023-11-15T03:57:02.177 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-docutils. 2023-11-15T03:57:02.194 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../07-python3-docutils_0.14+dfsg-3_all.deb ... 2023-11-15T03:57:02.239 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-docutils (0.14+dfsg-3) ... 2023-11-15T03:57:02.607 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jmespath. 2023-11-15T03:57:02.623 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../08-python3-jmespath_0.9.3-1ubuntu1.1_all.deb ... 2023-11-15T03:57:02.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: audit 2023-11-15T03:57:01.385651+0000 mon.smithi037 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:02.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: audit 2023-11-15T03:57:01.386974+0000 mon.smithi037 (mon.0) 612 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:02.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: audit 2023-11-15T03:57:01.387854+0000 mon.smithi037 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:57:02.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: audit 2023-11-15T03:57:01.396993+0000 mon.smithi037 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:02.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: audit 2023-11-15T03:57:01.401987+0000 mon.smithi037 (mon.0) 615 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:57:02.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: cephadm 2023-11-15T03:57:01.407762+0000 mgr.smithi037.kdknfa (mgr.14182) 238 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T03:57:02.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: audit 2023-11-15T03:57:01.411776+0000 mon.smithi037 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:02.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: audit 2023-11-15T03:57:01.412529+0000 mon.smithi037 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.tplwaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T03:57:02.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: audit 2023-11-15T03:57:01.417125+0000 mon.smithi037 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.tplwaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T03:57:02.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: audit 2023-11-15T03:57:01.424288+0000 mon.smithi037 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:02.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: audit 2023-11-15T03:57:01.425509+0000 mon.smithi037 (mon.0) 620 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:02.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:02 smithi143 bash[29116]: cephadm 2023-11-15T03:57:01.426684+0000 mgr.smithi037.kdknfa (mgr.14182) 239 : cephadm [INF] Deploying daemon rgw.foorgw.smithi143.tplwaq on smithi143 2023-11-15T03:57:02.665 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-11-15T03:57:02.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: audit 2023-11-15T03:57:01.385651+0000 mon.smithi037 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:02.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: audit 2023-11-15T03:57:01.386974+0000 mon.smithi037 (mon.0) 612 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:02.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: audit 2023-11-15T03:57:01.387854+0000 mon.smithi037 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:57:02.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: audit 2023-11-15T03:57:01.396993+0000 mon.smithi037 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:02.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: audit 2023-11-15T03:57:01.401987+0000 mon.smithi037 (mon.0) 615 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:57:02.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: cephadm 2023-11-15T03:57:01.407762+0000 mgr.smithi037.kdknfa (mgr.14182) 238 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2023-11-15T03:57:02.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: audit 2023-11-15T03:57:01.411776+0000 mon.smithi037 (mon.0) 616 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:02.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: audit 2023-11-15T03:57:01.412529+0000 mon.smithi037 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.tplwaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T03:57:02.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: audit 2023-11-15T03:57:01.417125+0000 mon.smithi037 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi143.tplwaq", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T03:57:02.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: audit 2023-11-15T03:57:01.424288+0000 mon.smithi037 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:02.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: audit 2023-11-15T03:57:01.425509+0000 mon.smithi037 (mon.0) 620 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:02.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:02 smithi037 bash[25974]: cephadm 2023-11-15T03:57:01.426684+0000 mgr.smithi037.kdknfa (mgr.14182) 239 : cephadm [INF] Deploying daemon rgw.foorgw.smithi143.tplwaq on smithi143 2023-11-15T03:57:02.976 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-botocore. 2023-11-15T03:57:02.993 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../09-python3-botocore_1.16.19+repack-1ubuntu0.18.04.1_all.deb ... 2023-11-15T03:57:03.034 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-11-15T03:57:03.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:03 smithi143 bash[29116]: cluster 2023-11-15T03:57:02.560719+0000 mgr.smithi037.kdknfa (mgr.14182) 240 : cluster [DBG] pgmap v213: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:57:03.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:03 smithi037 bash[25974]: cluster 2023-11-15T03:57:02.560719+0000 mgr.smithi037.kdknfa (mgr.14182) 240 : cluster [DBG] pgmap v213: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:57:04.760 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-s3transfer. 2023-11-15T03:57:04.778 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../10-python3-s3transfer_0.3.3-1ubuntu0.18.04.1_all.deb ... 2023-11-15T03:57:04.843 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-11-15T03:57:04.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:04 smithi143 bash[29116]: audit 2023-11-15T03:57:03.580211+0000 mon.smithi037 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:04.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:04 smithi143 bash[29116]: audit 2023-11-15T03:57:03.583108+0000 mon.smithi037 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi037.aexuvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T03:57:04.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:04 smithi143 bash[29116]: audit 2023-11-15T03:57:03.590176+0000 mon.smithi037 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi037.aexuvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T03:57:04.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:04 smithi143 bash[29116]: audit 2023-11-15T03:57:03.599389+0000 mon.smithi037 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:04.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:04 smithi143 bash[29116]: audit 2023-11-15T03:57:03.601107+0000 mon.smithi037 (mon.0) 625 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:04.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:04 smithi143 bash[29116]: cephadm 2023-11-15T03:57:03.602705+0000 mgr.smithi037.kdknfa (mgr.14182) 241 : cephadm [INF] Deploying daemon rgw.foorgw.smithi037.aexuvr on smithi037 2023-11-15T03:57:04.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:04 smithi037 bash[25974]: audit 2023-11-15T03:57:03.580211+0000 mon.smithi037 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:04.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:04 smithi037 bash[25974]: audit 2023-11-15T03:57:03.583108+0000 mon.smithi037 (mon.0) 622 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi037.aexuvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T03:57:04.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:04 smithi037 bash[25974]: audit 2023-11-15T03:57:03.590176+0000 mon.smithi037 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi037.aexuvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T03:57:04.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:04 smithi037 bash[25974]: audit 2023-11-15T03:57:03.599389+0000 mon.smithi037 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:04.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:04 smithi037 bash[25974]: audit 2023-11-15T03:57:03.601107+0000 mon.smithi037 (mon.0) 625 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:04.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:04 smithi037 bash[25974]: cephadm 2023-11-15T03:57:03.602705+0000 mgr.smithi037.kdknfa (mgr.14182) 241 : cephadm [INF] Deploying daemon rgw.foorgw.smithi037.aexuvr on smithi037 2023-11-15T03:57:05.314 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-boto3. 2023-11-15T03:57:05.331 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../11-python3-boto3_1.4.2-1_all.deb ... 2023-11-15T03:57:05.372 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-boto3 (1.4.2-1) ... 2023-11-15T03:57:05.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:05 smithi143 bash[29116]: cluster 2023-11-15T03:57:04.561587+0000 mgr.smithi037.kdknfa (mgr.14182) 242 : cluster [DBG] pgmap v214: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:57:05.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:05 smithi037 bash[25974]: cluster 2023-11-15T03:57:04.561587+0000 mgr.smithi037.kdknfa (mgr.14182) 242 : cluster [DBG] pgmap v214: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:57:06.238 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-olefile. 2023-11-15T03:57:06.254 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../12-python3-olefile_0.45.1-1_all.deb ... 2023-11-15T03:57:06.297 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-olefile (0.45.1-1) ... 2023-11-15T03:57:06.637 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pil:amd64. 2023-11-15T03:57:06.639 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../13-python3-pil_5.1.0-1ubuntu0.8_amd64.deb ... 2023-11-15T03:57:06.702 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-11-15T03:57:06.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:06 smithi143 bash[29116]: cluster 2023-11-15T03:57:05.610703+0000 mon.smithi037 (mon.0) 626 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T03:57:06.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:06 smithi143 bash[29116]: audit 2023-11-15T03:57:05.618803+0000 mon.smithi037 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T03:57:06.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:06 smithi143 bash[29116]: audit 2023-11-15T03:57:05.618847+0000 mon.smithi143 (mon.1) 19 : audit [INF] from='client.? 172.21.15.143:0/3220639192' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T03:57:06.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:06 smithi037 bash[25974]: cluster 2023-11-15T03:57:05.610703+0000 mon.smithi037 (mon.0) 626 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-15T03:57:06.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:06 smithi037 bash[25974]: audit 2023-11-15T03:57:05.618803+0000 mon.smithi037 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T03:57:06.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:06 smithi037 bash[25974]: audit 2023-11-15T03:57:05.618847+0000 mon.smithi143 (mon.1) 19 : audit [INF] from='client.? 172.21.15.143:0/3220639192' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-15T03:57:07.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: cluster 2023-11-15T03:57:06.562604+0000 mgr.smithi037.kdknfa (mgr.14182) 243 : cluster [DBG] pgmap v216: 65 pgs: 5 creating+peering, 27 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:57:07.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:06.610657+0000 mon.smithi037 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:07.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:06.618398+0000 mon.smithi037 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T03:57:07.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: cluster 2023-11-15T03:57:06.618540+0000 mon.smithi037 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T03:57:07.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:06.628870+0000 mon.smithi037 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:07.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: cephadm 2023-11-15T03:57:06.659512+0000 mgr.smithi037.kdknfa (mgr.14182) 244 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi037.uyosly 2023-11-15T03:57:07.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:06.659857+0000 mon.smithi037 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.uyosly", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T03:57:07.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:06.663563+0000 mon.smithi037 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.uyosly", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T03:57:07.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: cephadm 2023-11-15T03:57:06.664241+0000 mgr.smithi037.kdknfa (mgr.14182) 245 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T03:57:07.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:06.664582+0000 mon.smithi037 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T03:57:07.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:06.668541+0000 mon.smithi037 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T03:57:07.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:06.669943+0000 mon.smithi037 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:07.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:07.142001+0000 mon.smithi037 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T03:57:07.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:07.145417+0000 mon.smithi037 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T03:57:07.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:07.199772+0000 mon.smithi037 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.uyosly-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T03:57:07.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:07.205853+0000 mon.smithi037 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.uyosly-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T03:57:07.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:07 smithi143 bash[29116]: audit 2023-11-15T03:57:07.214388+0000 mon.smithi037 (mon.0) 641 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:07.988 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: cluster 2023-11-15T03:57:06.562604+0000 mgr.smithi037.kdknfa (mgr.14182) 243 : cluster [DBG] pgmap v216: 65 pgs: 5 creating+peering, 27 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T03:57:07.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:06.610657+0000 mon.smithi037 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:07.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:06.618398+0000 mon.smithi037 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-15T03:57:07.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: cluster 2023-11-15T03:57:06.618540+0000 mon.smithi037 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-15T03:57:07.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:06.628870+0000 mon.smithi037 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:07.989 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: cephadm 2023-11-15T03:57:06.659512+0000 mgr.smithi037.kdknfa (mgr.14182) 244 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi037.uyosly 2023-11-15T03:57:07.990 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:06.659857+0000 mon.smithi037 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.uyosly", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-15T03:57:07.990 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:06.663563+0000 mon.smithi037 (mon.0) 633 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.uyosly", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-15T03:57:07.990 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: cephadm 2023-11-15T03:57:06.664241+0000 mgr.smithi037.kdknfa (mgr.14182) 245 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-15T03:57:07.991 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:06.664582+0000 mon.smithi037 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-15T03:57:07.991 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:06.668541+0000 mon.smithi037 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-15T03:57:07.991 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:06.669943+0000 mon.smithi037 (mon.0) 636 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:07.991 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:07.142001+0000 mon.smithi037 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-15T03:57:07.991 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:07.145417+0000 mon.smithi037 (mon.0) 638 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-15T03:57:07.992 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:07.199772+0000 mon.smithi037 (mon.0) 639 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.uyosly-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-15T03:57:07.992 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:07.205853+0000 mon.smithi037 (mon.0) 640 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi037.uyosly-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-15T03:57:07.992 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:07 smithi037 bash[25974]: audit 2023-11-15T03:57:07.214388+0000 mon.smithi037 (mon.0) 641 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:08.311 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pygments. 2023-11-15T03:57:08.328 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../14-python3-pygments_2.2.0+dfsg-1ubuntu0.2_all.deb ... 2023-11-15T03:57:08.467 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-11-15T03:57:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:08 smithi037 bash[25974]: cephadm 2023-11-15T03:57:07.198901+0000 mgr.smithi037.kdknfa (mgr.14182) 246 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T03:57:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:08 smithi037 bash[25974]: cephadm 2023-11-15T03:57:07.199144+0000 mgr.smithi037.kdknfa (mgr.14182) 247 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi037.uyosly-rgw 2023-11-15T03:57:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:08 smithi037 bash[25974]: cephadm 2023-11-15T03:57:07.215674+0000 mgr.smithi037.kdknfa (mgr.14182) 248 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi037.uyosly on smithi037 2023-11-15T03:57:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:08 smithi037 bash[25974]: cluster 2023-11-15T03:57:07.633159+0000 mon.smithi037 (mon.0) 642 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T03:57:08.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:08 smithi037 bash[25974]: audit 2023-11-15T03:57:07.640070+0000 mon.smithi143 (mon.1) 20 : audit [INF] from='client.? 172.21.15.143:0/3220639192' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T03:57:08.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:08 smithi037 bash[25974]: audit 2023-11-15T03:57:07.641470+0000 mon.smithi037 (mon.0) 643 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T03:57:08.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:08 smithi143 bash[29116]: cephadm 2023-11-15T03:57:07.198901+0000 mgr.smithi037.kdknfa (mgr.14182) 246 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-15T03:57:08.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:08 smithi143 bash[29116]: cephadm 2023-11-15T03:57:07.199144+0000 mgr.smithi037.kdknfa (mgr.14182) 247 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi037.uyosly-rgw 2023-11-15T03:57:08.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:08 smithi143 bash[29116]: cephadm 2023-11-15T03:57:07.215674+0000 mgr.smithi037.kdknfa (mgr.14182) 248 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi037.uyosly on smithi037 2023-11-15T03:57:08.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:08 smithi143 bash[29116]: cluster 2023-11-15T03:57:07.633159+0000 mon.smithi037 (mon.0) 642 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-15T03:57:08.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:08 smithi143 bash[29116]: audit 2023-11-15T03:57:07.640070+0000 mon.smithi143 (mon.1) 20 : audit [INF] from='client.? 172.21.15.143:0/3220639192' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T03:57:08.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:08 smithi143 bash[29116]: audit 2023-11-15T03:57:07.641470+0000 mon.smithi037 (mon.0) 643 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-15T03:57:09.121 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... 2023-11-15T03:57:09.380 INFO:teuthology.orchestra.run.smithi037.stdout:debconf: unable to initialize frontend: Dialog 2023-11-15T03:57:09.380 INFO:teuthology.orchestra.run.smithi037.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-11-15T03:57:09.380 INFO:teuthology.orchestra.run.smithi037.stdout:debconf: falling back to frontend: Readline 2023-11-15T03:57:09.870 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:57:09.870 INFO:teuthology.orchestra.run.smithi037.stdout:Creating config file /etc/papersize with new version 2023-11-15T03:57:09.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:09 smithi037 bash[25974]: cluster 2023-11-15T03:57:08.563551+0000 mgr.smithi037.kdknfa (mgr.14182) 249 : cluster [DBG] pgmap v219: 97 pgs: 12 creating+peering, 35 unknown, 50 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 0 op/s 2023-11-15T03:57:09.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:09 smithi037 bash[25974]: audit 2023-11-15T03:57:08.638079+0000 mon.smithi037 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T03:57:09.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:09 smithi037 bash[25974]: cluster 2023-11-15T03:57:08.638549+0000 mon.smithi037 (mon.0) 645 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T03:57:10.116 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... 2023-11-15T03:57:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:09 smithi143 bash[29116]: cluster 2023-11-15T03:57:08.563551+0000 mgr.smithi037.kdknfa (mgr.14182) 249 : cluster [DBG] pgmap v219: 97 pgs: 12 creating+peering, 35 unknown, 50 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 511 B/s wr, 0 op/s 2023-11-15T03:57:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:09 smithi143 bash[29116]: audit 2023-11-15T03:57:08.638079+0000 mon.smithi037 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-15T03:57:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:09 smithi143 bash[29116]: cluster 2023-11-15T03:57:08.638549+0000 mon.smithi037 (mon.0) 645 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-15T03:57:10.271 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-roman (2.0.0-3) ... 2023-11-15T03:57:10.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:10 smithi037 bash[25974]: cluster 2023-11-15T03:57:09.654687+0000 mon.smithi037 (mon.0) 646 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T03:57:10.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:10 smithi037 bash[25974]: audit 2023-11-15T03:57:09.658125+0000 mon.smithi037 (mon.0) 647 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T03:57:10.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:10 smithi037 bash[25974]: audit 2023-11-15T03:57:09.661720+0000 mon.smithi143 (mon.1) 21 : audit [INF] from='client.? 172.21.15.143:0/3220639192' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T03:57:10.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:10 smithi037 bash[25974]: audit 2023-11-15T03:57:09.665914+0000 mon.smithi037 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T03:57:10.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:10 smithi037 bash[25974]: audit 2023-11-15T03:57:10.180002+0000 mon.smithi037 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:10.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:10 smithi037 bash[25974]: audit 2023-11-15T03:57:10.188480+0000 mon.smithi037 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:10.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:10 smithi037 bash[25974]: audit 2023-11-15T03:57:10.655984+0000 mon.smithi037 (mon.0) 651 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T03:57:10.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:10 smithi037 bash[25974]: audit 2023-11-15T03:57:10.656141+0000 mon.smithi037 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T03:57:10.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:10 smithi037 bash[25974]: cluster 2023-11-15T03:57:10.656254+0000 mon.smithi037 (mon.0) 653 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T03:57:11.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:10 smithi143 bash[29116]: cluster 2023-11-15T03:57:09.654687+0000 mon.smithi037 (mon.0) 646 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-15T03:57:11.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:10 smithi143 bash[29116]: audit 2023-11-15T03:57:09.658125+0000 mon.smithi037 (mon.0) 647 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T03:57:11.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:10 smithi143 bash[29116]: audit 2023-11-15T03:57:09.661720+0000 mon.smithi143 (mon.1) 21 : audit [INF] from='client.? 172.21.15.143:0/3220639192' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T03:57:11.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:10 smithi143 bash[29116]: audit 2023-11-15T03:57:09.665914+0000 mon.smithi037 (mon.0) 648 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-15T03:57:11.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:10 smithi143 bash[29116]: audit 2023-11-15T03:57:10.180002+0000 mon.smithi037 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:11.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:10 smithi143 bash[29116]: audit 2023-11-15T03:57:10.188480+0000 mon.smithi037 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:11.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:10 smithi143 bash[29116]: audit 2023-11-15T03:57:10.655984+0000 mon.smithi037 (mon.0) 651 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T03:57:11.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:10 smithi143 bash[29116]: audit 2023-11-15T03:57:10.656141+0000 mon.smithi037 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-15T03:57:11.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:10 smithi143 bash[29116]: cluster 2023-11-15T03:57:10.656254+0000 mon.smithi037 (mon.0) 653 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-15T03:57:11.289 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pil:amd64 (5.1.0-1ubuntu0.8) ... 2023-11-15T03:57:11.759 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-olefile (0.45.1-1) ... 2023-11-15T03:57:11.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:11 smithi037 bash[25974]: cephadm 2023-11-15T03:57:10.202127+0000 mgr.smithi037.kdknfa (mgr.14182) 250 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.nvjkfk on smithi143 2023-11-15T03:57:11.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:11 smithi037 bash[25974]: cluster 2023-11-15T03:57:10.564445+0000 mgr.smithi037.kdknfa (mgr.14182) 251 : cluster [DBG] pgmap v222: 129 pgs: 17 creating+peering, 38 unknown, 74 active+clean; 981 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-15T03:57:11.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:11 smithi037 bash[25974]: audit 2023-11-15T03:57:10.697526+0000 mon.smithi037 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:11.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:11 smithi037 bash[25974]: cluster 2023-11-15T03:57:11.670335+0000 mon.smithi037 (mon.0) 655 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-15T03:57:11.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:11 smithi037 bash[25974]: audit 2023-11-15T03:57:11.676031+0000 mon.smithi037 (mon.0) 656 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T03:57:11.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:11 smithi037 bash[25974]: audit 2023-11-15T03:57:11.683386+0000 mon.smithi037 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T03:57:11.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:11 smithi037 bash[25974]: audit 2023-11-15T03:57:11.684854+0000 mon.smithi143 (mon.1) 22 : audit [INF] from='client.? 172.21.15.143:0/1134144735' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T03:57:12.019 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up sgml-base (1.29) ... 2023-11-15T03:57:12.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:11 smithi143 bash[29116]: cephadm 2023-11-15T03:57:10.202127+0000 mgr.smithi037.kdknfa (mgr.14182) 250 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.nvjkfk on smithi143 2023-11-15T03:57:12.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:11 smithi143 bash[29116]: cluster 2023-11-15T03:57:10.564445+0000 mgr.smithi037.kdknfa (mgr.14182) 251 : cluster [DBG] pgmap v222: 129 pgs: 17 creating+peering, 38 unknown, 74 active+clean; 981 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-15T03:57:12.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:11 smithi143 bash[29116]: audit 2023-11-15T03:57:10.697526+0000 mon.smithi037 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:12.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:11 smithi143 bash[29116]: cluster 2023-11-15T03:57:11.670335+0000 mon.smithi037 (mon.0) 655 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-15T03:57:12.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:11 smithi143 bash[29116]: audit 2023-11-15T03:57:11.676031+0000 mon.smithi037 (mon.0) 656 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T03:57:12.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:11 smithi143 bash[29116]: audit 2023-11-15T03:57:11.683386+0000 mon.smithi037 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T03:57:12.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:11 smithi143 bash[29116]: audit 2023-11-15T03:57:11.684854+0000 mon.smithi143 (mon.1) 22 : audit [INF] from='client.? 172.21.15.143:0/1134144735' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-15T03:57:12.229 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jmespath (0.9.3-1ubuntu1.1) ... 2023-11-15T03:57:12.539 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up xml-core (0.18) ... 2023-11-15T03:57:13.032 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-dateutil (2.6.1-1) ... 2023-11-15T03:57:13.352 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pygments (2.2.0+dfsg-1ubuntu0.2) ... 2023-11-15T03:57:13.887 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:13 smithi143 bash[29116]: cluster 2023-11-15T03:57:12.565394+0000 mgr.smithi037.kdknfa (mgr.14182) 252 : cluster [DBG] pgmap v225: 161 pgs: 17 creating+peering, 48 unknown, 96 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1023 B/s wr, 4 op/s 2023-11-15T03:57:13.887 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:13 smithi143 bash[29116]: audit 2023-11-15T03:57:12.674506+0000 mon.smithi037 (mon.0) 658 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T03:57:13.887 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:13 smithi143 bash[29116]: audit 2023-11-15T03:57:12.674764+0000 mon.smithi037 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T03:57:13.887 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:13 smithi143 bash[29116]: cluster 2023-11-15T03:57:12.674880+0000 mon.smithi037 (mon.0) 660 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-15T03:57:13.888 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:13 smithi143 bash[29116]: audit 2023-11-15T03:57:12.682249+0000 mon.smithi037 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T03:57:13.888 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:13 smithi143 bash[29116]: audit 2023-11-15T03:57:12.682974+0000 mon.smithi037 (mon.0) 662 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T03:57:13.888 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:13 smithi143 bash[29116]: audit 2023-11-15T03:57:12.683863+0000 mon.smithi143 (mon.1) 23 : audit [INF] from='client.? 172.21.15.143:0/1134144735' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T03:57:13.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:13 smithi037 bash[25974]: cluster 2023-11-15T03:57:12.565394+0000 mgr.smithi037.kdknfa (mgr.14182) 252 : cluster [DBG] pgmap v225: 161 pgs: 17 creating+peering, 48 unknown, 96 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1023 B/s wr, 4 op/s 2023-11-15T03:57:13.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:13 smithi037 bash[25974]: audit 2023-11-15T03:57:12.674506+0000 mon.smithi037 (mon.0) 658 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T03:57:13.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:13 smithi037 bash[25974]: audit 2023-11-15T03:57:12.674764+0000 mon.smithi037 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-15T03:57:13.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:13 smithi037 bash[25974]: cluster 2023-11-15T03:57:12.674880+0000 mon.smithi037 (mon.0) 660 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-15T03:57:13.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:13 smithi037 bash[25974]: audit 2023-11-15T03:57:12.682249+0000 mon.smithi037 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T03:57:13.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:13 smithi037 bash[25974]: audit 2023-11-15T03:57:12.682974+0000 mon.smithi037 (mon.0) 662 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T03:57:13.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:13 smithi037 bash[25974]: audit 2023-11-15T03:57:12.683863+0000 mon.smithi143 (mon.1) 23 : audit [INF] from='client.? 172.21.15.143:0/1134144735' entity='client.rgw.foorgw.smithi143.tplwaq' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T03:57:14.007 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for libc-bin (2.27-3ubuntu1.6) ... 2023-11-15T03:57:14.131 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2023-11-15T03:57:14.792 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for shared-mime-info (1.9-2) ... 2023-11-15T03:57:14.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:14 smithi037 bash[25974]: audit 2023-11-15T03:57:13.679027+0000 mon.smithi037 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T03:57:14.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:14 smithi037 bash[25974]: audit 2023-11-15T03:57:13.679216+0000 mon.smithi037 (mon.0) 664 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T03:57:14.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:14 smithi037 bash[25974]: cluster 2023-11-15T03:57:13.679314+0000 mon.smithi037 (mon.0) 665 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-15T03:57:14.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:14 smithi037 bash[25974]: audit 2023-11-15T03:57:14.006863+0000 mon.smithi037 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.nvjkfk"}]: dispatch 2023-11-15T03:57:15.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:14 smithi143 bash[29116]: audit 2023-11-15T03:57:13.679027+0000 mon.smithi037 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi143.tplwaq' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T03:57:15.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:14 smithi143 bash[29116]: audit 2023-11-15T03:57:13.679216+0000 mon.smithi037 (mon.0) 664 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T03:57:15.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:14 smithi143 bash[29116]: cluster 2023-11-15T03:57:13.679314+0000 mon.smithi037 (mon.0) 665 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-15T03:57:15.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:14 smithi143 bash[29116]: audit 2023-11-15T03:57:14.006863+0000 mon.smithi037 (mon.0) 666 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.nvjkfk"}]: dispatch 2023-11-15T03:57:15.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: cephadm 2023-11-15T03:57:14.004030+0000 mgr.smithi037.kdknfa (mgr.14182) 253 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:15.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:15.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:15.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:15.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:15.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:15.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.nvjkfk ... 2023-11-15T03:57:15.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:15.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:15.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:15.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:15.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:15.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T03:57:15.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:15.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T03:57:15.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:15.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T03:57:15.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:15.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:15.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:15.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:15.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:15.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:15.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.nvjkfk ... 2023-11-15T03:57:15.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:15.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:15.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:15.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:15.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:15.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: cephadm 2023-11-15T03:57:14.006576+0000 mgr.smithi037.kdknfa (mgr.14182) 254 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:15.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: cephadm 2023-11-15T03:57:14.008043+0000 mgr.smithi037.kdknfa (mgr.14182) 255 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.nvjkfk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:15.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:15.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:15.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:15.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:15.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:15.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.nvjkfk ... 2023-11-15T03:57:15.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:15.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:15.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:15.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:15.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:15.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: cephadm 2023-11-15T03:57:14.021082+0000 mgr.smithi037.kdknfa (mgr.14182) 256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.qstdyq on smithi037 2023-11-15T03:57:15.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:15 smithi037 bash[25974]: cluster 2023-11-15T03:57:14.566286+0000 mgr.smithi037.kdknfa (mgr.14182) 257 : cluster [DBG] pgmap v228: 161 pgs: 14 creating+peering, 13 unknown, 134 active+clean; 2.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 2.2 KiB/s wr, 38 op/s 2023-11-15T03:57:16.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: cephadm 2023-11-15T03:57:14.004030+0000 mgr.smithi037.kdknfa (mgr.14182) 253 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:16.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:16.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:16.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:16.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:16.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:16.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.nvjkfk ... 2023-11-15T03:57:16.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:16.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:16.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:16.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:16.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:16.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T03:57:16.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:16.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T03:57:16.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:16.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T03:57:16.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:16.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:16.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:16.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:16.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:16.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:16.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.nvjkfk ... 2023-11-15T03:57:16.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:16.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:16.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:16.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:16.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:16.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: cephadm 2023-11-15T03:57:14.006576+0000 mgr.smithi037.kdknfa (mgr.14182) 254 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:16.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: cephadm 2023-11-15T03:57:14.008043+0000 mgr.smithi037.kdknfa (mgr.14182) 255 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.nvjkfk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:16.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:16.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-nvjkfk 2023-11-15T03:57:16.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:16.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:16.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.nvjkfk 2023-11-15T03:57:16.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.nvjkfk ... 2023-11-15T03:57:16.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:16.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:16.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:16.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:16.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:16.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: cephadm 2023-11-15T03:57:14.021082+0000 mgr.smithi037.kdknfa (mgr.14182) 256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.qstdyq on smithi037 2023-11-15T03:57:16.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:15 smithi143 bash[29116]: cluster 2023-11-15T03:57:14.566286+0000 mgr.smithi037.kdknfa (mgr.14182) 257 : cluster [DBG] pgmap v228: 161 pgs: 14 creating+peering, 13 unknown, 134 active+clean; 2.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 2.2 KiB/s wr, 38 op/s 2023-11-15T03:57:17.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:17 smithi037 bash[25974]: cluster 2023-11-15T03:57:16.567479+0000 mgr.smithi037.kdknfa (mgr.14182) 258 : cluster [DBG] pgmap v229: 161 pgs: 9 creating+peering, 152 active+clean; 3.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 125 KiB/s rd, 4.9 KiB/s wr, 237 op/s 2023-11-15T03:57:18.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:17 smithi143 bash[29116]: cluster 2023-11-15T03:57:16.567479+0000 mgr.smithi037.kdknfa (mgr.14182) 258 : cluster [DBG] pgmap v229: 161 pgs: 9 creating+peering, 152 active+clean; 3.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 125 KiB/s rd, 4.9 KiB/s wr, 237 op/s 2023-11-15T03:57:18.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: cephadm 2023-11-15T03:57:17.893476+0000 mgr.smithi037.kdknfa (mgr.14182) 259 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:18.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:18.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:18.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:18.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:18.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:18.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.qstdyq ... 2023-11-15T03:57:18.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:18.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:18.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:18.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:18.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:18.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T03:57:18.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:18.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T03:57:18.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:18.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T03:57:18.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:18.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:18.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:18.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:18.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:18.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:18.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.qstdyq ... 2023-11-15T03:57:18.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:18.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:18.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:18.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:18.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:18.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: cephadm 2023-11-15T03:57:17.893983+0000 mgr.smithi037.kdknfa (mgr.14182) 260 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:18.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: audit 2023-11-15T03:57:17.894765+0000 mon.smithi037 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.qstdyq"}]: dispatch 2023-11-15T03:57:18.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: cephadm 2023-11-15T03:57:17.896440+0000 mgr.smithi037.kdknfa (mgr.14182) 261 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.qstdyq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:18.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:18.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:18.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:18.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:18.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:18.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.qstdyq ... 2023-11-15T03:57:18.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:18.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:18.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:18.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:18.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:18.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: audit 2023-11-15T03:57:17.905152+0000 mon.smithi037 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:18.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:18 smithi037 bash[25974]: audit 2023-11-15T03:57:17.910633+0000 mon.smithi037 (mon.0) 669 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:57:19.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: cephadm 2023-11-15T03:57:17.893476+0000 mgr.smithi037.kdknfa (mgr.14182) 259 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:19.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:19.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:19.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:19.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:19.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:19.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.qstdyq ... 2023-11-15T03:57:19.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:19.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:19.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:19.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:19.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:19.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T03:57:19.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:19.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T03:57:19.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:19.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T03:57:19.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:19.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:19.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:19.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:19.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:19.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:19.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.qstdyq ... 2023-11-15T03:57:19.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:19.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:19.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:19.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:19.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:19.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: cephadm 2023-11-15T03:57:17.893983+0000 mgr.smithi037.kdknfa (mgr.14182) 260 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:19.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: audit 2023-11-15T03:57:17.894765+0000 mon.smithi037 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.qstdyq"}]: dispatch 2023-11-15T03:57:19.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: cephadm 2023-11-15T03:57:17.896440+0000 mgr.smithi037.kdknfa (mgr.14182) 261 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.qstdyq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:19.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:19.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qstdyq 2023-11-15T03:57:19.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:19.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:19.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qstdyq 2023-11-15T03:57:19.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.qstdyq ... 2023-11-15T03:57:19.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:19.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:19.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:19.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:19.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:19.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: audit 2023-11-15T03:57:17.905152+0000 mon.smithi037 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:19.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:18 smithi143 bash[29116]: audit 2023-11-15T03:57:17.910633+0000 mon.smithi037 (mon.0) 669 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:57:19.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:19 smithi037 bash[25974]: cephadm 2023-11-15T03:57:17.905788+0000 mgr.smithi037.kdknfa (mgr.14182) 262 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.nhbjoa on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:19.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:19 smithi037 bash[25974]: cephadm 2023-11-15T03:57:17.909446+0000 mgr.smithi037.kdknfa (mgr.14182) 263 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rjcyht on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:19.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:19 smithi037 bash[25974]: cluster 2023-11-15T03:57:17.910700+0000 mgr.smithi037.kdknfa (mgr.14182) 264 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 162 KiB/s rd, 5.6 KiB/s wr, 307 op/s 2023-11-15T03:57:19.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:19 smithi037 bash[25974]: cluster 2023-11-15T03:57:18.902975+0000 mon.smithi037 (mon.0) 670 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T03:57:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:19 smithi143 bash[29116]: cephadm 2023-11-15T03:57:17.905788+0000 mgr.smithi037.kdknfa (mgr.14182) 262 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.nhbjoa on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:19 smithi143 bash[29116]: cephadm 2023-11-15T03:57:17.909446+0000 mgr.smithi037.kdknfa (mgr.14182) 263 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rjcyht on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:19 smithi143 bash[29116]: cluster 2023-11-15T03:57:17.910700+0000 mgr.smithi037.kdknfa (mgr.14182) 264 : cluster [DBG] pgmap v230: 161 pgs: 161 active+clean; 4.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 162 KiB/s rd, 5.6 KiB/s wr, 307 op/s 2023-11-15T03:57:20.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:19 smithi143 bash[29116]: cluster 2023-11-15T03:57:18.902975+0000 mon.smithi037 (mon.0) 670 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T03:57:22.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:21 smithi143 bash[29116]: cluster 2023-11-15T03:57:19.912008+0000 mgr.smithi037.kdknfa (mgr.14182) 265 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 KiB/s rd, 5.3 KiB/s wr, 364 op/s 2023-11-15T03:57:22.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:21 smithi143 bash[29116]: audit 2023-11-15T03:57:20.711642+0000 mon.smithi037 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:22.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:21 smithi037 bash[25974]: cluster 2023-11-15T03:57:19.912008+0000 mgr.smithi037.kdknfa (mgr.14182) 265 : cluster [DBG] pgmap v231: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 KiB/s rd, 5.3 KiB/s wr, 364 op/s 2023-11-15T03:57:22.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:21 smithi037 bash[25974]: audit 2023-11-15T03:57:20.711642+0000 mon.smithi037 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:23 smithi143 bash[29116]: cluster 2023-11-15T03:57:21.913058+0000 mgr.smithi037.kdknfa (mgr.14182) 266 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 KiB/s rd, 4.2 KiB/s wr, 313 op/s 2023-11-15T03:57:24.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:23 smithi037 bash[25974]: cluster 2023-11-15T03:57:21.913058+0000 mgr.smithi037.kdknfa (mgr.14182) 266 : cluster [DBG] pgmap v232: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 KiB/s rd, 4.2 KiB/s wr, 313 op/s 2023-11-15T03:57:25.066 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:24 smithi037 bash[25974]: audit 2023-11-15T03:57:23.815064+0000 mon.smithi037 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:25.066 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:24 smithi037 bash[25974]: audit 2023-11-15T03:57:24.089850+0000 mon.smithi037 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:25.066 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:24 smithi037 bash[25974]: audit 2023-11-15T03:57:24.386560+0000 mon.smithi037 (mon.0) 674 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:25.066 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:24 smithi037 bash[25974]: audit 2023-11-15T03:57:24.387483+0000 mon.smithi037 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:57:25.067 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:24 smithi037 bash[25974]: audit 2023-11-15T03:57:24.791611+0000 mon.smithi037 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:25.067 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:24 smithi037 bash[25974]: audit 2023-11-15T03:57:24.802135+0000 mon.smithi037 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:25.067 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:24 smithi037 bash[25974]: audit 2023-11-15T03:57:24.811725+0000 mon.smithi037 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:24 smithi143 bash[29116]: audit 2023-11-15T03:57:23.815064+0000 mon.smithi037 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:24 smithi143 bash[29116]: audit 2023-11-15T03:57:24.089850+0000 mon.smithi037 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:24 smithi143 bash[29116]: audit 2023-11-15T03:57:24.386560+0000 mon.smithi037 (mon.0) 674 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:24 smithi143 bash[29116]: audit 2023-11-15T03:57:24.387483+0000 mon.smithi037 (mon.0) 675 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:57:25.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:24 smithi143 bash[29116]: audit 2023-11-15T03:57:24.791611+0000 mon.smithi037 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:25.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:24 smithi143 bash[29116]: audit 2023-11-15T03:57:24.802135+0000 mon.smithi037 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:25.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:24 smithi143 bash[29116]: audit 2023-11-15T03:57:24.811725+0000 mon.smithi037 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:25 smithi143 bash[29116]: cluster 2023-11-15T03:57:23.913912+0000 mgr.smithi037.kdknfa (mgr.14182) 267 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 165 KiB/s rd, 3.8 KiB/s wr, 298 op/s 2023-11-15T03:57:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:25 smithi143 bash[29116]: cephadm 2023-11-15T03:57:24.391722+0000 mgr.smithi037.kdknfa (mgr.14182) 268 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T03:57:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:25 smithi143 bash[29116]: cluster 2023-11-15T03:57:24.813250+0000 mgr.smithi037.kdknfa (mgr.14182) 269 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 159 KiB/s rd, 3.1 KiB/s wr, 284 op/s 2023-11-15T03:57:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:25 smithi143 bash[29116]: audit 2023-11-15T03:57:24.828463+0000 mon.smithi037 (mon.0) 679 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:57:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:25 smithi143 bash[29116]: audit 2023-11-15T03:57:24.849600+0000 mon.smithi037 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:25 smithi143 bash[29116]: cephadm 2023-11-15T03:57:24.854683+0000 mgr.smithi037.kdknfa (mgr.14182) 270 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.sraavo on smithi143 2023-11-15T03:57:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:25 smithi143 bash[29116]: audit 2023-11-15T03:57:25.723797+0000 mon.smithi037 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:26.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:25 smithi143 bash[29116]: cluster 2023-11-15T03:57:25.815672+0000 mon.smithi037 (mon.0) 682 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T03:57:26.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:25 smithi143 bash[29116]: cluster 2023-11-15T03:57:25.815729+0000 mon.smithi037 (mon.0) 683 : cluster [INF] Cluster is now healthy 2023-11-15T03:57:26.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:25 smithi037 bash[25974]: cluster 2023-11-15T03:57:23.913912+0000 mgr.smithi037.kdknfa (mgr.14182) 267 : cluster [DBG] pgmap v233: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 165 KiB/s rd, 3.8 KiB/s wr, 298 op/s 2023-11-15T03:57:26.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:25 smithi037 bash[25974]: cephadm 2023-11-15T03:57:24.391722+0000 mgr.smithi037.kdknfa (mgr.14182) 268 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T03:57:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:25 smithi037 bash[25974]: cluster 2023-11-15T03:57:24.813250+0000 mgr.smithi037.kdknfa (mgr.14182) 269 : cluster [DBG] pgmap v234: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 159 KiB/s rd, 3.1 KiB/s wr, 284 op/s 2023-11-15T03:57:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:25 smithi037 bash[25974]: audit 2023-11-15T03:57:24.828463+0000 mon.smithi037 (mon.0) 679 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:57:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:25 smithi037 bash[25974]: audit 2023-11-15T03:57:24.849600+0000 mon.smithi037 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:25 smithi037 bash[25974]: cephadm 2023-11-15T03:57:24.854683+0000 mgr.smithi037.kdknfa (mgr.14182) 270 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.sraavo on smithi143 2023-11-15T03:57:26.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:25 smithi037 bash[25974]: audit 2023-11-15T03:57:25.723797+0000 mon.smithi037 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:26.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:25 smithi037 bash[25974]: cluster 2023-11-15T03:57:25.815672+0000 mon.smithi037 (mon.0) 682 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T03:57:26.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:25 smithi037 bash[25974]: cluster 2023-11-15T03:57:25.815729+0000 mon.smithi037 (mon.0) 683 : cluster [INF] Cluster is now healthy 2023-11-15T03:57:28.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:27 smithi143 bash[29116]: cluster 2023-11-15T03:57:26.814511+0000 mgr.smithi037.kdknfa (mgr.14182) 271 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 KiB/s rd, 1.4 KiB/s wr, 169 op/s 2023-11-15T03:57:28.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:27 smithi037 bash[25974]: cluster 2023-11-15T03:57:26.814511+0000 mgr.smithi037.kdknfa (mgr.14182) 271 : cluster [DBG] pgmap v235: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 KiB/s rd, 1.4 KiB/s wr, 169 op/s 2023-11-15T03:57:28.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:28 smithi037 bash[25974]: audit 2023-11-15T03:57:28.614091+0000 mon.smithi037 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.sraavo"}]: dispatch 2023-11-15T03:57:29.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:28 smithi143 bash[29116]: audit 2023-11-15T03:57:28.614091+0000 mon.smithi037 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.sraavo"}]: dispatch 2023-11-15T03:57:30.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: cephadm 2023-11-15T03:57:28.612774+0000 mgr.smithi037.kdknfa (mgr.14182) 272 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.sraavo ... 2023-11-15T03:57:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T03:57:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T03:57:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T03:57:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:30.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:30.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.sraavo ... 2023-11-15T03:57:30.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:30.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:30.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:30.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: cephadm 2023-11-15T03:57:28.613375+0000 mgr.smithi037.kdknfa (mgr.14182) 273 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: cephadm 2023-11-15T03:57:28.615676+0000 mgr.smithi037.kdknfa (mgr.14182) 274 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.sraavo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:30.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:30.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.sraavo ... 2023-11-15T03:57:30.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:30.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:30.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:30.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: cephadm 2023-11-15T03:57:28.620588+0000 mgr.smithi037.kdknfa (mgr.14182) 275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.gksdel on smithi037 2023-11-15T03:57:30.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:29 smithi143 bash[29116]: cluster 2023-11-15T03:57:28.815766+0000 mgr.smithi037.kdknfa (mgr.14182) 276 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 563 B/s wr, 114 op/s 2023-11-15T03:57:30.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: cephadm 2023-11-15T03:57:28.612774+0000 mgr.smithi037.kdknfa (mgr.14182) 272 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:30.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:30.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.sraavo ... 2023-11-15T03:57:30.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:30.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:30.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:30.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T03:57:30.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:30.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T03:57:30.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:30.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T03:57:30.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:30.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:30.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.sraavo ... 2023-11-15T03:57:30.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:30.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:30.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:30.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: cephadm 2023-11-15T03:57:28.613375+0000 mgr.smithi037.kdknfa (mgr.14182) 273 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: cephadm 2023-11-15T03:57:28.615676+0000 mgr.smithi037.kdknfa (mgr.14182) 274 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.sraavo on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:30.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sraavo 2023-11-15T03:57:30.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:30.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sraavo 2023-11-15T03:57:30.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.sraavo ... 2023-11-15T03:57:30.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:30.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:30.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:30.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:30.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: cephadm 2023-11-15T03:57:28.620588+0000 mgr.smithi037.kdknfa (mgr.14182) 275 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.gksdel on smithi037 2023-11-15T03:57:30.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:29 smithi037 bash[25974]: cluster 2023-11-15T03:57:28.815766+0000 mgr.smithi037.kdknfa (mgr.14182) 276 : cluster [DBG] pgmap v236: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 563 B/s wr, 114 op/s 2023-11-15T03:57:32.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:31 smithi143 bash[29116]: cluster 2023-11-15T03:57:30.816830+0000 mgr.smithi037.kdknfa (mgr.14182) 277 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 187 B/s wr, 47 op/s 2023-11-15T03:57:32.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:31 smithi037 bash[25974]: cluster 2023-11-15T03:57:30.816830+0000 mgr.smithi037.kdknfa (mgr.14182) 277 : cluster [DBG] pgmap v237: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 32 KiB/s rd, 187 B/s wr, 47 op/s 2023-11-15T03:57:33.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: cephadm 2023-11-15T03:57:32.532628+0000 mgr.smithi037.kdknfa (mgr.14182) 278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:33.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:33.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.gksdel ... 2023-11-15T03:57:33.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:33.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:33.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:33.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T03:57:33.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:33.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T03:57:33.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:33.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T03:57:33.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:33.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:33.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.gksdel ... 2023-11-15T03:57:33.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:33.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:33.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:33.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: cephadm 2023-11-15T03:57:32.533294+0000 mgr.smithi037.kdknfa (mgr.14182) 279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: audit 2023-11-15T03:57:32.533822+0000 mon.smithi037 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.gksdel"}]: dispatch 2023-11-15T03:57:33.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: cephadm 2023-11-15T03:57:32.535140+0000 mgr.smithi037.kdknfa (mgr.14182) 280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.gksdel on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:33.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:33.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.gksdel ... 2023-11-15T03:57:33.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:33.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:33.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:33.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: cephadm 2023-11-15T03:57:32.538357+0000 mgr.smithi037.kdknfa (mgr.14182) 281 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.zndsdg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:33.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: cephadm 2023-11-15T03:57:32.540689+0000 mgr.smithi037.kdknfa (mgr.14182) 282 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:33.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: cluster 2023-11-15T03:57:32.542357+0000 mgr.smithi037.kdknfa (mgr.14182) 283 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 192 B/s wr, 28 op/s 2023-11-15T03:57:33.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:33 smithi037 bash[25974]: audit 2023-11-15T03:57:32.548076+0000 mon.smithi037 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:57:33.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: cephadm 2023-11-15T03:57:32.532628+0000 mgr.smithi037.kdknfa (mgr.14182) 278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:33.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:33.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.gksdel ... 2023-11-15T03:57:33.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:33.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:33.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:33.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T03:57:33.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:33.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T03:57:33.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:33.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T03:57:33.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:33.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:33.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.gksdel ... 2023-11-15T03:57:33.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:33.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:33.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:33.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: cephadm 2023-11-15T03:57:32.533294+0000 mgr.smithi037.kdknfa (mgr.14182) 279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: audit 2023-11-15T03:57:32.533822+0000 mon.smithi037 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.gksdel"}]: dispatch 2023-11-15T03:57:33.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: cephadm 2023-11-15T03:57:32.535140+0000 mgr.smithi037.kdknfa (mgr.14182) 280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.gksdel on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:33.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-gksdel 2023-11-15T03:57:33.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:33.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.gksdel 2023-11-15T03:57:33.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.gksdel ... 2023-11-15T03:57:33.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:33.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:33.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:33.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:33.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: cephadm 2023-11-15T03:57:32.538357+0000 mgr.smithi037.kdknfa (mgr.14182) 281 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.zndsdg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:33.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: cephadm 2023-11-15T03:57:32.540689+0000 mgr.smithi037.kdknfa (mgr.14182) 282 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:33.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: cluster 2023-11-15T03:57:32.542357+0000 mgr.smithi037.kdknfa (mgr.14182) 283 : cluster [DBG] pgmap v238: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 192 B/s wr, 28 op/s 2023-11-15T03:57:33.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:33 smithi143 bash[29116]: audit 2023-11-15T03:57:32.548076+0000 mon.smithi037 (mon.0) 686 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:57:34.427 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for sgml-base (1.29) ... 2023-11-15T03:57:34.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:34 smithi037 bash[25974]: cluster 2023-11-15T03:57:33.140572+0000 mon.smithi037 (mon.0) 687 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T03:57:34.535 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up docutils-common (0.14+dfsg-3) ... 2023-11-15T03:57:34.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:34 smithi143 bash[29116]: cluster 2023-11-15T03:57:33.140572+0000 mon.smithi037 (mon.0) 687 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T03:57:34.959 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for sgml-base (1.29) ... 2023-11-15T03:57:35.102 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-docutils (0.14+dfsg-3) ... 2023-11-15T03:57:35.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:35 smithi037 bash[25974]: cluster 2023-11-15T03:57:34.543898+0000 mgr.smithi037.kdknfa (mgr.14182) 284 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 192 B/s wr, 13 op/s 2023-11-15T03:57:35.461 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2023-11-15T03:57:35.514 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2023-11-15T03:57:35.554 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2023-11-15T03:57:35.588 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2023-11-15T03:57:35.622 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2023-11-15T03:57:35.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:35 smithi143 bash[29116]: cluster 2023-11-15T03:57:34.543898+0000 mgr.smithi037.kdknfa (mgr.14182) 284 : cluster [DBG] pgmap v239: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 192 B/s wr, 13 op/s 2023-11-15T03:57:35.663 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2023-11-15T03:57:35.698 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2023-11-15T03:57:35.723 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2023-11-15T03:57:35.748 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2023-11-15T03:57:35.774 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2023-11-15T03:57:35.791 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2023-11-15T03:57:35.816 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2023-11-15T03:57:35.842 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2023-11-15T03:57:36.241 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.18.04.1) ... 2023-11-15T03:57:36.609 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-s3transfer (0.3.3-1ubuntu0.18.04.1) ... 2023-11-15T03:57:36.910 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-boto3 (1.4.2-1) ... 2023-11-15T03:57:37.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:36 smithi143 bash[29116]: audit 2023-11-15T03:57:35.742970+0000 mon.smithi037 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:37.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:36 smithi037 bash[25974]: audit 2023-11-15T03:57:35.742970+0000 mon.smithi037 (mon.0) 688 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:37.574 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-11-15T03:57:37.631 INFO:teuthology.orchestra.run.smithi037.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-11-15T03:57:37.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:37 smithi037 bash[25974]: cluster 2023-11-15T03:57:36.545344+0000 mgr.smithi037.kdknfa (mgr.14182) 285 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 174 B/s wr, 12 op/s 2023-11-15T03:57:38.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:37 smithi143 bash[29116]: cluster 2023-11-15T03:57:36.545344+0000 mgr.smithi037.kdknfa (mgr.14182) 285 : cluster [DBG] pgmap v240: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 174 B/s wr, 12 op/s 2023-11-15T03:57:39.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:39 smithi037 bash[25974]: audit 2023-11-15T03:57:38.425471+0000 mon.smithi037 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:39 smithi037 bash[25974]: cluster 2023-11-15T03:57:38.546841+0000 mgr.smithi037.kdknfa (mgr.14182) 286 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T03:57:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:39 smithi037 bash[25974]: audit 2023-11-15T03:57:38.774950+0000 mon.smithi037 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:39 smithi037 bash[25974]: audit 2023-11-15T03:57:38.777001+0000 mon.smithi037 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:39 smithi037 bash[25974]: audit 2023-11-15T03:57:38.778275+0000 mon.smithi037 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:57:39.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:39 smithi037 bash[25974]: cephadm 2023-11-15T03:57:38.786387+0000 mgr.smithi037.kdknfa (mgr.14182) 287 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T03:57:39.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:39 smithi037 bash[25974]: audit 2023-11-15T03:57:39.061739+0000 mon.smithi037 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:39.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:39 smithi037 bash[25974]: audit 2023-11-15T03:57:39.069624+0000 mon.smithi037 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:57:39.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:39 smithi037 bash[25974]: audit 2023-11-15T03:57:39.083824+0000 mon.smithi037 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:39.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:39 smithi143 bash[29116]: audit 2023-11-15T03:57:38.425471+0000 mon.smithi037 (mon.0) 689 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:39.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:39 smithi143 bash[29116]: cluster 2023-11-15T03:57:38.546841+0000 mgr.smithi037.kdknfa (mgr.14182) 286 : cluster [DBG] pgmap v241: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T03:57:39.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:39 smithi143 bash[29116]: audit 2023-11-15T03:57:38.774950+0000 mon.smithi037 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:39.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:39 smithi143 bash[29116]: audit 2023-11-15T03:57:38.777001+0000 mon.smithi037 (mon.0) 691 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:57:39.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:39 smithi143 bash[29116]: audit 2023-11-15T03:57:38.778275+0000 mon.smithi037 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:57:39.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:39 smithi143 bash[29116]: cephadm 2023-11-15T03:57:38.786387+0000 mgr.smithi037.kdknfa (mgr.14182) 287 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-15T03:57:39.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:39 smithi143 bash[29116]: audit 2023-11-15T03:57:39.061739+0000 mon.smithi037 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:39.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:39 smithi143 bash[29116]: audit 2023-11-15T03:57:39.069624+0000 mon.smithi037 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:57:39.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:39 smithi143 bash[29116]: audit 2023-11-15T03:57:39.083824+0000 mon.smithi037 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:40.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:40 smithi037 bash[25974]: cluster 2023-11-15T03:57:39.062895+0000 mgr.smithi037.kdknfa (mgr.14182) 288 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2023-11-15T03:57:40.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:40 smithi037 bash[25974]: cephadm 2023-11-15T03:57:39.087228+0000 mgr.smithi037.kdknfa (mgr.14182) 289 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.capmwk on smithi143 2023-11-15T03:57:40.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:40 smithi037 bash[25974]: cluster 2023-11-15T03:57:39.423275+0000 mon.smithi037 (mon.0) 696 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T03:57:40.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:40 smithi037 bash[25974]: cluster 2023-11-15T03:57:39.423358+0000 mon.smithi037 (mon.0) 697 : cluster [INF] Cluster is now healthy 2023-11-15T03:57:40.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:40 smithi143 bash[29116]: cluster 2023-11-15T03:57:39.062895+0000 mgr.smithi037.kdknfa (mgr.14182) 288 : cluster [DBG] pgmap v242: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 0 B/s wr, 3 op/s 2023-11-15T03:57:40.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:40 smithi143 bash[29116]: cephadm 2023-11-15T03:57:39.087228+0000 mgr.smithi037.kdknfa (mgr.14182) 289 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.capmwk on smithi143 2023-11-15T03:57:40.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:40 smithi143 bash[29116]: cluster 2023-11-15T03:57:39.423275+0000 mon.smithi037 (mon.0) 696 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T03:57:40.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:40 smithi143 bash[29116]: cluster 2023-11-15T03:57:39.423358+0000 mon.smithi037 (mon.0) 697 : cluster [INF] Cluster is now healthy 2023-11-15T03:57:41.529 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 2023-11-15T03:57:41.562 INFO:teuthology.orchestra.run.smithi037.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:78226ab9e8247e56e7eee439923ee52a49b2b75959caddd6304ed7181b276d9d 2023-11-15T03:57:42.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:42 smithi037 bash[25974]: cluster 2023-11-15T03:57:41.064207+0000 mgr.smithi037.kdknfa (mgr.14182) 290 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-11-15T03:57:42.848 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:42 smithi143 bash[29116]: cluster 2023-11-15T03:57:41.064207+0000 mgr.smithi037.kdknfa (mgr.14182) 290 : cluster [DBG] pgmap v243: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-11-15T03:57:43.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:43 smithi037 bash[25974]: audit 2023-11-15T03:57:42.916691+0000 mon.smithi037 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.capmwk"}]: dispatch 2023-11-15T03:57:43.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:43 smithi143 bash[29116]: audit 2023-11-15T03:57:42.916691+0000 mon.smithi037 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.capmwk"}]: dispatch 2023-11-15T03:57:44.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: cephadm 2023-11-15T03:57:42.915307+0000 mgr.smithi037.kdknfa (mgr.14182) 291 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:44.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:44.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.capmwk ... 2023-11-15T03:57:44.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:44.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:44.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:44.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T03:57:44.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:44.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T03:57:44.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:44.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T03:57:44.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:44.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:44.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.capmwk ... 2023-11-15T03:57:44.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:44.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:44.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:44.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: cephadm 2023-11-15T03:57:42.916037+0000 mgr.smithi037.kdknfa (mgr.14182) 292 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: cephadm 2023-11-15T03:57:42.918248+0000 mgr.smithi037.kdknfa (mgr.14182) 293 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:44.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:44.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.capmwk ... 2023-11-15T03:57:44.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:44.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:44.720 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:44.720 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.720 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: cephadm 2023-11-15T03:57:42.923219+0000 mgr.smithi037.kdknfa (mgr.14182) 294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.tcicwp on smithi037 2023-11-15T03:57:44.720 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:44 smithi037 bash[25974]: cluster 2023-11-15T03:57:43.065102+0000 mgr.smithi037.kdknfa (mgr.14182) 295 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-15T03:57:44.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: cephadm 2023-11-15T03:57:42.915307+0000 mgr.smithi037.kdknfa (mgr.14182) 291 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:44.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:44.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.capmwk ... 2023-11-15T03:57:44.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:44.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:44.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:44.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T03:57:44.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:44.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T03:57:44.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:44.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T03:57:44.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:44.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:44.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.capmwk ... 2023-11-15T03:57:44.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:44.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:44.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:44.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: cephadm 2023-11-15T03:57:42.916037+0000 mgr.smithi037.kdknfa (mgr.14182) 292 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: cephadm 2023-11-15T03:57:42.918248+0000 mgr.smithi037.kdknfa (mgr.14182) 293 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:44.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk 2023-11-15T03:57:44.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:44.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk 2023-11-15T03:57:44.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.capmwk ... 2023-11-15T03:57:44.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:44.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:44.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:44.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:44.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: cephadm 2023-11-15T03:57:42.923219+0000 mgr.smithi037.kdknfa (mgr.14182) 294 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.tcicwp on smithi037 2023-11-15T03:57:44.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:44 smithi143 bash[29116]: cluster 2023-11-15T03:57:43.065102+0000 mgr.smithi037.kdknfa (mgr.14182) 295 : cluster [DBG] pgmap v244: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-11-15T03:57:46.323 INFO:teuthology.run_tasks:Running task python... 2023-11-15T03:57:46.352 INFO:tasks.python:Running python on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T03:57:46.353 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-11-15T03:57:46.353 DEBUG:teuthology.orchestra.run.smithi037:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-11-15T03:57:46.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:46 smithi037 bash[25974]: cluster 2023-11-15T03:57:45.066130+0000 mgr.smithi037.kdknfa (mgr.14182) 296 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-11-15T03:57:46.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:46 smithi143 bash[29116]: cluster 2023-11-15T03:57:45.066130+0000 mgr.smithi037.kdknfa (mgr.14182) 296 : cluster [DBG] pgmap v245: 161 pgs: 161 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1 op/s 2023-11-15T03:57:47.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:47 smithi037 bash[25974]: audit 2023-11-15T03:57:47.453102+0000 mon.smithi037 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.tcicwp"}]: dispatch 2023-11-15T03:57:47.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:47 smithi037 bash[25974]: cluster 2023-11-15T03:57:47.466524+0000 mon.smithi037 (mon.0) 700 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-15T03:57:47.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:47 smithi037 bash[25974]: audit 2023-11-15T03:57:47.470997+0000 mon.smithi037 (mon.0) 701 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-15T03:57:47.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:47 smithi143 bash[29116]: audit 2023-11-15T03:57:47.453102+0000 mon.smithi037 (mon.0) 699 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.tcicwp"}]: dispatch 2023-11-15T03:57:47.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:47 smithi143 bash[29116]: cluster 2023-11-15T03:57:47.466524+0000 mon.smithi037 (mon.0) 700 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-15T03:57:47.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:47 smithi143 bash[29116]: audit 2023-11-15T03:57:47.470997+0000 mon.smithi037 (mon.0) 701 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-11-15T03:57:48.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: cluster 2023-11-15T03:57:47.067221+0000 mgr.smithi037.kdknfa (mgr.14182) 297 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 194 B/s wr, 3 op/s 2023-11-15T03:57:48.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: cephadm 2023-11-15T03:57:47.118231+0000 mgr.smithi037.kdknfa (mgr.14182) 298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:48.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:48.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.tcicwp ... 2023-11-15T03:57:48.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:48.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T03:57:48.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:48.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:48.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T03:57:48.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:48.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T03:57:48.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:48.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T03:57:48.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:48.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:48.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.tcicwp ... 2023-11-15T03:57:48.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:48.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T03:57:48.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:48.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:48.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: cephadm 2023-11-15T03:57:47.118606+0000 mgr.smithi037.kdknfa (mgr.14182) 299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: cephadm 2023-11-15T03:57:47.455460+0000 mgr.smithi037.kdknfa (mgr.14182) 300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:48.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:57:48.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.tcicwp ... 2023-11-15T03:57:48.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:48.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T03:57:48.909 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:48.909 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:48.909 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.909 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: cephadm 2023-11-15T03:57:47.459955+0000 mgr.smithi037.kdknfa (mgr.14182) 301 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:48.909 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: cephadm 2023-11-15T03:57:47.463897+0000 mgr.smithi037.kdknfa (mgr.14182) 302 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:48.910 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: cluster 2023-11-15T03:57:47.465492+0000 mgr.smithi037.kdknfa (mgr.14182) 303 : cluster [DBG] pgmap v248: 193 pgs: 32 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 243 B/s wr, 3 op/s 2023-11-15T03:57:48.910 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: cluster 2023-11-15T03:57:48.461824+0000 mon.smithi037 (mon.0) 702 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T03:57:48.910 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: audit 2023-11-15T03:57:48.478667+0000 mon.smithi037 (mon.0) 703 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-15T03:57:48.910 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: cluster 2023-11-15T03:57:48.479401+0000 mon.smithi037 (mon.0) 704 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-15T03:57:48.910 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:48 smithi143 bash[29116]: audit 2023-11-15T03:57:48.488591+0000 mon.smithi037 (mon.0) 705 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T03:57:48.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: cluster 2023-11-15T03:57:47.067221+0000 mgr.smithi037.kdknfa (mgr.14182) 297 : cluster [DBG] pgmap v246: 161 pgs: 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 194 B/s wr, 3 op/s 2023-11-15T03:57:48.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: cephadm 2023-11-15T03:57:47.118231+0000 mgr.smithi037.kdknfa (mgr.14182) 298 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:48.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:48.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.tcicwp ... 2023-11-15T03:57:48.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:48.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T03:57:48.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:48.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:48.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T03:57:48.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:57:48.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T03:57:48.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:57:48.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T03:57:48.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:48.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:48.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.tcicwp ... 2023-11-15T03:57:48.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:48.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T03:57:48.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:48.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:48.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: cephadm 2023-11-15T03:57:47.118606+0000 mgr.smithi037.kdknfa (mgr.14182) 299 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: cephadm 2023-11-15T03:57:47.455460+0000 mgr.smithi037.kdknfa (mgr.14182) 300 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:48.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp 2023-11-15T03:57:48.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:57:48.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp 2023-11-15T03:57:48.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.tcicwp ... 2023-11-15T03:57:48.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:57:48.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T03:57:48.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:57:48.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:57:48.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:57:48.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: cephadm 2023-11-15T03:57:47.459955+0000 mgr.smithi037.kdknfa (mgr.14182) 301 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:48.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: cephadm 2023-11-15T03:57:47.463897+0000 mgr.smithi037.kdknfa (mgr.14182) 302 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:57:48.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: cluster 2023-11-15T03:57:47.465492+0000 mgr.smithi037.kdknfa (mgr.14182) 303 : cluster [DBG] pgmap v248: 193 pgs: 32 unknown, 161 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 243 B/s wr, 3 op/s 2023-11-15T03:57:48.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: cluster 2023-11-15T03:57:48.461824+0000 mon.smithi037 (mon.0) 702 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T03:57:48.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: audit 2023-11-15T03:57:48.478667+0000 mon.smithi037 (mon.0) 703 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-11-15T03:57:48.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: cluster 2023-11-15T03:57:48.479401+0000 mon.smithi037 (mon.0) 704 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-11-15T03:57:48.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:48 smithi037 bash[25974]: audit 2023-11-15T03:57:48.488591+0000 mon.smithi037 (mon.0) 705 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-15T03:57:50.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:50 smithi143 bash[29116]: cluster 2023-11-15T03:57:49.466836+0000 mgr.smithi037.kdknfa (mgr.14182) 304 : cluster [DBG] pgmap v250: 193 pgs: 10 creating+peering, 16 unknown, 167 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 319 B/s wr, 2 op/s 2023-11-15T03:57:50.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:50 smithi143 bash[29116]: audit 2023-11-15T03:57:49.479589+0000 mon.smithi037 (mon.0) 706 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T03:57:50.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:50 smithi143 bash[29116]: cluster 2023-11-15T03:57:49.479671+0000 mon.smithi037 (mon.0) 707 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-15T03:57:50.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:50 smithi037 bash[25974]: cluster 2023-11-15T03:57:49.466836+0000 mgr.smithi037.kdknfa (mgr.14182) 304 : cluster [DBG] pgmap v250: 193 pgs: 10 creating+peering, 16 unknown, 167 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 319 B/s wr, 2 op/s 2023-11-15T03:57:50.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:50 smithi037 bash[25974]: audit 2023-11-15T03:57:49.479589+0000 mon.smithi037 (mon.0) 706 : audit [INF] from='client.? 172.21.15.37:0/4182243817' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-15T03:57:50.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:50 smithi037 bash[25974]: cluster 2023-11-15T03:57:49.479671+0000 mon.smithi037 (mon.0) 707 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-11-15T03:57:51.556 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-15T03:57:51.567 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T03:57:51.568 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2023-11-15T03:57:51.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:51 smithi143 bash[29116]: cluster 2023-11-15T03:57:50.484655+0000 mon.smithi037 (mon.0) 708 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-15T03:57:51.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:51 smithi143 bash[29116]: audit 2023-11-15T03:57:50.489277+0000 mon.smithi037 (mon.0) 709 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T03:57:51.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:51 smithi143 bash[29116]: audit 2023-11-15T03:57:50.763429+0000 mon.smithi037 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:51.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:51 smithi037 bash[25974]: cluster 2023-11-15T03:57:50.484655+0000 mon.smithi037 (mon.0) 708 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-11-15T03:57:51.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:51 smithi037 bash[25974]: audit 2023-11-15T03:57:50.489277+0000 mon.smithi037 (mon.0) 709 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-11-15T03:57:51.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:51 smithi037 bash[25974]: audit 2023-11-15T03:57:50.763429+0000 mon.smithi037 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:52.834 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:52 smithi037 bash[25974]: cluster 2023-11-15T03:57:51.468481+0000 mgr.smithi037.kdknfa (mgr.14182) 305 : cluster [DBG] pgmap v253: 225 pgs: 17 creating+peering, 27 unknown, 181 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s 2023-11-15T03:57:52.835 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:52 smithi037 bash[25974]: audit 2023-11-15T03:57:51.486571+0000 mon.smithi037 (mon.0) 711 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-15T03:57:52.835 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:52 smithi037 bash[25974]: cluster 2023-11-15T03:57:51.486828+0000 mon.smithi037 (mon.0) 712 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-15T03:57:52.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:52 smithi143 bash[29116]: cluster 2023-11-15T03:57:51.468481+0000 mgr.smithi037.kdknfa (mgr.14182) 305 : cluster [DBG] pgmap v253: 225 pgs: 17 creating+peering, 27 unknown, 181 active+clean; 5.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 2 op/s 2023-11-15T03:57:52.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:52 smithi143 bash[29116]: audit 2023-11-15T03:57:51.486571+0000 mon.smithi037 (mon.0) 711 : audit [INF] from='client.? 172.21.15.37:0/2651005550' entity='client.rgw.foorgw.smithi037.aexuvr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-11-15T03:57:52.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:52 smithi143 bash[29116]: cluster 2023-11-15T03:57:51.486828+0000 mon.smithi037 (mon.0) 712 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-11-15T03:57:53.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:53 smithi143 bash[29116]: cluster 2023-11-15T03:57:52.499382+0000 mon.smithi037 (mon.0) 713 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-15T03:57:53.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:53 smithi037 bash[25974]: cluster 2023-11-15T03:57:52.499382+0000 mon.smithi037 (mon.0) 713 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-11-15T03:57:54.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:54 smithi143 bash[29116]: cluster 2023-11-15T03:57:53.470241+0000 mgr.smithi037.kdknfa (mgr.14182) 306 : cluster [DBG] pgmap v256: 225 pgs: 7 creating+peering, 10 unknown, 208 active+clean; 6.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1023 B/s wr, 7 op/s 2023-11-15T03:57:54.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:54 smithi037 bash[25974]: cluster 2023-11-15T03:57:53.470241+0000 mgr.smithi037.kdknfa (mgr.14182) 306 : cluster [DBG] pgmap v256: 225 pgs: 7 creating+peering, 10 unknown, 208 active+clean; 6.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1023 B/s wr, 7 op/s 2023-11-15T03:57:55.500 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2023-11-15T03:57:55.501 INFO:teuthology.orchestra.run.smithi037.stdout: "bind": "/foobucket", 2023-11-15T03:57:55.501 INFO:teuthology.orchestra.run.smithi037.stdout: "path": "foobucket", 2023-11-15T03:57:55.501 INFO:teuthology.orchestra.run.smithi037.stdout: "cluster": "foo", 2023-11-15T03:57:55.501 INFO:teuthology.orchestra.run.smithi037.stdout: "mode": "RW", 2023-11-15T03:57:55.501 INFO:teuthology.orchestra.run.smithi037.stdout: "squash": "none" 2023-11-15T03:57:55.502 INFO:teuthology.orchestra.run.smithi037.stdout:} 2023-11-15T03:57:56.210 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T03:57:56.223 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-15T03:57:56.223 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:57:56.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:56 smithi143 bash[29116]: audit 2023-11-15T03:57:55.139610+0000 mgr.smithi037.kdknfa (mgr.14182) 307 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:57:56.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:56 smithi143 bash[29116]: cluster 2023-11-15T03:57:55.471539+0000 mgr.smithi037.kdknfa (mgr.14182) 308 : cluster [DBG] pgmap v257: 225 pgs: 7 creating+peering, 218 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 7 op/s 2023-11-15T03:57:56.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:56 smithi037 bash[25974]: audit 2023-11-15T03:57:55.139610+0000 mgr.smithi037.kdknfa (mgr.14182) 307 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T03:57:56.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:56 smithi037 bash[25974]: cluster 2023-11-15T03:57:55.471539+0000 mgr.smithi037.kdknfa (mgr.14182) 308 : cluster [DBG] pgmap v257: 225 pgs: 7 creating+peering, 218 active+clean; 7.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.3 KiB/s wr, 7 op/s 2023-11-15T03:57:58.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:58 smithi143 bash[29116]: cluster 2023-11-15T03:57:57.472840+0000 mgr.smithi037.kdknfa (mgr.14182) 309 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 1.4 KiB/s wr, 18 op/s 2023-11-15T03:57:58.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:58 smithi037 bash[25974]: cluster 2023-11-15T03:57:57.472840+0000 mgr.smithi037.kdknfa (mgr.14182) 309 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 1.4 KiB/s wr, 18 op/s 2023-11-15T03:57:59.530 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:57:59.530 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:57:59.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:59 smithi143 bash[29116]: audit 2023-11-15T03:57:58.492267+0000 mon.smithi037 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]: dispatch 2023-11-15T03:57:59.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:59 smithi143 bash[29116]: audit 2023-11-15T03:57:58.492558+0000 mon.smithi037 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.8", "id": [5, 3]}]: dispatch 2023-11-15T03:57:59.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:57:59 smithi143 bash[29116]: audit 2023-11-15T03:57:58.680622+0000 mon.smithi037 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:57:59.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:59 smithi037 bash[25974]: audit 2023-11-15T03:57:58.492267+0000 mon.smithi037 (mon.0) 714 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]: dispatch 2023-11-15T03:57:59.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:59 smithi037 bash[25974]: audit 2023-11-15T03:57:58.492558+0000 mon.smithi037 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.8", "id": [5, 3]}]: dispatch 2023-11-15T03:57:59.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:57:59 smithi037 bash[25974]: audit 2023-11-15T03:57:58.680622+0000 mon.smithi037 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:58:00.184 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-15T03:58:00.184 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-15T03:58:00.195 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-15T03:58:00.196 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:00.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:00 smithi143 bash[29116]: cluster 2023-11-15T03:57:59.473996+0000 mgr.smithi037.kdknfa (mgr.14182) 310 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 1.1 KiB/s wr, 23 op/s 2023-11-15T03:58:00.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:00 smithi143 bash[29116]: audit 2023-11-15T03:57:59.482208+0000 mon.smithi037 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]': finished 2023-11-15T03:58:00.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:00 smithi143 bash[29116]: audit 2023-11-15T03:57:59.482299+0000 mon.smithi037 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.8", "id": [5, 3]}]': finished 2023-11-15T03:58:00.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:00 smithi143 bash[29116]: cluster 2023-11-15T03:57:59.482359+0000 mon.smithi037 (mon.0) 719 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-15T03:58:00.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:00 smithi143 bash[29116]: audit 2023-11-15T03:57:59.522034+0000 mgr.smithi037.kdknfa (mgr.14182) 311 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:00.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:00 smithi037 bash[25974]: cluster 2023-11-15T03:57:59.473996+0000 mgr.smithi037.kdknfa (mgr.14182) 310 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 1.1 KiB/s wr, 23 op/s 2023-11-15T03:58:00.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:00 smithi037 bash[25974]: audit 2023-11-15T03:57:59.482208+0000 mon.smithi037 (mon.0) 717 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1d", "id": [4, 0]}]': finished 2023-11-15T03:58:00.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:00 smithi037 bash[25974]: audit 2023-11-15T03:57:59.482299+0000 mon.smithi037 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.8", "id": [5, 3]}]': finished 2023-11-15T03:58:00.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:00 smithi037 bash[25974]: cluster 2023-11-15T03:57:59.482359+0000 mon.smithi037 (mon.0) 719 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-11-15T03:58:00.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:00 smithi037 bash[25974]: audit 2023-11-15T03:57:59.522034+0000 mgr.smithi037.kdknfa (mgr.14182) 311 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:01.640 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:01 smithi037 bash[25974]: cluster 2023-11-15T03:58:00.482953+0000 mon.smithi037 (mon.0) 720 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-15T03:58:01.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:01 smithi143 bash[29116]: cluster 2023-11-15T03:58:00.482953+0000 mon.smithi037 (mon.0) 720 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-11-15T03:58:02.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:02 smithi143 bash[29116]: cluster 2023-11-15T03:58:01.475395+0000 mgr.smithi037.kdknfa (mgr.14182) 312 : cluster [DBG] pgmap v262: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 767 B/s wr, 23 op/s 2023-11-15T03:58:02.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:02 smithi037 bash[25974]: cluster 2023-11-15T03:58:01.475395+0000 mgr.smithi037.kdknfa (mgr.14182) 312 : cluster [DBG] pgmap v262: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 767 B/s wr, 23 op/s 2023-11-15T03:58:03.448 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:03.449 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:04.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:04.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:04 smithi143 bash[29116]: audit 2023-11-15T03:58:03.437018+0000 mgr.smithi037.kdknfa (mgr.14182) 313 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:04.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:04 smithi143 bash[29116]: cluster 2023-11-15T03:58:03.476964+0000 mgr.smithi037.kdknfa (mgr.14182) 314 : cluster [DBG] pgmap v263: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 255 B/s wr, 21 op/s 2023-11-15T03:58:04.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:04 smithi037 bash[25974]: audit 2023-11-15T03:58:03.437018+0000 mgr.smithi037.kdknfa (mgr.14182) 313 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:04.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:04 smithi037 bash[25974]: cluster 2023-11-15T03:58:03.476964+0000 mgr.smithi037.kdknfa (mgr.14182) 314 : cluster [DBG] pgmap v263: 225 pgs: 1 peering, 224 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 255 B/s wr, 21 op/s 2023-11-15T03:58:05.072 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:06.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:06 smithi037 bash[25974]: cluster 2023-11-15T03:58:05.478534+0000 mgr.smithi037.kdknfa (mgr.14182) 315 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 0 B/s wr, 10 op/s 2023-11-15T03:58:06.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:06 smithi143 bash[29116]: cluster 2023-11-15T03:58:05.478534+0000 mgr.smithi037.kdknfa (mgr.14182) 315 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 0 B/s wr, 10 op/s 2023-11-15T03:58:08.183 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:08.183 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:08.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:08 smithi037 bash[25974]: cluster 2023-11-15T03:58:07.480072+0000 mgr.smithi037.kdknfa (mgr.14182) 316 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T03:58:08.754 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:08.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:08 smithi143 bash[29116]: cluster 2023-11-15T03:58:07.480072+0000 mgr.smithi037.kdknfa (mgr.14182) 316 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T03:58:09.755 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:09.769 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:09 smithi037 bash[25974]: audit 2023-11-15T03:58:08.169185+0000 mgr.smithi037.kdknfa (mgr.14182) 317 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:09.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:09 smithi143 bash[29116]: audit 2023-11-15T03:58:08.169185+0000 mgr.smithi037.kdknfa (mgr.14182) 317 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:10.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:10 smithi143 bash[29116]: cluster 2023-11-15T03:58:09.481885+0000 mgr.smithi037.kdknfa (mgr.14182) 318 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-11-15T03:58:10.957 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:10 smithi037 bash[25974]: cluster 2023-11-15T03:58:09.481885+0000 mgr.smithi037.kdknfa (mgr.14182) 318 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-11-15T03:58:12.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:12 smithi143 bash[29116]: cluster 2023-11-15T03:58:11.483509+0000 mgr.smithi037.kdknfa (mgr.14182) 319 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-15T03:58:12.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:12 smithi037 bash[25974]: cluster 2023-11-15T03:58:11.483509+0000 mgr.smithi037.kdknfa (mgr.14182) 319 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-15T03:58:13.060 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:13.061 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:13.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:14.728 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:14.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:14 smithi143 bash[29116]: audit 2023-11-15T03:58:13.048355+0000 mgr.smithi037.kdknfa (mgr.14182) 320 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:14.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:14 smithi143 bash[29116]: cluster 2023-11-15T03:58:13.485234+0000 mgr.smithi037.kdknfa (mgr.14182) 321 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:14.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:14 smithi037 bash[25974]: audit 2023-11-15T03:58:13.048355+0000 mgr.smithi037.kdknfa (mgr.14182) 320 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:14.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:14 smithi037 bash[25974]: cluster 2023-11-15T03:58:13.485234+0000 mgr.smithi037.kdknfa (mgr.14182) 321 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:16.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:16 smithi143 bash[29116]: cluster 2023-11-15T03:58:15.486829+0000 mgr.smithi037.kdknfa (mgr.14182) 322 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:58:16.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:16 smithi037 bash[25974]: cluster 2023-11-15T03:58:15.486829+0000 mgr.smithi037.kdknfa (mgr.14182) 322 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:58:17.906 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:17.906 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:18.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:18.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:18 smithi143 bash[29116]: cluster 2023-11-15T03:58:17.488243+0000 mgr.smithi037.kdknfa (mgr.14182) 323 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:18.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:18 smithi143 bash[29116]: audit 2023-11-15T03:58:17.891585+0000 mgr.smithi037.kdknfa (mgr.14182) 324 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:18.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:18 smithi037 bash[25974]: cluster 2023-11-15T03:58:17.488243+0000 mgr.smithi037.kdknfa (mgr.14182) 323 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:18.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:18 smithi037 bash[25974]: audit 2023-11-15T03:58:17.891585+0000 mgr.smithi037.kdknfa (mgr.14182) 324 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:19.520 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:20.834 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:20 smithi037 bash[25974]: cluster 2023-11-15T03:58:19.490089+0000 mgr.smithi037.kdknfa (mgr.14182) 325 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:20.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:20 smithi143 bash[29116]: cluster 2023-11-15T03:58:19.490089+0000 mgr.smithi037.kdknfa (mgr.14182) 325 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:22.711 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:22 smithi037 bash[25974]: cluster 2023-11-15T03:58:21.491781+0000 mgr.smithi037.kdknfa (mgr.14182) 326 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:22.891 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:22.891 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:22.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:22 smithi143 bash[29116]: cluster 2023-11-15T03:58:21.491781+0000 mgr.smithi037.kdknfa (mgr.14182) 326 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:23.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:23.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:23 smithi143 bash[29116]: audit 2023-11-15T03:58:22.884085+0000 mgr.smithi037.kdknfa (mgr.14182) 327 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:23.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:23 smithi037 bash[25974]: audit 2023-11-15T03:58:22.884085+0000 mgr.smithi037.kdknfa (mgr.14182) 327 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:24.545 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:24.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:24 smithi143 bash[29116]: cluster 2023-11-15T03:58:23.493560+0000 mgr.smithi037.kdknfa (mgr.14182) 328 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:24.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:24 smithi037 bash[25974]: cluster 2023-11-15T03:58:23.493560+0000 mgr.smithi037.kdknfa (mgr.14182) 328 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:26.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:26 smithi143 bash[29116]: cluster 2023-11-15T03:58:25.495142+0000 mgr.smithi037.kdknfa (mgr.14182) 329 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:26.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:26 smithi037 bash[25974]: cluster 2023-11-15T03:58:25.495142+0000 mgr.smithi037.kdknfa (mgr.14182) 329 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:27.781 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:27.782 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:28.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:28.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:28 smithi037 bash[25974]: cluster 2023-11-15T03:58:27.496714+0000 mgr.smithi037.kdknfa (mgr.14182) 330 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:28.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:28 smithi037 bash[25974]: audit 2023-11-15T03:58:27.766902+0000 mgr.smithi037.kdknfa (mgr.14182) 331 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:28.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:28 smithi143 bash[29116]: cluster 2023-11-15T03:58:27.496714+0000 mgr.smithi037.kdknfa (mgr.14182) 330 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:28.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:28 smithi143 bash[29116]: audit 2023-11-15T03:58:27.766902+0000 mgr.smithi037.kdknfa (mgr.14182) 331 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:29.376 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:30.745 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:30 smithi037 bash[25974]: cluster 2023-11-15T03:58:29.498606+0000 mgr.smithi037.kdknfa (mgr.14182) 332 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:30.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:30 smithi143 bash[29116]: cluster 2023-11-15T03:58:29.498606+0000 mgr.smithi037.kdknfa (mgr.14182) 332 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-15T03:58:32.484 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:32.484 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:32.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:32 smithi143 bash[29116]: cluster 2023-11-15T03:58:31.500322+0000 mgr.smithi037.kdknfa (mgr.14182) 333 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:32.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:32 smithi037 bash[25974]: cluster 2023-11-15T03:58:31.500322+0000 mgr.smithi037.kdknfa (mgr.14182) 333 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:33.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:33.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:33 smithi143 bash[29116]: audit 2023-11-15T03:58:32.473965+0000 mgr.smithi037.kdknfa (mgr.14182) 334 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:33.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:33 smithi037 bash[25974]: audit 2023-11-15T03:58:32.473965+0000 mgr.smithi037.kdknfa (mgr.14182) 334 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:34.146 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:34.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:34 smithi143 bash[29116]: cluster 2023-11-15T03:58:33.502066+0000 mgr.smithi037.kdknfa (mgr.14182) 335 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:34.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:34 smithi037 bash[25974]: cluster 2023-11-15T03:58:33.502066+0000 mgr.smithi037.kdknfa (mgr.14182) 335 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:36.848 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:36 smithi037 bash[25974]: cluster 2023-11-15T03:58:35.503503+0000 mgr.smithi037.kdknfa (mgr.14182) 336 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:58:36.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:36 smithi143 bash[29116]: cluster 2023-11-15T03:58:35.503503+0000 mgr.smithi037.kdknfa (mgr.14182) 336 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:58:37.282 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:37.283 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:37.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:38.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:38 smithi143 bash[29116]: audit 2023-11-15T03:58:37.272783+0000 mgr.smithi037.kdknfa (mgr.14182) 337 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:38.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:38 smithi143 bash[29116]: cluster 2023-11-15T03:58:37.505104+0000 mgr.smithi037.kdknfa (mgr.14182) 338 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:38.947 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:38.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:38 smithi037 bash[25974]: audit 2023-11-15T03:58:37.272783+0000 mgr.smithi037.kdknfa (mgr.14182) 337 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:38.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:38 smithi037 bash[25974]: cluster 2023-11-15T03:58:37.505104+0000 mgr.smithi037.kdknfa (mgr.14182) 338 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:40.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:40 smithi037 bash[25974]: cluster 2023-11-15T03:58:39.507051+0000 mgr.smithi037.kdknfa (mgr.14182) 339 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:40.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:40 smithi143 bash[29116]: cluster 2023-11-15T03:58:39.507051+0000 mgr.smithi037.kdknfa (mgr.14182) 339 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:42.288 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:42.289 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:42.712 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:42 smithi037 bash[25974]: cluster 2023-11-15T03:58:41.508772+0000 mgr.smithi037.kdknfa (mgr.14182) 340 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:42.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:42 smithi143 bash[29116]: cluster 2023-11-15T03:58:41.508772+0000 mgr.smithi037.kdknfa (mgr.14182) 340 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:42.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:43.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:43 smithi143 bash[29116]: audit 2023-11-15T03:58:42.273140+0000 mgr.smithi037.kdknfa (mgr.14182) 341 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:43.905 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:43.919 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:43 smithi037 bash[25974]: audit 2023-11-15T03:58:42.273140+0000 mgr.smithi037.kdknfa (mgr.14182) 341 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:44.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:44 smithi143 bash[29116]: cluster 2023-11-15T03:58:43.510520+0000 mgr.smithi037.kdknfa (mgr.14182) 342 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:44.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:44 smithi037 bash[25974]: cluster 2023-11-15T03:58:43.510520+0000 mgr.smithi037.kdknfa (mgr.14182) 342 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:46.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:46 smithi143 bash[29116]: cluster 2023-11-15T03:58:45.512100+0000 mgr.smithi037.kdknfa (mgr.14182) 343 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:58:46.914 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:46 smithi037 bash[25974]: cluster 2023-11-15T03:58:45.512100+0000 mgr.smithi037.kdknfa (mgr.14182) 343 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:58:47.268 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:47.268 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:47.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:47 smithi143 bash[29116]: audit 2023-11-15T03:58:47.471892+0000 mon.smithi037 (mon.0) 721 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:58:47.928 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:47 smithi037 bash[25974]: audit 2023-11-15T03:58:47.471892+0000 mon.smithi037 (mon.0) 721 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T03:58:47.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:48.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:48 smithi143 bash[29116]: audit 2023-11-15T03:58:47.256038+0000 mgr.smithi037.kdknfa (mgr.14182) 344 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:48.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:48 smithi143 bash[29116]: cluster 2023-11-15T03:58:47.513263+0000 mgr.smithi037.kdknfa (mgr.14182) 345 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:48.931 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:48.943 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:48 smithi037 bash[25974]: audit 2023-11-15T03:58:47.256038+0000 mgr.smithi037.kdknfa (mgr.14182) 344 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:48.943 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:48 smithi037 bash[25974]: cluster 2023-11-15T03:58:47.513263+0000 mgr.smithi037.kdknfa (mgr.14182) 345 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:50.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:50 smithi143 bash[29116]: cluster 2023-11-15T03:58:49.515058+0000 mgr.smithi037.kdknfa (mgr.14182) 346 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:50.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:50 smithi037 bash[25974]: cluster 2023-11-15T03:58:49.515058+0000 mgr.smithi037.kdknfa (mgr.14182) 346 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:52.256 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:52.257 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:57:38.762551Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:57:38.412055Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:57:38.762779Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:57:38.412433Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:57:38.412631Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:57:38.763515Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:57:38.412813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:57:38.413220Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:57:38.413036Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:57:38.414098Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:52.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:52.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:52 smithi143 bash[29116]: cluster 2023-11-15T03:58:51.516912+0000 mgr.smithi037.kdknfa (mgr.14182) 347 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:52.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:52 smithi037 bash[25974]: cluster 2023-11-15T03:58:51.516912+0000 mgr.smithi037.kdknfa (mgr.14182) 347 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:53.847 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:53.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:53 smithi143 bash[29116]: audit 2023-11-15T03:58:52.241633+0000 mgr.smithi037.kdknfa (mgr.14182) 348 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:53.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:53 smithi143 bash[29116]: audit 2023-11-15T03:58:53.378740+0000 mon.smithi037 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:58:53.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:53 smithi037 bash[25974]: audit 2023-11-15T03:58:52.241633+0000 mgr.smithi037.kdknfa (mgr.14182) 348 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:53.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:53 smithi037 bash[25974]: audit 2023-11-15T03:58:53.378740+0000 mon.smithi037 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:58:55.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:54 smithi037 bash[25974]: cluster 2023-11-15T03:58:53.518526+0000 mgr.smithi037.kdknfa (mgr.14182) 349 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:55.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:54 smithi037 bash[25974]: audit 2023-11-15T03:58:53.714538+0000 mon.smithi037 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:58:55.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:54 smithi037 bash[25974]: audit 2023-11-15T03:58:54.011654+0000 mon.smithi037 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:58:55.023 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:54 smithi037 bash[25974]: audit 2023-11-15T03:58:54.013437+0000 mon.smithi037 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:58:55.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:54 smithi037 bash[25974]: audit 2023-11-15T03:58:54.023006+0000 mon.smithi037 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:58:55.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:54 smithi037 bash[25974]: audit 2023-11-15T03:58:54.030541+0000 mon.smithi037 (mon.0) 727 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:58:55.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:54 smithi037 bash[25974]: audit 2023-11-15T03:58:54.043282+0000 mon.smithi037 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:58:55.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:54 smithi037 bash[25974]: cluster 2023-11-15T03:58:54.374756+0000 mon.smithi037 (mon.0) 729 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T03:58:55.024 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:54 smithi037 bash[25974]: cluster 2023-11-15T03:58:54.374855+0000 mon.smithi037 (mon.0) 730 : cluster [INF] Cluster is now healthy 2023-11-15T03:58:55.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:54 smithi143 bash[29116]: cluster 2023-11-15T03:58:53.518526+0000 mgr.smithi037.kdknfa (mgr.14182) 349 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:58:55.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:54 smithi143 bash[29116]: audit 2023-11-15T03:58:53.714538+0000 mon.smithi037 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:58:55.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:54 smithi143 bash[29116]: audit 2023-11-15T03:58:54.011654+0000 mon.smithi037 (mon.0) 724 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T03:58:55.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:54 smithi143 bash[29116]: audit 2023-11-15T03:58:54.013437+0000 mon.smithi037 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T03:58:55.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:54 smithi143 bash[29116]: audit 2023-11-15T03:58:54.023006+0000 mon.smithi037 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:58:55.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:54 smithi143 bash[29116]: audit 2023-11-15T03:58:54.030541+0000 mon.smithi037 (mon.0) 727 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T03:58:55.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:54 smithi143 bash[29116]: audit 2023-11-15T03:58:54.043282+0000 mon.smithi037 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:58:55.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:54 smithi143 bash[29116]: cluster 2023-11-15T03:58:54.374756+0000 mon.smithi037 (mon.0) 729 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T03:58:55.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:54 smithi143 bash[29116]: cluster 2023-11-15T03:58:54.374855+0000 mon.smithi037 (mon.0) 730 : cluster [INF] Cluster is now healthy 2023-11-15T03:58:56.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:55 smithi143 bash[29116]: cluster 2023-11-15T03:58:54.023958+0000 mgr.smithi037.kdknfa (mgr.14182) 350 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T03:58:56.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:55 smithi143 bash[29116]: cephadm 2023-11-15T03:58:54.047516+0000 mgr.smithi037.kdknfa (mgr.14182) 351 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rknfel on smithi143 2023-11-15T03:58:56.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:55 smithi037 bash[25974]: cluster 2023-11-15T03:58:54.023958+0000 mgr.smithi037.kdknfa (mgr.14182) 350 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T03:58:56.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:55 smithi037 bash[25974]: cephadm 2023-11-15T03:58:54.047516+0000 mgr.smithi037.kdknfa (mgr.14182) 351 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rknfel on smithi143 2023-11-15T03:58:57.163 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:58:57.164 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:32.540555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lkvkix on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:42.917945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.capmwk on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-capmwk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.capmwk\nDeploy daemon haproxy.nfs.foo.smithi143.capmwk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.455231Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.tcicwp on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-tcicwp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.tcicwp\nDeploy daemon haproxy.nfs.foo.smithi037.tcicwp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:57:47.459709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.lruivu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:58:57.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:58:57.853 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:57 smithi143 bash[29116]: cluster 2023-11-15T03:58:56.025273+0000 mgr.smithi037.kdknfa (mgr.14182) 352 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T03:58:58.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:57 smithi037 bash[25974]: cluster 2023-11-15T03:58:56.025273+0000 mgr.smithi037.kdknfa (mgr.14182) 352 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T03:58:58.757 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:58:59.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: audit 2023-11-15T03:58:57.148796+0000 mgr.smithi037.kdknfa (mgr.14182) 353 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:59.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: cephadm 2023-11-15T03:58:57.921450+0000 mgr.smithi037.kdknfa (mgr.14182) 354 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:58:59.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:58:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.rknfel ... 2023-11-15T03:58:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:58:59.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:58:59.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:58:59.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T03:58:59.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:58:59.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T03:58:59.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:58:59.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T03:58:59.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:58:59.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:58:59.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.rknfel ... 2023-11-15T03:58:59.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:58:59.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:58:59.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:58:59.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: cephadm 2023-11-15T03:58:57.921733+0000 mgr.smithi037.kdknfa (mgr.14182) 355 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: audit 2023-11-15T03:58:57.922202+0000 mon.smithi037 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rknfel"}]: dispatch 2023-11-15T03:58:59.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: cephadm 2023-11-15T03:58:57.923646+0000 mgr.smithi037.kdknfa (mgr.14182) 356 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:58:59.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:58:59.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.rknfel ... 2023-11-15T03:58:59.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.162 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:58:59.162 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:58:59.162 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:58:59.163 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.163 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:58 smithi143 bash[29116]: audit 2023-11-15T03:58:58.683113+0000 mon.smithi037 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:58:59.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: audit 2023-11-15T03:58:57.148796+0000 mgr.smithi037.kdknfa (mgr.14182) 353 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:58:59.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: cephadm 2023-11-15T03:58:57.921450+0000 mgr.smithi037.kdknfa (mgr.14182) 354 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:58:59.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:58:59.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.rknfel ... 2023-11-15T03:58:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:58:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:58:59.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:58:59.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T03:58:59.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:58:59.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T03:58:59.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:58:59.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T03:58:59.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:58:59.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:58:59.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.rknfel ... 2023-11-15T03:58:59.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:58:59.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:58:59.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:58:59.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: cephadm 2023-11-15T03:58:57.921733+0000 mgr.smithi037.kdknfa (mgr.14182) 355 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: audit 2023-11-15T03:58:57.922202+0000 mon.smithi037 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rknfel"}]: dispatch 2023-11-15T03:58:59.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: cephadm 2023-11-15T03:58:57.923646+0000 mgr.smithi037.kdknfa (mgr.14182) 356 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:58:59.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T03:58:59.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:58:59.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T03:58:59.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.rknfel ... 2023-11-15T03:58:59.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:58:59.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:58:59.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:58:59.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:58:59.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:58 smithi037 bash[25974]: audit 2023-11-15T03:58:58.683113+0000 mon.smithi037 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:58:59.998 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:59 smithi037 bash[25974]: cephadm 2023-11-15T03:58:57.926954+0000 mgr.smithi037.kdknfa (mgr.14182) 357 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.iytcis on smithi037 2023-11-15T03:58:59.999 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:58:59 smithi037 bash[25974]: cluster 2023-11-15T03:58:58.026257+0000 mgr.smithi037.kdknfa (mgr.14182) 358 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T03:59:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:59 smithi143 bash[29116]: cephadm 2023-11-15T03:58:57.926954+0000 mgr.smithi037.kdknfa (mgr.14182) 357 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.iytcis on smithi037 2023-11-15T03:59:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:58:59 smithi143 bash[29116]: cluster 2023-11-15T03:58:58.026257+0000 mgr.smithi037.kdknfa (mgr.14182) 358 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T03:59:01.971 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:01.972 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:02.030 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:01 smithi037 bash[25974]: cluster 2023-11-15T03:59:00.027542+0000 mgr.smithi037.kdknfa (mgr.14182) 359 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T03:59:02.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:01 smithi143 bash[29116]: cluster 2023-11-15T03:59:00.027542+0000 mgr.smithi037.kdknfa (mgr.14182) 359 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T03:59:02.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:02.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: cephadm 2023-11-15T03:59:01.858781+0000 mgr.smithi037.kdknfa (mgr.14182) 360 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:02.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:59:02.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:02.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:02.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:59:02.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:02.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.iytcis ... 2023-11-15T03:59:02.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:02.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:59:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:59:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:59:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T03:59:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:59:02.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T03:59:02.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:59:02.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T03:59:02.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:02.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:59:02.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:02.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:02.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:59:02.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:02.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.iytcis ... 2023-11-15T03:59:02.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:02.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:59:02.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:59:02.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:59:02.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:02.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: cephadm 2023-11-15T03:59:01.859053+0000 mgr.smithi037.kdknfa (mgr.14182) 361 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.iytcis 2023-11-15T03:59:02.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: audit 2023-11-15T03:59:01.859529+0000 mon.smithi037 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.iytcis"}]: dispatch 2023-11-15T03:59:02.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: cephadm 2023-11-15T03:59:01.860652+0000 mgr.smithi037.kdknfa (mgr.14182) 362 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:02.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:59:02.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:02.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:02.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T03:59:02.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:02.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.iytcis ... 2023-11-15T03:59:02.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:02.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:59:02.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:59:02.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T03:59:02.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:02.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: cephadm 2023-11-15T03:59:01.862610+0000 mgr.smithi037.kdknfa (mgr.14182) 363 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:59:02.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: cephadm 2023-11-15T03:59:01.864118+0000 mgr.smithi037.kdknfa (mgr.14182) 364 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:59:02.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:02 smithi037 bash[25974]: cluster 2023-11-15T03:59:01.865178+0000 mgr.smithi037.kdknfa (mgr.14182) 365 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T03:59:03.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: cephadm 2023-11-15T03:59:01.858781+0000 mgr.smithi037.kdknfa (mgr.14182) 360 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:03.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:59:03.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:03.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:03.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:59:03.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:03.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.iytcis ... 2023-11-15T03:59:03.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:03.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:59:03.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:59:03.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:59:03.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:03.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T03:59:03.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T03:59:03.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T03:59:03.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T03:59:03.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T03:59:03.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:03.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:59:03.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:03.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:03.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:59:03.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:03.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.iytcis ... 2023-11-15T03:59:03.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:03.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:59:03.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:59:03.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:59:03.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:03.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: cephadm 2023-11-15T03:59:01.859053+0000 mgr.smithi037.kdknfa (mgr.14182) 361 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.iytcis 2023-11-15T03:59:03.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: audit 2023-11-15T03:59:01.859529+0000 mon.smithi037 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.iytcis"}]: dispatch 2023-11-15T03:59:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: cephadm 2023-11-15T03:59:01.860652+0000 mgr.smithi037.kdknfa (mgr.14182) 362 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:59:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T03:59:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T03:59:03.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T03:59:03.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.iytcis ... 2023-11-15T03:59:03.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:03.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T03:59:03.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T03:59:03.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T03:59:03.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T03:59:03.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: cephadm 2023-11-15T03:59:01.862610+0000 mgr.smithi037.kdknfa (mgr.14182) 363 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:59:03.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: cephadm 2023-11-15T03:59:01.864118+0000 mgr.smithi037.kdknfa (mgr.14182) 364 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T03:59:03.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:02 smithi143 bash[29116]: cluster 2023-11-15T03:59:01.865178+0000 mgr.smithi037.kdknfa (mgr.14182) 365 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T03:59:03.656 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:03.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:03 smithi037 bash[25974]: audit 2023-11-15T03:59:01.959849+0000 mgr.smithi037.kdknfa (mgr.14182) 366 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:03.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:03 smithi037 bash[25974]: cluster 2023-11-15T03:59:02.739179+0000 mon.smithi037 (mon.0) 734 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T03:59:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:03 smithi143 bash[29116]: audit 2023-11-15T03:59:01.959849+0000 mgr.smithi037.kdknfa (mgr.14182) 366 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:03 smithi143 bash[29116]: cluster 2023-11-15T03:59:02.739179+0000 mon.smithi037 (mon.0) 734 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T03:59:05.015 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:04 smithi037 bash[25974]: cluster 2023-11-15T03:59:03.867417+0000 mgr.smithi037.kdknfa (mgr.14182) 367 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T03:59:05.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:04 smithi143 bash[29116]: cluster 2023-11-15T03:59:03.867417+0000 mgr.smithi037.kdknfa (mgr.14182) 367 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2023-11-15T03:59:06.802 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:06.803 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:07.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:06 smithi143 bash[29116]: audit 2023-11-15T03:59:05.831120+0000 mon.smithi037 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:59:07.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:06 smithi143 bash[29116]: cluster 2023-11-15T03:59:05.868974+0000 mgr.smithi037.kdknfa (mgr.14182) 368 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T03:59:07.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:06 smithi037 bash[25974]: audit 2023-11-15T03:59:05.831120+0000 mon.smithi037 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:59:07.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:06 smithi037 bash[25974]: cluster 2023-11-15T03:59:05.868974+0000 mgr.smithi037.kdknfa (mgr.14182) 368 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T03:59:07.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:08.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:07 smithi143 bash[29116]: audit 2023-11-15T03:59:06.787315+0000 mgr.smithi037.kdknfa (mgr.14182) 369 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:08.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:07 smithi037 bash[25974]: audit 2023-11-15T03:59:06.787315+0000 mgr.smithi037.kdknfa (mgr.14182) 369 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:08.429 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:08 smithi143 bash[29116]: cluster 2023-11-15T03:59:07.870904+0000 mgr.smithi037.kdknfa (mgr.14182) 370 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T03:59:09.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:08 smithi037 bash[25974]: cluster 2023-11-15T03:59:07.870904+0000 mgr.smithi037.kdknfa (mgr.14182) 370 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T03:59:10.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:09 smithi037 bash[25974]: cluster 2023-11-15T03:59:09.872813+0000 mgr.smithi037.kdknfa (mgr.14182) 371 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T03:59:10.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:09 smithi143 bash[29116]: cluster 2023-11-15T03:59:09.872813+0000 mgr.smithi037.kdknfa (mgr.14182) 371 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T03:59:11.603 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:11.603 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:12.212 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:12.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:11 smithi143 bash[29116]: audit 2023-11-15T03:59:11.591069+0000 mgr.smithi037.kdknfa (mgr.14182) 372 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:12.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:11 smithi143 bash[29116]: cluster 2023-11-15T03:59:11.874502+0000 mgr.smithi037.kdknfa (mgr.14182) 373 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T03:59:12.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:11 smithi037 bash[25974]: audit 2023-11-15T03:59:11.591069+0000 mgr.smithi037.kdknfa (mgr.14182) 372 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:12.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:11 smithi037 bash[25974]: cluster 2023-11-15T03:59:11.874502+0000 mgr.smithi037.kdknfa (mgr.14182) 373 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T03:59:13.213 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:14.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:14 smithi037 bash[25974]: audit 2023-11-15T03:59:13.684381+0000 mon.smithi037 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:59:14.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:14 smithi037 bash[25974]: cluster 2023-11-15T03:59:13.876619+0000 mgr.smithi037.kdknfa (mgr.14182) 374 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:15.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:14 smithi143 bash[29116]: audit 2023-11-15T03:59:13.684381+0000 mon.smithi037 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T03:59:15.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:14 smithi143 bash[29116]: cluster 2023-11-15T03:59:13.876619+0000 mgr.smithi037.kdknfa (mgr.14182) 374 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:16.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:15 smithi143 bash[29116]: cluster 2023-11-15T03:59:15.877995+0000 mgr.smithi037.kdknfa (mgr.14182) 375 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:59:16.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:15 smithi037 bash[25974]: cluster 2023-11-15T03:59:15.877995+0000 mgr.smithi037.kdknfa (mgr.14182) 375 : cluster [DBG] pgmap v300: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:59:16.473 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:16.473 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:17.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:17.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:16 smithi143 bash[29116]: audit 2023-11-15T03:59:16.466015+0000 mgr.smithi037.kdknfa (mgr.14182) 376 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:17.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:16 smithi037 bash[25974]: audit 2023-11-15T03:59:16.466015+0000 mgr.smithi037.kdknfa (mgr.14182) 376 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:18.104 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:18.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:18 smithi143 bash[29116]: cluster 2023-11-15T03:59:17.879717+0000 mgr.smithi037.kdknfa (mgr.14182) 377 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:18.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:18 smithi037 bash[25974]: cluster 2023-11-15T03:59:17.879717+0000 mgr.smithi037.kdknfa (mgr.14182) 377 : cluster [DBG] pgmap v301: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:20.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:19 smithi143 bash[29116]: cluster 2023-11-15T03:59:19.881518+0000 mgr.smithi037.kdknfa (mgr.14182) 378 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:20.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:19 smithi037 bash[25974]: cluster 2023-11-15T03:59:19.881518+0000 mgr.smithi037.kdknfa (mgr.14182) 378 : cluster [DBG] pgmap v302: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:21.348 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:21.349 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:21.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:22.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:21 smithi143 bash[29116]: audit 2023-11-15T03:59:21.334497+0000 mgr.smithi037.kdknfa (mgr.14182) 379 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:22.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:21 smithi143 bash[29116]: cluster 2023-11-15T03:59:21.883200+0000 mgr.smithi037.kdknfa (mgr.14182) 380 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:22.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:21 smithi037 bash[25974]: audit 2023-11-15T03:59:21.334497+0000 mgr.smithi037.kdknfa (mgr.14182) 379 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:22.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:21 smithi037 bash[25974]: cluster 2023-11-15T03:59:21.883200+0000 mgr.smithi037.kdknfa (mgr.14182) 380 : cluster [DBG] pgmap v303: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:22.975 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:24.251 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:23 smithi037 bash[25974]: cluster 2023-11-15T03:59:23.884347+0000 mgr.smithi037.kdknfa (mgr.14182) 381 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:24.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:23 smithi143 bash[29116]: cluster 2023-11-15T03:59:23.884347+0000 mgr.smithi037.kdknfa (mgr.14182) 381 : cluster [DBG] pgmap v304: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:26.101 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:26.102 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:26.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:25 smithi143 bash[29116]: cluster 2023-11-15T03:59:25.885548+0000 mgr.smithi037.kdknfa (mgr.14182) 382 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:59:26.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:25 smithi037 bash[25974]: cluster 2023-11-15T03:59:25.885548+0000 mgr.smithi037.kdknfa (mgr.14182) 382 : cluster [DBG] pgmap v305: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:59:26.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:27.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:26 smithi143 bash[29116]: audit 2023-11-15T03:59:26.094174+0000 mgr.smithi037.kdknfa (mgr.14182) 383 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:27.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:26 smithi037 bash[25974]: audit 2023-11-15T03:59:26.094174+0000 mgr.smithi037.kdknfa (mgr.14182) 383 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:27.709 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:28.761 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:28 smithi037 bash[25974]: cluster 2023-11-15T03:59:27.887297+0000 mgr.smithi037.kdknfa (mgr.14182) 384 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:28.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:28 smithi143 bash[29116]: cluster 2023-11-15T03:59:27.887297+0000 mgr.smithi037.kdknfa (mgr.14182) 384 : cluster [DBG] pgmap v306: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:30.325 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:29 smithi037 bash[25974]: cluster 2023-11-15T03:59:29.888799+0000 mgr.smithi037.kdknfa (mgr.14182) 385 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:30.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:29 smithi143 bash[29116]: cluster 2023-11-15T03:59:29.888799+0000 mgr.smithi037.kdknfa (mgr.14182) 385 : cluster [DBG] pgmap v307: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:30.786 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:30.786 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:31.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:30 smithi037 bash[25974]: audit 2023-11-15T03:59:30.772649+0000 mgr.smithi037.kdknfa (mgr.14182) 386 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:31.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:30 smithi143 bash[29116]: audit 2023-11-15T03:59:30.772649+0000 mgr.smithi037.kdknfa (mgr.14182) 386 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:31.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:32.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:32 smithi143 bash[29116]: cluster 2023-11-15T03:59:31.890434+0000 mgr.smithi037.kdknfa (mgr.14182) 387 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:32.403 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:32.417 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:31 smithi037 bash[25974]: cluster 2023-11-15T03:59:31.890434+0000 mgr.smithi037.kdknfa (mgr.14182) 387 : cluster [DBG] pgmap v308: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:34.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:33 smithi143 bash[29116]: cluster 2023-11-15T03:59:33.892371+0000 mgr.smithi037.kdknfa (mgr.14182) 388 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:34.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:33 smithi037 bash[25974]: cluster 2023-11-15T03:59:33.892371+0000 mgr.smithi037.kdknfa (mgr.14182) 388 : cluster [DBG] pgmap v309: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:35.653 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:35.654 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:36.241 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:35 smithi037 bash[25974]: audit 2023-11-15T03:59:35.643224+0000 mgr.smithi037.kdknfa (mgr.14182) 389 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:36.241 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:35 smithi037 bash[25974]: cluster 2023-11-15T03:59:35.893774+0000 mgr.smithi037.kdknfa (mgr.14182) 390 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:59:36.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:36.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:35 smithi143 bash[29116]: audit 2023-11-15T03:59:35.643224+0000 mgr.smithi037.kdknfa (mgr.14182) 389 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:36.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:35 smithi143 bash[29116]: cluster 2023-11-15T03:59:35.893774+0000 mgr.smithi037.kdknfa (mgr.14182) 390 : cluster [DBG] pgmap v310: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:59:37.244 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:38.676 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:38 smithi037 bash[25974]: cluster 2023-11-15T03:59:37.895619+0000 mgr.smithi037.kdknfa (mgr.14182) 391 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:38.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:38 smithi143 bash[29116]: cluster 2023-11-15T03:59:37.895619+0000 mgr.smithi037.kdknfa (mgr.14182) 391 : cluster [DBG] pgmap v311: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:40.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:39 smithi143 bash[29116]: cluster 2023-11-15T03:59:39.897172+0000 mgr.smithi037.kdknfa (mgr.14182) 392 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:40.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:39 smithi037 bash[25974]: cluster 2023-11-15T03:59:39.897172+0000 mgr.smithi037.kdknfa (mgr.14182) 392 : cluster [DBG] pgmap v312: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:40.463 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:40.463 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:41.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:41.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:40 smithi143 bash[29116]: audit 2023-11-15T03:59:40.448873+0000 mgr.smithi037.kdknfa (mgr.14182) 393 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:41.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:40 smithi037 bash[25974]: audit 2023-11-15T03:59:40.448873+0000 mgr.smithi037.kdknfa (mgr.14182) 393 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:42.096 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:42.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:41 smithi143 bash[29116]: cluster 2023-11-15T03:59:41.898847+0000 mgr.smithi037.kdknfa (mgr.14182) 394 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:42.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:41 smithi037 bash[25974]: cluster 2023-11-15T03:59:41.898847+0000 mgr.smithi037.kdknfa (mgr.14182) 394 : cluster [DBG] pgmap v313: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:44.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:43 smithi143 bash[29116]: cluster 2023-11-15T03:59:43.900862+0000 mgr.smithi037.kdknfa (mgr.14182) 395 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:44.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:43 smithi037 bash[25974]: cluster 2023-11-15T03:59:43.900862+0000 mgr.smithi037.kdknfa (mgr.14182) 395 : cluster [DBG] pgmap v314: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:45.254 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:45.255 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:45.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:46.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:45 smithi037 bash[25974]: audit 2023-11-15T03:59:45.238782+0000 mgr.smithi037.kdknfa (mgr.14182) 396 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:46.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:45 smithi037 bash[25974]: cluster 2023-11-15T03:59:45.902210+0000 mgr.smithi037.kdknfa (mgr.14182) 397 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:59:46.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:45 smithi143 bash[29116]: audit 2023-11-15T03:59:45.238782+0000 mgr.smithi037.kdknfa (mgr.14182) 396 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:46.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:45 smithi143 bash[29116]: cluster 2023-11-15T03:59:45.902210+0000 mgr.smithi037.kdknfa (mgr.14182) 397 : cluster [DBG] pgmap v315: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:59:46.807 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:48.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:48 smithi143 bash[29116]: cluster 2023-11-15T03:59:47.904054+0000 mgr.smithi037.kdknfa (mgr.14182) 398 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:48.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:48 smithi037 bash[25974]: cluster 2023-11-15T03:59:47.904054+0000 mgr.smithi037.kdknfa (mgr.14182) 398 : cluster [DBG] pgmap v316: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:50.121 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:50.121 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:50.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:49 smithi143 bash[29116]: cluster 2023-11-15T03:59:49.905238+0000 mgr.smithi037.kdknfa (mgr.14182) 399 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:50.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:49 smithi037 bash[25974]: cluster 2023-11-15T03:59:49.905238+0000 mgr.smithi037.kdknfa (mgr.14182) 399 : cluster [DBG] pgmap v317: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:50.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:51.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:50 smithi037 bash[25974]: audit 2023-11-15T03:59:50.107150+0000 mgr.smithi037.kdknfa (mgr.14182) 400 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:51.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:50 smithi143 bash[29116]: audit 2023-11-15T03:59:50.107150+0000 mgr.smithi037.kdknfa (mgr.14182) 400 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:51.785 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:52.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:51 smithi037 bash[25974]: cluster 2023-11-15T03:59:51.907003+0000 mgr.smithi037.kdknfa (mgr.14182) 401 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:52.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:52 smithi143 bash[29116]: cluster 2023-11-15T03:59:51.907003+0000 mgr.smithi037.kdknfa (mgr.14182) 401 : cluster [DBG] pgmap v318: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:54.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:53 smithi143 bash[29116]: cluster 2023-11-15T03:59:53.908786+0000 mgr.smithi037.kdknfa (mgr.14182) 402 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:54.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:53 smithi037 bash[25974]: cluster 2023-11-15T03:59:53.908786+0000 mgr.smithi037.kdknfa (mgr.14182) 402 : cluster [DBG] pgmap v319: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T03:59:55.101 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T03:59:55.101 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T03:59:55.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T03:59:56.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:55 smithi143 bash[29116]: audit 2023-11-15T03:59:55.088099+0000 mgr.smithi037.kdknfa (mgr.14182) 403 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:56.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:55 smithi143 bash[29116]: cluster 2023-11-15T03:59:55.910090+0000 mgr.smithi037.kdknfa (mgr.14182) 404 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:59:56.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:55 smithi037 bash[25974]: audit 2023-11-15T03:59:55.088099+0000 mgr.smithi037.kdknfa (mgr.14182) 403 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T03:59:56.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:55 smithi037 bash[25974]: cluster 2023-11-15T03:59:55.910090+0000 mgr.smithi037.kdknfa (mgr.14182) 404 : cluster [DBG] pgmap v320: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T03:59:56.734 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T03:59:58.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:58 smithi143 bash[29116]: cluster 2023-11-15T03:59:57.911699+0000 mgr.smithi037.kdknfa (mgr.14182) 405 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T03:59:58.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:58 smithi037 bash[25974]: cluster 2023-11-15T03:59:57.911699+0000 mgr.smithi037.kdknfa (mgr.14182) 405 : cluster [DBG] pgmap v321: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:00:00.003 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:00.004 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:00.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 03:59:59 smithi143 bash[29116]: cluster 2023-11-15T03:59:59.913291+0000 mgr.smithi037.kdknfa (mgr.14182) 406 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:00:00.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 03:59:59 smithi037 bash[25974]: cluster 2023-11-15T03:59:59.913291+0000 mgr.smithi037.kdknfa (mgr.14182) 406 : cluster [DBG] pgmap v322: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:00:00.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:01.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:00 smithi143 bash[29116]: audit 2023-11-15T03:59:59.995505+0000 mgr.smithi037.kdknfa (mgr.14182) 407 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:01.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:00 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000115+0000 mon.smithi037 (mon.0) 737 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T04:00:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:00 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000173+0000 mon.smithi037 (mon.0) 738 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-15T04:00:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000207+0000 mon.smithi037 (mon.0) 739 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T04:00:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000278+0000 mon.smithi037 (mon.0) 740 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:00:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000308+0000 mon.smithi037 (mon.0) 741 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T04:00:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000341+0000 mon.smithi037 (mon.0) 742 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T04:00:01.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000373+0000 mon.smithi037 (mon.0) 743 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:00:01.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000403+0000 mon.smithi037 (mon.0) 744 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T04:00:01.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000431+0000 mon.smithi037 (mon.0) 745 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi143.rknfel ... 2023-11-15T04:00:01.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000459+0000 mon.smithi037 (mon.0) 746 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:01.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000490+0000 mon.smithi037 (mon.0) 747 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:01.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000517+0000 mon.smithi037 (mon.0) 748 : 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-11-15T04:00:01.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000546+0000 mon.smithi037 (mon.0) 749 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T04:00:01.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000573+0000 mon.smithi037 (mon.0) 750 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:01.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000600+0000 mon.smithi037 (mon.0) 751 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T04:00:01.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000626+0000 mon.smithi037 (mon.0) 752 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:00:01.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000655+0000 mon.smithi037 (mon.0) 753 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T04:00:01.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000685+0000 mon.smithi037 (mon.0) 754 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T04:00:01.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000709+0000 mon.smithi037 (mon.0) 755 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:00:01.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000738+0000 mon.smithi037 (mon.0) 756 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T04:00:01.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000779+0000 mon.smithi037 (mon.0) 757 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi037.iytcis ... 2023-11-15T04:00:01.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000809+0000 mon.smithi037 (mon.0) 758 : 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:01.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000841+0000 mon.smithi037 (mon.0) 759 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:01.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000871+0000 mon.smithi037 (mon.0) 760 : 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-11-15T04:00:01.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000904+0000 mon.smithi037 (mon.0) 761 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T04:00:01.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.000972+0000 mon.smithi037 (mon.0) 762 : 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:01.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.001018+0000 mon.smithi037 (mon.0) 763 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:00:01.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:01 smithi143 bash[29116]: cluster 2023-11-15T04:00:00.001055+0000 mon.smithi037 (mon.0) 764 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:00:01.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: audit 2023-11-15T03:59:59.995505+0000 mgr.smithi037.kdknfa (mgr.14182) 407 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:01.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000115+0000 mon.smithi037 (mon.0) 737 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T04:00:01.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000173+0000 mon.smithi037 (mon.0) 738 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-15T04:00:01.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000207+0000 mon.smithi037 (mon.0) 739 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T04:00:01.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000278+0000 mon.smithi037 (mon.0) 740 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:00:01.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000308+0000 mon.smithi037 (mon.0) 741 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel 2023-11-15T04:00:01.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000341+0000 mon.smithi037 (mon.0) 742 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T04:00:01.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000373+0000 mon.smithi037 (mon.0) 743 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:00:01.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000403+0000 mon.smithi037 (mon.0) 744 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel 2023-11-15T04:00:01.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000431+0000 mon.smithi037 (mon.0) 745 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi143.rknfel ... 2023-11-15T04:00:01.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000459+0000 mon.smithi037 (mon.0) 746 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:01.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000490+0000 mon.smithi037 (mon.0) 747 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:01.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000517+0000 mon.smithi037 (mon.0) 748 : 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-11-15T04:00:01.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000546+0000 mon.smithi037 (mon.0) 749 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T04:00:01.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000573+0000 mon.smithi037 (mon.0) 750 : 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=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:01.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000600+0000 mon.smithi037 (mon.0) 751 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T04:00:01.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000626+0000 mon.smithi037 (mon.0) 752 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:00:01.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000655+0000 mon.smithi037 (mon.0) 753 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis 2023-11-15T04:00:01.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000685+0000 mon.smithi037 (mon.0) 754 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T04:00:01.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000709+0000 mon.smithi037 (mon.0) 755 : cluster [WRN] /usr/bin/docker: stdout 2023-11-15T04:00:01.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000738+0000 mon.smithi037 (mon.0) 756 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis 2023-11-15T04:00:01.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000779+0000 mon.smithi037 (mon.0) 757 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi037.iytcis ... 2023-11-15T04:00:01.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000809+0000 mon.smithi037 (mon.0) 758 : 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:01.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000841+0000 mon.smithi037 (mon.0) 759 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:01.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000871+0000 mon.smithi037 (mon.0) 760 : 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-11-15T04:00:01.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000904+0000 mon.smithi037 (mon.0) 761 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-15T04:00:01.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.000972+0000 mon.smithi037 (mon.0) 762 : 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=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:01.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.001018+0000 mon.smithi037 (mon.0) 763 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:00:01.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:00.001055+0000 mon.smithi037 (mon.0) 764 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:00:01.647 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:02.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:02 smithi143 bash[29116]: audit 2023-11-15T04:00:01.867527+0000 mon.smithi037 (mon.0) 765 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:00:02.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:02 smithi143 bash[29116]: cluster 2023-11-15T04:00:01.914465+0000 mgr.smithi037.kdknfa (mgr.14182) 408 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:00:02.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:02 smithi037 bash[25974]: audit 2023-11-15T04:00:01.867527+0000 mon.smithi037 (mon.0) 765 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:00:02.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:02 smithi037 bash[25974]: cluster 2023-11-15T04:00:01.914465+0000 mgr.smithi037.kdknfa (mgr.14182) 408 : cluster [DBG] pgmap v323: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:00:03.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:03 smithi037 bash[25974]: audit 2023-11-15T04:00:02.164691+0000 mon.smithi037 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:03.648 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:03 smithi143 bash[29116]: audit 2023-11-15T04:00:02.164691+0000 mon.smithi037 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:04.462 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:04 smithi037 bash[25974]: cluster 2023-11-15T04:00:03.916187+0000 mgr.smithi037.kdknfa (mgr.14182) 409 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:00:04.648 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:04 smithi143 bash[29116]: cluster 2023-11-15T04:00:03.916187+0000 mgr.smithi037.kdknfa (mgr.14182) 409 : cluster [DBG] pgmap v324: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:00:04.866 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:04.867 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.365251Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.365670Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.365954Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.366234Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.366839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T03:58:53.366536Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.367594Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:05.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:05 smithi037 bash[25974]: audit 2023-11-15T04:00:04.853644+0000 mgr.smithi037.kdknfa (mgr.14182) 410 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:05.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:05.648 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:05 smithi143 bash[29116]: audit 2023-11-15T04:00:04.853644+0000 mgr.smithi037.kdknfa (mgr.14182) 410 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:06.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:06 smithi037 bash[25974]: cluster 2023-11-15T04:00:05.917592+0000 mgr.smithi037.kdknfa (mgr.14182) 411 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T04:00:06.476 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:06.648 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:06 smithi143 bash[29116]: cluster 2023-11-15T04:00:05.917592+0000 mgr.smithi037.kdknfa (mgr.14182) 411 : cluster [DBG] pgmap v325: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 426 B/s rd, 0 op/s 2023-11-15T04:00:09.004 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:08 smithi037 bash[25974]: audit 2023-11-15T04:00:07.744339+0000 mon.smithi037 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:09.004 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:08 smithi037 bash[25974]: cluster 2023-11-15T04:00:07.919378+0000 mgr.smithi037.kdknfa (mgr.14182) 412 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:00:09.004 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:08 smithi037 bash[25974]: audit 2023-11-15T04:00:08.045879+0000 mon.smithi037 (mon.0) 768 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:00:09.005 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:08 smithi037 bash[25974]: audit 2023-11-15T04:00:08.047790+0000 mon.smithi037 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:00:09.005 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:08 smithi037 bash[25974]: audit 2023-11-15T04:00:08.058236+0000 mon.smithi037 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:09.005 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:08 smithi037 bash[25974]: audit 2023-11-15T04:00:08.067741+0000 mon.smithi037 (mon.0) 771 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:00:09.005 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:08 smithi037 bash[25974]: audit 2023-11-15T04:00:08.083382+0000 mon.smithi037 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:09.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:08 smithi143 bash[29116]: audit 2023-11-15T04:00:07.744339+0000 mon.smithi037 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:08 smithi143 bash[29116]: cluster 2023-11-15T04:00:07.919378+0000 mgr.smithi037.kdknfa (mgr.14182) 412 : cluster [DBG] pgmap v326: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-15T04:00:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:08 smithi143 bash[29116]: audit 2023-11-15T04:00:08.045879+0000 mon.smithi037 (mon.0) 768 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:00:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:08 smithi143 bash[29116]: audit 2023-11-15T04:00:08.047790+0000 mon.smithi037 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:00:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:08 smithi143 bash[29116]: audit 2023-11-15T04:00:08.058236+0000 mon.smithi037 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:09.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:08 smithi143 bash[29116]: audit 2023-11-15T04:00:08.067741+0000 mon.smithi037 (mon.0) 771 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:00:09.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:08 smithi143 bash[29116]: audit 2023-11-15T04:00:08.083382+0000 mon.smithi037 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:09.439 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:09.439 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:57:47.463691Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.gvqpgr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:09.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:09 smithi037 bash[25974]: cluster 2023-11-15T04:00:08.059299+0000 mgr.smithi037.kdknfa (mgr.14182) 413 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:00:09.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:09 smithi037 bash[25974]: cephadm 2023-11-15T04:00:08.089879+0000 mgr.smithi037.kdknfa (mgr.14182) 414 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.bgxwaz on smithi143 2023-11-15T04:00:09.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:09 smithi037 bash[25974]: cluster 2023-11-15T04:00:08.741223+0000 mon.smithi037 (mon.0) 773 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:00:09.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:09 smithi037 bash[25974]: cluster 2023-11-15T04:00:08.741282+0000 mon.smithi037 (mon.0) 774 : cluster [INF] Cluster is now healthy 2023-11-15T04:00:10.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:10.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:09 smithi143 bash[29116]: cluster 2023-11-15T04:00:08.059299+0000 mgr.smithi037.kdknfa (mgr.14182) 413 : cluster [DBG] pgmap v327: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:00:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:09 smithi143 bash[29116]: cephadm 2023-11-15T04:00:08.089879+0000 mgr.smithi037.kdknfa (mgr.14182) 414 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.bgxwaz on smithi143 2023-11-15T04:00:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:09 smithi143 bash[29116]: cluster 2023-11-15T04:00:08.741223+0000 mon.smithi037 (mon.0) 773 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:00:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:09 smithi143 bash[29116]: cluster 2023-11-15T04:00:08.741282+0000 mon.smithi037 (mon.0) 774 : cluster [INF] Cluster is now healthy 2023-11-15T04:00:11.083 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:11.096 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:10 smithi037 bash[25974]: audit 2023-11-15T04:00:09.426416+0000 mgr.smithi037.kdknfa (mgr.14182) 415 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:11.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:10 smithi143 bash[29116]: audit 2023-11-15T04:00:09.426416+0000 mgr.smithi037.kdknfa (mgr.14182) 415 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:12.040 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:11 smithi143 bash[29116]: cluster 2023-11-15T04:00:10.060288+0000 mgr.smithi037.kdknfa (mgr.14182) 416 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:00:12.071 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:11 smithi037 bash[25974]: cluster 2023-11-15T04:00:10.060288+0000 mgr.smithi037.kdknfa (mgr.14182) 416 : cluster [DBG] pgmap v328: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:00:13.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:12 smithi143 bash[29116]: audit 2023-11-15T04:00:12.069675+0000 mon.smithi037 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.bgxwaz"}]: dispatch 2023-11-15T04:00:13.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:12 smithi037 bash[25974]: audit 2023-11-15T04:00:12.069675+0000 mon.smithi037 (mon.0) 775 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.bgxwaz"}]: dispatch 2023-11-15T04:00:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: cluster 2023-11-15T04:00:12.061584+0000 mgr.smithi037.kdknfa (mgr.14182) 417 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:00:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: cephadm 2023-11-15T04:00:12.068609+0000 mgr.smithi037.kdknfa (mgr.14182) 418 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:14.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:14.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.bgxwaz ... 2023-11-15T04:00:14.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:14.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:14.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:14.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:00:14.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:00:14.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:00:14.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:00:14.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:00:14.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:14.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:14.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.bgxwaz ... 2023-11-15T04:00:14.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:14.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:14.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:14.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: cephadm 2023-11-15T04:00:12.069156+0000 mgr.smithi037.kdknfa (mgr.14182) 419 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: cephadm 2023-11-15T04:00:12.071363+0000 mgr.smithi037.kdknfa (mgr.14182) 420 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:14.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:14.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.bgxwaz ... 2023-11-15T04:00:14.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:14.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:14.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:14.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: cephadm 2023-11-15T04:00:12.075182+0000 mgr.smithi037.kdknfa (mgr.14182) 421 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.mgcmup on smithi037 2023-11-15T04:00:14.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:13 smithi143 bash[29116]: audit 2023-11-15T04:00:13.685364+0000 mon.smithi037 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:14.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: cluster 2023-11-15T04:00:12.061584+0000 mgr.smithi037.kdknfa (mgr.14182) 417 : cluster [DBG] pgmap v329: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:00:14.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: cephadm 2023-11-15T04:00:12.068609+0000 mgr.smithi037.kdknfa (mgr.14182) 418 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:14.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:14.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.bgxwaz ... 2023-11-15T04:00:14.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:14.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:14.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:14.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:00:14.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:00:14.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:00:14.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:00:14.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:00:14.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:14.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:14.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.bgxwaz ... 2023-11-15T04:00:14.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:14.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:14.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:14.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: cephadm 2023-11-15T04:00:12.069156+0000 mgr.smithi037.kdknfa (mgr.14182) 419 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: cephadm 2023-11-15T04:00:12.071363+0000 mgr.smithi037.kdknfa (mgr.14182) 420 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:14.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz 2023-11-15T04:00:14.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:14.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz 2023-11-15T04:00:14.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.bgxwaz ... 2023-11-15T04:00:14.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:14.229 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:14.229 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:14.229 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:14.230 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: cephadm 2023-11-15T04:00:12.075182+0000 mgr.smithi037.kdknfa (mgr.14182) 421 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.mgcmup on smithi037 2023-11-15T04:00:14.230 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:13 smithi037 bash[25974]: audit 2023-11-15T04:00:13.685364+0000 mon.smithi037 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:14.327 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:14.329 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:58:57.923452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rknfel on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rknfel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rknfel\nDeploy daemon haproxy.nfs.foo.smithi143.rknfel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.860544Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.iytcis on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-iytcis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.iytcis\nDeploy daemon haproxy.nfs.foo.smithi037.iytcis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T03:59:01.862512Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.mucnwr on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:14.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:15.983 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:16.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:15 smithi143 bash[29116]: cluster 2023-11-15T04:00:14.063124+0000 mgr.smithi037.kdknfa (mgr.14182) 422 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:00:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:15 smithi143 bash[29116]: audit 2023-11-15T04:00:14.314374+0000 mgr.smithi037.kdknfa (mgr.14182) 423 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:16.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:15 smithi037 bash[25974]: cluster 2023-11-15T04:00:14.063124+0000 mgr.smithi037.kdknfa (mgr.14182) 422 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:00:16.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:15 smithi037 bash[25974]: audit 2023-11-15T04:00:14.314374+0000 mgr.smithi037.kdknfa (mgr.14182) 423 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:17.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: cephadm 2023-11-15T04:00:15.879766+0000 mgr.smithi037.kdknfa (mgr.14182) 424 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:17.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:17.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.mgcmup ... 2023-11-15T04:00:17.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:17.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:17.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:17.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:00:17.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:00:17.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:00:17.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:00:17.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:00:17.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:17.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:17.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.mgcmup ... 2023-11-15T04:00:17.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:17.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:17.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:17.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: cephadm 2023-11-15T04:00:15.880287+0000 mgr.smithi037.kdknfa (mgr.14182) 425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: audit 2023-11-15T04:00:15.880922+0000 mon.smithi037 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.mgcmup"}]: dispatch 2023-11-15T04:00:17.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: cephadm 2023-11-15T04:00:15.882199+0000 mgr.smithi037.kdknfa (mgr.14182) 426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:17.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:00:17.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.mgcmup ... 2023-11-15T04:00:17.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:17.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:17.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:17.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: cephadm 2023-11-15T04:00:15.887002+0000 mgr.smithi037.kdknfa (mgr.14182) 427 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:00:17.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: cephadm 2023-11-15T04:00:15.891624+0000 mgr.smithi037.kdknfa (mgr.14182) 428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:00:17.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:16 smithi143 bash[29116]: cluster 2023-11-15T04:00:15.893219+0000 mgr.smithi037.kdknfa (mgr.14182) 429 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-15T04:00:17.207 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: cephadm 2023-11-15T04:00:15.879766+0000 mgr.smithi037.kdknfa (mgr.14182) 424 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.207 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:17.207 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.207 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.208 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:17.208 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.208 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.mgcmup ... 2023-11-15T04:00:17.208 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.208 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:17.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:17.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:17.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:00:17.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:00:17.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:00:17.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:00:17.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:00:17.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:17.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:17.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.mgcmup ... 2023-11-15T04:00:17.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:17.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:17.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:17.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: cephadm 2023-11-15T04:00:15.880287+0000 mgr.smithi037.kdknfa (mgr.14182) 425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: audit 2023-11-15T04:00:15.880922+0000 mon.smithi037 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.mgcmup"}]: dispatch 2023-11-15T04:00:17.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: cephadm 2023-11-15T04:00:15.882199+0000 mgr.smithi037.kdknfa (mgr.14182) 426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:17.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup 2023-11-15T04:00:17.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:00:17.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup 2023-11-15T04:00:17.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.mgcmup ... 2023-11-15T04:00:17.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:00:17.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:00:17.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:00:17.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:00:17.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: cephadm 2023-11-15T04:00:15.887002+0000 mgr.smithi037.kdknfa (mgr.14182) 427 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:00:17.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: cephadm 2023-11-15T04:00:15.891624+0000 mgr.smithi037.kdknfa (mgr.14182) 428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:00:17.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:16 smithi037 bash[25974]: cluster 2023-11-15T04:00:15.893219+0000 mgr.smithi037.kdknfa (mgr.14182) 429 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2023-11-15T04:00:18.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:17 smithi143 bash[29116]: cluster 2023-11-15T04:00:16.786171+0000 mon.smithi037 (mon.0) 778 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:00:18.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:17 smithi037 bash[25974]: cluster 2023-11-15T04:00:16.786171+0000 mon.smithi037 (mon.0) 778 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:00:19.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:18 smithi143 bash[29116]: cluster 2023-11-15T04:00:17.895046+0000 mgr.smithi037.kdknfa (mgr.14182) 430 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 102 B/s wr, 1 op/s 2023-11-15T04:00:19.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:18 smithi037 bash[25974]: cluster 2023-11-15T04:00:17.895046+0000 mgr.smithi037.kdknfa (mgr.14182) 430 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 102 B/s wr, 1 op/s 2023-11-15T04:00:19.262 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:19.263 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:19.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:20.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:19 smithi037 bash[25974]: audit 2023-11-15T04:00:19.249065+0000 mgr.smithi037.kdknfa (mgr.14182) 431 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:20.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:19 smithi037 bash[25974]: cluster 2023-11-15T04:00:19.896212+0000 mgr.smithi037.kdknfa (mgr.14182) 432 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-11-15T04:00:20.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:20 smithi143 bash[29116]: audit 2023-11-15T04:00:19.249065+0000 mgr.smithi037.kdknfa (mgr.14182) 431 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:20.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:20 smithi143 bash[29116]: cluster 2023-11-15T04:00:19.896212+0000 mgr.smithi037.kdknfa (mgr.14182) 432 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-11-15T04:00:20.889 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:22.168 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:21 smithi037 bash[25974]: audit 2023-11-15T04:00:20.898343+0000 mon.smithi037 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:22.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:21 smithi143 bash[29116]: audit 2023-11-15T04:00:20.898343+0000 mon.smithi037 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:23.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:22 smithi037 bash[25974]: cluster 2023-11-15T04:00:21.898103+0000 mgr.smithi037.kdknfa (mgr.14182) 433 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-11-15T04:00:23.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:22 smithi143 bash[29116]: cluster 2023-11-15T04:00:21.898103+0000 mgr.smithi037.kdknfa (mgr.14182) 433 : cluster [DBG] pgmap v334: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-11-15T04:00:24.102 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:24.103 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:24.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:25.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:24 smithi037 bash[25974]: cluster 2023-11-15T04:00:23.899499+0000 mgr.smithi037.kdknfa (mgr.14182) 434 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-11-15T04:00:25.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:24 smithi143 bash[29116]: cluster 2023-11-15T04:00:23.899499+0000 mgr.smithi037.kdknfa (mgr.14182) 434 : cluster [DBG] pgmap v335: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 86 B/s wr, 1 op/s 2023-11-15T04:00:25.746 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:26.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:25 smithi037 bash[25974]: audit 2023-11-15T04:00:24.092246+0000 mgr.smithi037.kdknfa (mgr.14182) 435 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:26.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:25 smithi143 bash[29116]: audit 2023-11-15T04:00:24.092246+0000 mgr.smithi037.kdknfa (mgr.14182) 435 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:27.149 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:26 smithi037 bash[25974]: cluster 2023-11-15T04:00:25.900767+0000 mgr.smithi037.kdknfa (mgr.14182) 436 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 86 B/s wr, 1 op/s 2023-11-15T04:00:27.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:26 smithi143 bash[29116]: cluster 2023-11-15T04:00:25.900767+0000 mgr.smithi037.kdknfa (mgr.14182) 436 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 86 B/s wr, 1 op/s 2023-11-15T04:00:28.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:28 smithi037 bash[25974]: cluster 2023-11-15T04:00:27.902944+0000 mgr.smithi037.kdknfa (mgr.14182) 437 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T04:00:28.867 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:28.867 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:28.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:28 smithi143 bash[29116]: cluster 2023-11-15T04:00:27.902944+0000 mgr.smithi037.kdknfa (mgr.14182) 437 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-15T04:00:29.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:29.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:29 smithi037 bash[25974]: audit 2023-11-15T04:00:28.683801+0000 mon.smithi037 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:29.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:29 smithi037 bash[25974]: audit 2023-11-15T04:00:28.856477+0000 mgr.smithi037.kdknfa (mgr.14182) 438 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:30.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:29 smithi143 bash[29116]: audit 2023-11-15T04:00:28.683801+0000 mon.smithi037 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:00:30.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:29 smithi143 bash[29116]: audit 2023-11-15T04:00:28.856477+0000 mgr.smithi037.kdknfa (mgr.14182) 438 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:30.491 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:30.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:30 smithi037 bash[25974]: cluster 2023-11-15T04:00:29.904434+0000 mgr.smithi037.kdknfa (mgr.14182) 439 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:00:31.148 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:30 smithi143 bash[29116]: cluster 2023-11-15T04:00:29.904434+0000 mgr.smithi037.kdknfa (mgr.14182) 439 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:00:32.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:31 smithi037 bash[25974]: cluster 2023-11-15T04:00:31.906049+0000 mgr.smithi037.kdknfa (mgr.14182) 440 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:32.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:32 smithi143 bash[29116]: cluster 2023-11-15T04:00:31.906049+0000 mgr.smithi037.kdknfa (mgr.14182) 440 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:33.867 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:33.868 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:34.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:33 smithi037 bash[25974]: audit 2023-11-15T04:00:33.854245+0000 mgr.smithi037.kdknfa (mgr.14182) 441 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:34.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:33 smithi037 bash[25974]: cluster 2023-11-15T04:00:33.907980+0000 mgr.smithi037.kdknfa (mgr.14182) 442 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:34.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:34 smithi143 bash[29116]: audit 2023-11-15T04:00:33.854245+0000 mgr.smithi037.kdknfa (mgr.14182) 441 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:34.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:34 smithi143 bash[29116]: cluster 2023-11-15T04:00:33.907980+0000 mgr.smithi037.kdknfa (mgr.14182) 442 : cluster [DBG] pgmap v340: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:34.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:35.487 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:36.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:36 smithi143 bash[29116]: cluster 2023-11-15T04:00:35.909512+0000 mgr.smithi037.kdknfa (mgr.14182) 443 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:00:36.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:35 smithi037 bash[25974]: cluster 2023-11-15T04:00:35.909512+0000 mgr.smithi037.kdknfa (mgr.14182) 443 : cluster [DBG] pgmap v341: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:00:38.661 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:38.662 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:38.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:38 smithi143 bash[29116]: cluster 2023-11-15T04:00:37.911404+0000 mgr.smithi037.kdknfa (mgr.14182) 444 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:38.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:38 smithi037 bash[25974]: cluster 2023-11-15T04:00:37.911404+0000 mgr.smithi037.kdknfa (mgr.14182) 444 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:39.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:39.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:39 smithi143 bash[29116]: audit 2023-11-15T04:00:38.648096+0000 mgr.smithi037.kdknfa (mgr.14182) 445 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:39.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:39 smithi037 bash[25974]: audit 2023-11-15T04:00:38.648096+0000 mgr.smithi037.kdknfa (mgr.14182) 445 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:40.280 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:40.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:40 smithi037 bash[25974]: cluster 2023-11-15T04:00:39.912974+0000 mgr.smithi037.kdknfa (mgr.14182) 446 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:40.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:40 smithi143 bash[29116]: cluster 2023-11-15T04:00:39.912974+0000 mgr.smithi037.kdknfa (mgr.14182) 446 : cluster [DBG] pgmap v343: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:42.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:42 smithi143 bash[29116]: cluster 2023-11-15T04:00:41.914711+0000 mgr.smithi037.kdknfa (mgr.14182) 447 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:42.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:42 smithi037 bash[25974]: cluster 2023-11-15T04:00:41.914711+0000 mgr.smithi037.kdknfa (mgr.14182) 447 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:43.636 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:43.636 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:44.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:44.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:44 smithi143 bash[29116]: audit 2023-11-15T04:00:43.620271+0000 mgr.smithi037.kdknfa (mgr.14182) 448 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:44.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:44 smithi143 bash[29116]: cluster 2023-11-15T04:00:43.916508+0000 mgr.smithi037.kdknfa (mgr.14182) 449 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:44.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:44 smithi037 bash[25974]: audit 2023-11-15T04:00:43.620271+0000 mgr.smithi037.kdknfa (mgr.14182) 448 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:44.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:44 smithi037 bash[25974]: cluster 2023-11-15T04:00:43.916508+0000 mgr.smithi037.kdknfa (mgr.14182) 449 : cluster [DBG] pgmap v345: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:45.241 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:46.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:46 smithi143 bash[29116]: cluster 2023-11-15T04:00:45.917916+0000 mgr.smithi037.kdknfa (mgr.14182) 450 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:00:46.399 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:46 smithi037 bash[25974]: cluster 2023-11-15T04:00:45.917916+0000 mgr.smithi037.kdknfa (mgr.14182) 450 : cluster [DBG] pgmap v346: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:00:48.480 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:48.481 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:48.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:48 smithi143 bash[29116]: cluster 2023-11-15T04:00:47.919932+0000 mgr.smithi037.kdknfa (mgr.14182) 451 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:48.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:48 smithi037 bash[25974]: cluster 2023-11-15T04:00:47.919932+0000 mgr.smithi037.kdknfa (mgr.14182) 451 : cluster [DBG] pgmap v347: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:49.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:49.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:49 smithi143 bash[29116]: audit 2023-11-15T04:00:48.472069+0000 mgr.smithi037.kdknfa (mgr.14182) 452 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:49.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:49 smithi037 bash[25974]: audit 2023-11-15T04:00:48.472069+0000 mgr.smithi037.kdknfa (mgr.14182) 452 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:50.094 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:50.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:50 smithi143 bash[29116]: cluster 2023-11-15T04:00:49.921464+0000 mgr.smithi037.kdknfa (mgr.14182) 453 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:50.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:50 smithi037 bash[25974]: cluster 2023-11-15T04:00:49.921464+0000 mgr.smithi037.kdknfa (mgr.14182) 453 : cluster [DBG] pgmap v348: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:52.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:52 smithi143 bash[29116]: cluster 2023-11-15T04:00:51.923197+0000 mgr.smithi037.kdknfa (mgr.14182) 454 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:52.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:52 smithi037 bash[25974]: cluster 2023-11-15T04:00:51.923197+0000 mgr.smithi037.kdknfa (mgr.14182) 454 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:53.482 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:53.482 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:54.130 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:54.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:54 smithi143 bash[29116]: audit 2023-11-15T04:00:53.473792+0000 mgr.smithi037.kdknfa (mgr.14182) 455 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:54.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:54 smithi143 bash[29116]: cluster 2023-11-15T04:00:53.925158+0000 mgr.smithi037.kdknfa (mgr.14182) 456 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:54.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:54 smithi037 bash[25974]: audit 2023-11-15T04:00:53.473792+0000 mgr.smithi037.kdknfa (mgr.14182) 455 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:54.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:54 smithi037 bash[25974]: cluster 2023-11-15T04:00:53.925158+0000 mgr.smithi037.kdknfa (mgr.14182) 456 : cluster [DBG] pgmap v350: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:55.131 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:56.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:56 smithi037 bash[25974]: cluster 2023-11-15T04:00:55.927023+0000 mgr.smithi037.kdknfa (mgr.14182) 457 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:00:56.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:56 smithi143 bash[29116]: cluster 2023-11-15T04:00:55.927023+0000 mgr.smithi037.kdknfa (mgr.14182) 457 : cluster [DBG] pgmap v351: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:00:58.319 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:00:58.319 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:00:58.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:58 smithi037 bash[25974]: cluster 2023-11-15T04:00:57.928112+0000 mgr.smithi037.kdknfa (mgr.14182) 458 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:58.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:58 smithi143 bash[29116]: cluster 2023-11-15T04:00:57.928112+0000 mgr.smithi037.kdknfa (mgr.14182) 458 : cluster [DBG] pgmap v352: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:00:58.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:00:59.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:00:59 smithi143 bash[29116]: audit 2023-11-15T04:00:58.310373+0000 mgr.smithi037.kdknfa (mgr.14182) 459 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:00:59.962 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:00:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:00:59 smithi037 bash[25974]: audit 2023-11-15T04:00:58.310373+0000 mgr.smithi037.kdknfa (mgr.14182) 459 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:00.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:00 smithi143 bash[29116]: cluster 2023-11-15T04:00:59.929677+0000 mgr.smithi037.kdknfa (mgr.14182) 460 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:00.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:00 smithi037 bash[25974]: cluster 2023-11-15T04:00:59.929677+0000 mgr.smithi037.kdknfa (mgr.14182) 460 : cluster [DBG] pgmap v353: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:02.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:02 smithi143 bash[29116]: cluster 2023-11-15T04:01:01.930962+0000 mgr.smithi037.kdknfa (mgr.14182) 461 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:02.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:02 smithi037 bash[25974]: cluster 2023-11-15T04:01:01.930962+0000 mgr.smithi037.kdknfa (mgr.14182) 461 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:03.235 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:03.236 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:03.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:04.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:04 smithi037 bash[25974]: audit 2023-11-15T04:01:03.227228+0000 mgr.smithi037.kdknfa (mgr.14182) 462 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:04.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:04 smithi037 bash[25974]: cluster 2023-11-15T04:01:03.932687+0000 mgr.smithi037.kdknfa (mgr.14182) 463 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:04.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:04 smithi143 bash[29116]: audit 2023-11-15T04:01:03.227228+0000 mgr.smithi037.kdknfa (mgr.14182) 462 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:04.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:04 smithi143 bash[29116]: cluster 2023-11-15T04:01:03.932687+0000 mgr.smithi037.kdknfa (mgr.14182) 463 : cluster [DBG] pgmap v355: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:04.846 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:06.166 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:06 smithi037 bash[25974]: cluster 2023-11-15T04:01:05.934418+0000 mgr.smithi037.kdknfa (mgr.14182) 464 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:01:06.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:06 smithi143 bash[29116]: cluster 2023-11-15T04:01:05.934418+0000 mgr.smithi037.kdknfa (mgr.14182) 464 : cluster [DBG] pgmap v356: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:01:07.999 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:07.999 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:08.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:08.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:08 smithi143 bash[29116]: cluster 2023-11-15T04:01:07.936085+0000 mgr.smithi037.kdknfa (mgr.14182) 465 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:08.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:08 smithi037 bash[25974]: cluster 2023-11-15T04:01:07.936085+0000 mgr.smithi037.kdknfa (mgr.14182) 465 : cluster [DBG] pgmap v357: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:09.615 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:09.898 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:09 smithi143 bash[29116]: audit 2023-11-15T04:01:07.982579+0000 mgr.smithi037.kdknfa (mgr.14182) 466 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:09.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:09 smithi037 bash[25974]: audit 2023-11-15T04:01:07.982579+0000 mgr.smithi037.kdknfa (mgr.14182) 466 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:10.860 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:10 smithi037 bash[25974]: cluster 2023-11-15T04:01:09.937965+0000 mgr.smithi037.kdknfa (mgr.14182) 467 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:10.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:10 smithi143 bash[29116]: cluster 2023-11-15T04:01:09.937965+0000 mgr.smithi037.kdknfa (mgr.14182) 467 : cluster [DBG] pgmap v358: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:12.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:12 smithi143 bash[29116]: cluster 2023-11-15T04:01:11.939872+0000 mgr.smithi037.kdknfa (mgr.14182) 468 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:12.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:12 smithi037 bash[25974]: cluster 2023-11-15T04:01:11.939872+0000 mgr.smithi037.kdknfa (mgr.14182) 468 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:13.098 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:13.099 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:13.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:14.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:14 smithi143 bash[29116]: audit 2023-11-15T04:01:13.081900+0000 mgr.smithi037.kdknfa (mgr.14182) 469 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:14.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:14 smithi143 bash[29116]: cluster 2023-11-15T04:01:13.941675+0000 mgr.smithi037.kdknfa (mgr.14182) 470 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:14.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:14 smithi037 bash[25974]: audit 2023-11-15T04:01:13.081900+0000 mgr.smithi037.kdknfa (mgr.14182) 469 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:14.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:14 smithi037 bash[25974]: cluster 2023-11-15T04:01:13.941675+0000 mgr.smithi037.kdknfa (mgr.14182) 470 : cluster [DBG] pgmap v360: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:14.731 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:16.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:15 smithi037 bash[25974]: audit 2023-11-15T04:01:15.895714+0000 mon.smithi037 (mon.0) 781 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:01:16.398 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:15 smithi143 bash[29116]: audit 2023-11-15T04:01:15.895714+0000 mon.smithi037 (mon.0) 781 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:01:17.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:16 smithi037 bash[25974]: cluster 2023-11-15T04:01:15.943059+0000 mgr.smithi037.kdknfa (mgr.14182) 471 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:01:17.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:16 smithi037 bash[25974]: audit 2023-11-15T04:01:16.199422+0000 mon.smithi037 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:01:17.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:16 smithi037 bash[25974]: audit 2023-11-15T04:01:16.525482+0000 mon.smithi037 (mon.0) 783 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:01:17.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:16 smithi037 bash[25974]: audit 2023-11-15T04:01:16.527091+0000 mon.smithi037 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:01:17.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:16 smithi037 bash[25974]: audit 2023-11-15T04:01:16.536464+0000 mon.smithi037 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:01:17.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:16 smithi037 bash[25974]: audit 2023-11-15T04:01:16.544245+0000 mon.smithi037 (mon.0) 786 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:01:17.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:16 smithi037 bash[25974]: audit 2023-11-15T04:01:16.562465+0000 mon.smithi037 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:01:17.235 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:16 smithi143 bash[29116]: cluster 2023-11-15T04:01:15.943059+0000 mgr.smithi037.kdknfa (mgr.14182) 471 : cluster [DBG] pgmap v361: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:01:17.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:16 smithi143 bash[29116]: audit 2023-11-15T04:01:16.199422+0000 mon.smithi037 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:01:17.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:16 smithi143 bash[29116]: audit 2023-11-15T04:01:16.525482+0000 mon.smithi037 (mon.0) 783 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:01:17.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:16 smithi143 bash[29116]: audit 2023-11-15T04:01:16.527091+0000 mon.smithi037 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:01:17.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:16 smithi143 bash[29116]: audit 2023-11-15T04:01:16.536464+0000 mon.smithi037 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:01:17.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:16 smithi143 bash[29116]: audit 2023-11-15T04:01:16.544245+0000 mon.smithi037 (mon.0) 786 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:01:17.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:16 smithi143 bash[29116]: audit 2023-11-15T04:01:16.562465+0000 mon.smithi037 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:01:18.036 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:18.036 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:59:01.864022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.frsblo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:18.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:17 smithi037 bash[25974]: cluster 2023-11-15T04:01:16.537534+0000 mgr.smithi037.kdknfa (mgr.14182) 472 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:01:18.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:17 smithi037 bash[25974]: cephadm 2023-11-15T04:01:16.568093+0000 mgr.smithi037.kdknfa (mgr.14182) 473 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.mkvpbl on smithi143 2023-11-15T04:01:18.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:17 smithi037 bash[25974]: cluster 2023-11-15T04:01:17.532817+0000 mon.smithi037 (mon.0) 788 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:01:18.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:17 smithi037 bash[25974]: cluster 2023-11-15T04:01:17.532901+0000 mon.smithi037 (mon.0) 789 : cluster [INF] Cluster is now healthy 2023-11-15T04:01:18.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:17 smithi143 bash[29116]: cluster 2023-11-15T04:01:16.537534+0000 mgr.smithi037.kdknfa (mgr.14182) 472 : cluster [DBG] pgmap v362: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:01:18.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:17 smithi143 bash[29116]: cephadm 2023-11-15T04:01:16.568093+0000 mgr.smithi037.kdknfa (mgr.14182) 473 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.mkvpbl on smithi143 2023-11-15T04:01:18.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:17 smithi143 bash[29116]: cluster 2023-11-15T04:01:17.532817+0000 mon.smithi037 (mon.0) 788 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:01:18.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:17 smithi143 bash[29116]: cluster 2023-11-15T04:01:17.532901+0000 mon.smithi037 (mon.0) 789 : cluster [INF] Cluster is now healthy 2023-11-15T04:01:18.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:19.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:18 smithi143 bash[29116]: audit 2023-11-15T04:01:18.019645+0000 mgr.smithi037.kdknfa (mgr.14182) 474 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:19.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:18 smithi143 bash[29116]: cluster 2023-11-15T04:01:18.538319+0000 mgr.smithi037.kdknfa (mgr.14182) 475 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:01:19.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:18 smithi037 bash[25974]: audit 2023-11-15T04:01:18.019645+0000 mgr.smithi037.kdknfa (mgr.14182) 474 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:19.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:18 smithi037 bash[25974]: cluster 2023-11-15T04:01:18.538319+0000 mgr.smithi037.kdknfa (mgr.14182) 475 : cluster [DBG] pgmap v363: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:01:19.687 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:20.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:20 smithi143 bash[29116]: audit 2023-11-15T04:01:20.447453+0000 mon.smithi037 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.mkvpbl"}]: dispatch 2023-11-15T04:01:20.942 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:20 smithi037 bash[25974]: audit 2023-11-15T04:01:20.447453+0000 mon.smithi037 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.mkvpbl"}]: dispatch 2023-11-15T04:01:21.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: cephadm 2023-11-15T04:01:20.445653+0000 mgr.smithi037.kdknfa (mgr.14182) 476 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:21.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:21.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.mkvpbl ... 2023-11-15T04:01:21.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:21.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:21.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:21.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:01:21.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:01:21.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:01:21.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:01:21.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:01:21.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:21.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:21.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.mkvpbl ... 2023-11-15T04:01:21.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:21.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:21.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:21.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: cephadm 2023-11-15T04:01:20.446788+0000 mgr.smithi037.kdknfa (mgr.14182) 477 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: cephadm 2023-11-15T04:01:20.449043+0000 mgr.smithi037.kdknfa (mgr.14182) 478 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:21.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:21.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.mkvpbl ... 2023-11-15T04:01:21.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:21.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:21.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:21.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: cephadm 2023-11-15T04:01:20.454081+0000 mgr.smithi037.kdknfa (mgr.14182) 479 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.neocys on smithi037 2023-11-15T04:01:21.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:21 smithi143 bash[29116]: cluster 2023-11-15T04:01:20.539230+0000 mgr.smithi037.kdknfa (mgr.14182) 480 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:01:21.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: cephadm 2023-11-15T04:01:20.445653+0000 mgr.smithi037.kdknfa (mgr.14182) 476 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:21.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:21.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.mkvpbl ... 2023-11-15T04:01:21.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:21.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:21.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:21.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:01:21.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:01:21.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:01:21.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:01:21.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:01:21.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:21.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:21.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.mkvpbl ... 2023-11-15T04:01:21.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:21.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:21.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:21.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: cephadm 2023-11-15T04:01:20.446788+0000 mgr.smithi037.kdknfa (mgr.14182) 477 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: cephadm 2023-11-15T04:01:20.449043+0000 mgr.smithi037.kdknfa (mgr.14182) 478 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:21.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl 2023-11-15T04:01:21.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:21.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl 2023-11-15T04:01:21.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.mkvpbl ... 2023-11-15T04:01:21.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:21.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:21.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:21.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:21.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: cephadm 2023-11-15T04:01:20.454081+0000 mgr.smithi037.kdknfa (mgr.14182) 479 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.neocys on smithi037 2023-11-15T04:01:21.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:21 smithi037 bash[25974]: cluster 2023-11-15T04:01:20.539230+0000 mgr.smithi037.kdknfa (mgr.14182) 480 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:01:23.155 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:23.156 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:12.071090Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.bgxwaz on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-bgxwaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.bgxwaz\nDeploy daemon haproxy.nfs.foo.smithi143.bgxwaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.882062Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.mgcmup on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-mgcmup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.mgcmup\nDeploy daemon haproxy.nfs.foo.smithi037.mgcmup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:00:15.886855Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ammtuc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:23.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:23.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:23 smithi143 bash[29116]: cluster 2023-11-15T04:01:22.540118+0000 mgr.smithi037.kdknfa (mgr.14182) 481 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:01:23.904 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:23 smithi037 bash[25974]: cluster 2023-11-15T04:01:22.540118+0000 mgr.smithi037.kdknfa (mgr.14182) 481 : cluster [DBG] pgmap v365: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:01:24.738 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:24.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:24 smithi143 bash[29116]: audit 2023-11-15T04:01:23.141510+0000 mgr.smithi037.kdknfa (mgr.14182) 482 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:24.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:24 smithi143 bash[29116]: audit 2023-11-15T04:01:24.272166+0000 mon.smithi037 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.neocys"}]: dispatch 2023-11-15T04:01:24.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:24 smithi037 bash[25974]: audit 2023-11-15T04:01:23.141510+0000 mgr.smithi037.kdknfa (mgr.14182) 482 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:24.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:24 smithi037 bash[25974]: audit 2023-11-15T04:01:24.272166+0000 mon.smithi037 (mon.0) 791 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.neocys"}]: dispatch 2023-11-15T04:01:25.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: cephadm 2023-11-15T04:01:24.271339+0000 mgr.smithi037.kdknfa (mgr.14182) 483 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:25.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:25.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.neocys ... 2023-11-15T04:01:25.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:25.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:25.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:25.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:01:25.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:01:25.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:01:25.902 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:01:25.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:01:25.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:25.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.903 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:25.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.neocys ... 2023-11-15T04:01:25.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.904 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:25.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:25.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:25.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: cephadm 2023-11-15T04:01:24.271597+0000 mgr.smithi037.kdknfa (mgr.14182) 484 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.905 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: cephadm 2023-11-15T04:01:24.273446+0000 mgr.smithi037.kdknfa (mgr.14182) 485 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:25.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:01:25.906 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.neocys ... 2023-11-15T04:01:25.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:25.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:25.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:25.907 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: cephadm 2023-11-15T04:01:24.275380+0000 mgr.smithi037.kdknfa (mgr.14182) 486 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:01:25.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: cephadm 2023-11-15T04:01:24.277069+0000 mgr.smithi037.kdknfa (mgr.14182) 487 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:01:25.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: cluster 2023-11-15T04:01:24.278502+0000 mgr.smithi037.kdknfa (mgr.14182) 488 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:01:25.908 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:25 smithi143 bash[29116]: cluster 2023-11-15T04:01:24.539636+0000 mon.smithi037 (mon.0) 792 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:01:25.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: cephadm 2023-11-15T04:01:24.271339+0000 mgr.smithi037.kdknfa (mgr.14182) 483 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:25.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:25.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.neocys ... 2023-11-15T04:01:25.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:25.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:25.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:25.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:01:25.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:01:25.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:01:25.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:01:25.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:01:25.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:25.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:25.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.neocys ... 2023-11-15T04:01:25.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:25.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:25.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:25.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: cephadm 2023-11-15T04:01:24.271597+0000 mgr.smithi037.kdknfa (mgr.14182) 484 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: cephadm 2023-11-15T04:01:24.273446+0000 mgr.smithi037.kdknfa (mgr.14182) 485 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:25.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys 2023-11-15T04:01:25.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:01:25.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys 2023-11-15T04:01:25.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.neocys ... 2023-11-15T04:01:25.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:01:25.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:01:25.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:01:25.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:01:25.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: cephadm 2023-11-15T04:01:24.275380+0000 mgr.smithi037.kdknfa (mgr.14182) 486 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:01:25.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: cephadm 2023-11-15T04:01:24.277069+0000 mgr.smithi037.kdknfa (mgr.14182) 487 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:01:25.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: cluster 2023-11-15T04:01:24.278502+0000 mgr.smithi037.kdknfa (mgr.14182) 488 : cluster [DBG] pgmap v366: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:01:25.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:25 smithi037 bash[25974]: cluster 2023-11-15T04:01:24.539636+0000 mon.smithi037 (mon.0) 792 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:01:27.235 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:26 smithi143 bash[29116]: audit 2023-11-15T04:01:25.953263+0000 mon.smithi037 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:01:27.463 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:26 smithi037 bash[25974]: audit 2023-11-15T04:01:25.953263+0000 mon.smithi037 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:01:28.120 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:28.120 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:28.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:27 smithi143 bash[29116]: cluster 2023-11-15T04:01:26.280263+0000 mgr.smithi037.kdknfa (mgr.14182) 489 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:01:28.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:27 smithi037 bash[25974]: cluster 2023-11-15T04:01:26.280263+0000 mgr.smithi037.kdknfa (mgr.14182) 489 : cluster [DBG] pgmap v367: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:01:28.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:29.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:28 smithi037 bash[25974]: audit 2023-11-15T04:01:28.106113+0000 mgr.smithi037.kdknfa (mgr.14182) 490 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:29.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:28 smithi037 bash[25974]: cluster 2023-11-15T04:01:28.282122+0000 mgr.smithi037.kdknfa (mgr.14182) 491 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:01:29.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:28 smithi143 bash[29116]: audit 2023-11-15T04:01:28.106113+0000 mgr.smithi037.kdknfa (mgr.14182) 490 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:29.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:28 smithi143 bash[29116]: cluster 2023-11-15T04:01:28.282122+0000 mgr.smithi037.kdknfa (mgr.14182) 491 : cluster [DBG] pgmap v368: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:01:29.785 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:31.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:31 smithi143 bash[29116]: cluster 2023-11-15T04:01:30.283756+0000 mgr.smithi037.kdknfa (mgr.14182) 492 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:01:31.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:31 smithi037 bash[25974]: cluster 2023-11-15T04:01:30.283756+0000 mgr.smithi037.kdknfa (mgr.14182) 492 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:01:33.081 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:33.081 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:33.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:33.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:33 smithi143 bash[29116]: cluster 2023-11-15T04:01:32.285378+0000 mgr.smithi037.kdknfa (mgr.14182) 493 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:01:33.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:33 smithi037 bash[25974]: cluster 2023-11-15T04:01:32.285378+0000 mgr.smithi037.kdknfa (mgr.14182) 493 : cluster [DBG] pgmap v370: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:01:34.735 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:34.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:34 smithi143 bash[29116]: audit 2023-11-15T04:01:33.064163+0000 mgr.smithi037.kdknfa (mgr.14182) 494 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:34.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:34 smithi037 bash[25974]: audit 2023-11-15T04:01:33.064163+0000 mgr.smithi037.kdknfa (mgr.14182) 494 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:35.856 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:35 smithi037 bash[25974]: cluster 2023-11-15T04:01:34.287214+0000 mgr.smithi037.kdknfa (mgr.14182) 495 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:01:35.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:35 smithi143 bash[29116]: cluster 2023-11-15T04:01:34.287214+0000 mgr.smithi037.kdknfa (mgr.14182) 495 : cluster [DBG] pgmap v371: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:01:37.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:37 smithi037 bash[25974]: cluster 2023-11-15T04:01:36.288906+0000 mgr.smithi037.kdknfa (mgr.14182) 496 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:01:37.899 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:37.899 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:37.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:37 smithi143 bash[29116]: cluster 2023-11-15T04:01:36.288906+0000 mgr.smithi037.kdknfa (mgr.14182) 496 : cluster [DBG] pgmap v372: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:01:38.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:38.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:38 smithi143 bash[29116]: audit 2023-11-15T04:01:37.885048+0000 mgr.smithi037.kdknfa (mgr.14182) 497 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:38.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:38 smithi037 bash[25974]: audit 2023-11-15T04:01:37.885048+0000 mgr.smithi037.kdknfa (mgr.14182) 497 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:39.544 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:39.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:39 smithi143 bash[29116]: cluster 2023-11-15T04:01:38.290747+0000 mgr.smithi037.kdknfa (mgr.14182) 498 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:39.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:39 smithi037 bash[25974]: cluster 2023-11-15T04:01:38.290747+0000 mgr.smithi037.kdknfa (mgr.14182) 498 : cluster [DBG] pgmap v373: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:41.901 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:41 smithi143 bash[29116]: cluster 2023-11-15T04:01:40.292417+0000 mgr.smithi037.kdknfa (mgr.14182) 499 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:41.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:41 smithi037 bash[25974]: cluster 2023-11-15T04:01:40.292417+0000 mgr.smithi037.kdknfa (mgr.14182) 499 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:42.889 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:42.889 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:43.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:43.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:43 smithi143 bash[29116]: cluster 2023-11-15T04:01:42.294204+0000 mgr.smithi037.kdknfa (mgr.14182) 500 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:43.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:43 smithi143 bash[29116]: audit 2023-11-15T04:01:42.875401+0000 mgr.smithi037.kdknfa (mgr.14182) 501 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:43.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:43 smithi037 bash[25974]: cluster 2023-11-15T04:01:42.294204+0000 mgr.smithi037.kdknfa (mgr.14182) 500 : cluster [DBG] pgmap v375: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:43.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:43 smithi037 bash[25974]: audit 2023-11-15T04:01:42.875401+0000 mgr.smithi037.kdknfa (mgr.14182) 501 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:44.518 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:45.853 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:45 smithi037 bash[25974]: cluster 2023-11-15T04:01:44.296068+0000 mgr.smithi037.kdknfa (mgr.14182) 502 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:45.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:45 smithi143 bash[29116]: cluster 2023-11-15T04:01:44.296068+0000 mgr.smithi037.kdknfa (mgr.14182) 502 : cluster [DBG] pgmap v376: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:47.654 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:47.655 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:47.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:47 smithi143 bash[29116]: cluster 2023-11-15T04:01:46.297747+0000 mgr.smithi037.kdknfa (mgr.14182) 503 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:01:47.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:47 smithi037 bash[25974]: cluster 2023-11-15T04:01:46.297747+0000 mgr.smithi037.kdknfa (mgr.14182) 503 : cluster [DBG] pgmap v377: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:01:48.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:48.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:48 smithi143 bash[29116]: audit 2023-11-15T04:01:47.638141+0000 mgr.smithi037.kdknfa (mgr.14182) 504 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:48.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:48 smithi037 bash[25974]: audit 2023-11-15T04:01:47.638141+0000 mgr.smithi037.kdknfa (mgr.14182) 504 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:49.288 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:49.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:49 smithi143 bash[29116]: cluster 2023-11-15T04:01:48.299448+0000 mgr.smithi037.kdknfa (mgr.14182) 505 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:49.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:49 smithi037 bash[25974]: cluster 2023-11-15T04:01:48.299448+0000 mgr.smithi037.kdknfa (mgr.14182) 505 : cluster [DBG] pgmap v378: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:51.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:51 smithi143 bash[29116]: cluster 2023-11-15T04:01:50.301059+0000 mgr.smithi037.kdknfa (mgr.14182) 506 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:51.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:51 smithi037 bash[25974]: cluster 2023-11-15T04:01:50.301059+0000 mgr.smithi037.kdknfa (mgr.14182) 506 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:52.471 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:52.471 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:53.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:53.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:53 smithi143 bash[29116]: cluster 2023-11-15T04:01:52.302109+0000 mgr.smithi037.kdknfa (mgr.14182) 507 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:53.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:53 smithi143 bash[29116]: audit 2023-11-15T04:01:52.462623+0000 mgr.smithi037.kdknfa (mgr.14182) 508 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:53.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:53 smithi037 bash[25974]: cluster 2023-11-15T04:01:52.302109+0000 mgr.smithi037.kdknfa (mgr.14182) 507 : cluster [DBG] pgmap v380: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:53.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:53 smithi037 bash[25974]: audit 2023-11-15T04:01:52.462623+0000 mgr.smithi037.kdknfa (mgr.14182) 508 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:54.142 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:55.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:55 smithi143 bash[29116]: cluster 2023-11-15T04:01:54.303222+0000 mgr.smithi037.kdknfa (mgr.14182) 509 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:55.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:55 smithi037 bash[25974]: cluster 2023-11-15T04:01:54.303222+0000 mgr.smithi037.kdknfa (mgr.14182) 509 : cluster [DBG] pgmap v381: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:57.316 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:01:57.316 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:01:57.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:57 smithi143 bash[29116]: cluster 2023-11-15T04:01:56.304887+0000 mgr.smithi037.kdknfa (mgr.14182) 510 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:01:57.959 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:57 smithi037 bash[25974]: cluster 2023-11-15T04:01:56.304887+0000 mgr.smithi037.kdknfa (mgr.14182) 510 : cluster [DBG] pgmap v382: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:01:57.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:01:58.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:58 smithi143 bash[29116]: audit 2023-11-15T04:01:57.299513+0000 mgr.smithi037.kdknfa (mgr.14182) 511 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:58.962 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:01:58.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:58 smithi037 bash[25974]: audit 2023-11-15T04:01:57.299513+0000 mgr.smithi037.kdknfa (mgr.14182) 511 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:01:59.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:01:59 smithi143 bash[29116]: cluster 2023-11-15T04:01:58.306651+0000 mgr.smithi037.kdknfa (mgr.14182) 512 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:01:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:01:59 smithi037 bash[25974]: cluster 2023-11-15T04:01:58.306651+0000 mgr.smithi037.kdknfa (mgr.14182) 512 : cluster [DBG] pgmap v383: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:01.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:01 smithi037 bash[25974]: cluster 2023-11-15T04:02:00.308184+0000 mgr.smithi037.kdknfa (mgr.14182) 513 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:02.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:01 smithi143 bash[29116]: cluster 2023-11-15T04:02:00.308184+0000 mgr.smithi037.kdknfa (mgr.14182) 513 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:02.205 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:02.206 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:02.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:03.883 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:03.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:03 smithi037 bash[25974]: audit 2023-11-15T04:02:02.190363+0000 mgr.smithi037.kdknfa (mgr.14182) 514 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:03.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:03 smithi037 bash[25974]: cluster 2023-11-15T04:02:02.309770+0000 mgr.smithi037.kdknfa (mgr.14182) 515 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:03 smithi143 bash[29116]: audit 2023-11-15T04:02:02.190363+0000 mgr.smithi037.kdknfa (mgr.14182) 514 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:03 smithi143 bash[29116]: cluster 2023-11-15T04:02:02.309770+0000 mgr.smithi037.kdknfa (mgr.14182) 515 : cluster [DBG] pgmap v385: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:05.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:05 smithi037 bash[25974]: cluster 2023-11-15T04:02:04.311757+0000 mgr.smithi037.kdknfa (mgr.14182) 516 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:06.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:05 smithi143 bash[29116]: cluster 2023-11-15T04:02:04.311757+0000 mgr.smithi037.kdknfa (mgr.14182) 516 : cluster [DBG] pgmap v386: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:07.202 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:07.203 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:07.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:07.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:07 smithi037 bash[25974]: cluster 2023-11-15T04:02:06.313476+0000 mgr.smithi037.kdknfa (mgr.14182) 517 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:02:08.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:07 smithi143 bash[29116]: cluster 2023-11-15T04:02:06.313476+0000 mgr.smithi037.kdknfa (mgr.14182) 517 : cluster [DBG] pgmap v387: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:02:08.843 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:08.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:08 smithi037 bash[25974]: audit 2023-11-15T04:02:07.185792+0000 mgr.smithi037.kdknfa (mgr.14182) 518 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:08 smithi143 bash[29116]: audit 2023-11-15T04:02:07.185792+0000 mgr.smithi037.kdknfa (mgr.14182) 518 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:09.961 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:09 smithi037 bash[25974]: cluster 2023-11-15T04:02:08.315239+0000 mgr.smithi037.kdknfa (mgr.14182) 519 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:09 smithi143 bash[29116]: cluster 2023-11-15T04:02:08.315239+0000 mgr.smithi037.kdknfa (mgr.14182) 519 : cluster [DBG] pgmap v388: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:11.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:11 smithi037 bash[25974]: cluster 2023-11-15T04:02:10.316826+0000 mgr.smithi037.kdknfa (mgr.14182) 520 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:11.989 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:11.990 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:12.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:11 smithi143 bash[29116]: cluster 2023-11-15T04:02:10.316826+0000 mgr.smithi037.kdknfa (mgr.14182) 520 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:12.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:13.693 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:13.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:13 smithi037 bash[25974]: audit 2023-11-15T04:02:11.978837+0000 mgr.smithi037.kdknfa (mgr.14182) 521 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:13.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:13 smithi037 bash[25974]: cluster 2023-11-15T04:02:12.318379+0000 mgr.smithi037.kdknfa (mgr.14182) 522 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:13 smithi143 bash[29116]: audit 2023-11-15T04:02:11.978837+0000 mgr.smithi037.kdknfa (mgr.14182) 521 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:13 smithi143 bash[29116]: cluster 2023-11-15T04:02:12.318379+0000 mgr.smithi037.kdknfa (mgr.14182) 522 : cluster [DBG] pgmap v390: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:15.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:15 smithi037 bash[25974]: cluster 2023-11-15T04:02:14.320202+0000 mgr.smithi037.kdknfa (mgr.14182) 523 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:15 smithi143 bash[29116]: cluster 2023-11-15T04:02:14.320202+0000 mgr.smithi037.kdknfa (mgr.14182) 523 : cluster [DBG] pgmap v391: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:17.128 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:17.128 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:17.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:18.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:17 smithi143 bash[29116]: cluster 2023-11-15T04:02:16.321872+0000 mgr.smithi037.kdknfa (mgr.14182) 524 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:02:18.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:17 smithi037 bash[25974]: cluster 2023-11-15T04:02:16.321872+0000 mgr.smithi037.kdknfa (mgr.14182) 524 : cluster [DBG] pgmap v392: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:02:18.788 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:19.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:18 smithi143 bash[29116]: audit 2023-11-15T04:02:17.118204+0000 mgr.smithi037.kdknfa (mgr.14182) 525 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:19.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:18 smithi037 bash[25974]: audit 2023-11-15T04:02:17.118204+0000 mgr.smithi037.kdknfa (mgr.14182) 525 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:19.992 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:19 smithi037 bash[25974]: cluster 2023-11-15T04:02:18.323612+0000 mgr.smithi037.kdknfa (mgr.14182) 526 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:19 smithi143 bash[29116]: cluster 2023-11-15T04:02:18.323612+0000 mgr.smithi037.kdknfa (mgr.14182) 526 : cluster [DBG] pgmap v393: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:21.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:21 smithi037 bash[25974]: cluster 2023-11-15T04:02:20.325361+0000 mgr.smithi037.kdknfa (mgr.14182) 527 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:22.043 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:22.043 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:22.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:21 smithi143 bash[29116]: cluster 2023-11-15T04:02:20.325361+0000 mgr.smithi037.kdknfa (mgr.14182) 527 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:22.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:23.762 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:23 smithi143 bash[29116]: audit 2023-11-15T04:02:22.033614+0000 mgr.smithi037.kdknfa (mgr.14182) 528 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:24.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:23 smithi143 bash[29116]: cluster 2023-11-15T04:02:22.327006+0000 mgr.smithi037.kdknfa (mgr.14182) 529 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:24.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:23 smithi037 bash[25974]: audit 2023-11-15T04:02:22.033614+0000 mgr.smithi037.kdknfa (mgr.14182) 528 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:24.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:23 smithi037 bash[25974]: cluster 2023-11-15T04:02:22.327006+0000 mgr.smithi037.kdknfa (mgr.14182) 529 : cluster [DBG] pgmap v395: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:25.044 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:24 smithi037 bash[25974]: audit 2023-11-15T04:02:24.280967+0000 mon.smithi037 (mon.0) 794 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:02:25.044 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:24 smithi037 bash[25974]: audit 2023-11-15T04:02:24.622115+0000 mon.smithi037 (mon.0) 795 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:02:25.045 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:24 smithi037 bash[25974]: audit 2023-11-15T04:02:24.623817+0000 mon.smithi037 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:02:25.045 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:24 smithi037 bash[25974]: audit 2023-11-15T04:02:24.633132+0000 mon.smithi037 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:02:25.045 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:24 smithi037 bash[25974]: audit 2023-11-15T04:02:24.641579+0000 mon.smithi037 (mon.0) 798 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:02:25.045 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:24 smithi037 bash[25974]: audit 2023-11-15T04:02:24.654047+0000 mon.smithi037 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:02:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:24 smithi143 bash[29116]: audit 2023-11-15T04:02:24.280967+0000 mon.smithi037 (mon.0) 794 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:02:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:24 smithi143 bash[29116]: audit 2023-11-15T04:02:24.622115+0000 mon.smithi037 (mon.0) 795 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:02:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:24 smithi143 bash[29116]: audit 2023-11-15T04:02:24.623817+0000 mon.smithi037 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:02:25.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:24 smithi143 bash[29116]: audit 2023-11-15T04:02:24.633132+0000 mon.smithi037 (mon.0) 797 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:02:25.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:24 smithi143 bash[29116]: audit 2023-11-15T04:02:24.641579+0000 mon.smithi037 (mon.0) 798 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:02:25.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:24 smithi143 bash[29116]: audit 2023-11-15T04:02:24.654047+0000 mon.smithi037 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:02:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:25 smithi143 bash[29116]: cluster 2023-11-15T04:02:24.328831+0000 mgr.smithi037.kdknfa (mgr.14182) 530 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:25 smithi143 bash[29116]: cluster 2023-11-15T04:02:24.633981+0000 mgr.smithi037.kdknfa (mgr.14182) 531 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:02:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:25 smithi143 bash[29116]: cephadm 2023-11-15T04:02:24.657299+0000 mgr.smithi037.kdknfa (mgr.14182) 532 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.jjevhs on smithi143 2023-11-15T04:02:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:25 smithi143 bash[29116]: cluster 2023-11-15T04:02:24.739480+0000 mon.smithi037 (mon.0) 800 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:02:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:25 smithi143 bash[29116]: cluster 2023-11-15T04:02:24.739560+0000 mon.smithi037 (mon.0) 801 : cluster [INF] Cluster is now healthy 2023-11-15T04:02:26.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:25 smithi037 bash[25974]: cluster 2023-11-15T04:02:24.328831+0000 mgr.smithi037.kdknfa (mgr.14182) 530 : cluster [DBG] pgmap v396: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:26.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:25 smithi037 bash[25974]: cluster 2023-11-15T04:02:24.633981+0000 mgr.smithi037.kdknfa (mgr.14182) 531 : cluster [DBG] pgmap v397: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:02:26.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:25 smithi037 bash[25974]: cephadm 2023-11-15T04:02:24.657299+0000 mgr.smithi037.kdknfa (mgr.14182) 532 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.jjevhs on smithi143 2023-11-15T04:02:26.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:25 smithi037 bash[25974]: cluster 2023-11-15T04:02:24.739480+0000 mon.smithi037 (mon.0) 800 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:02:26.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:25 smithi037 bash[25974]: cluster 2023-11-15T04:02:24.739560+0000 mon.smithi037 (mon.0) 801 : cluster [INF] Cluster is now healthy 2023-11-15T04:02:27.145 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:27.146 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:00:15.891487Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rnfitj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:27.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:28.069 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:27 smithi143 bash[29116]: cluster 2023-11-15T04:02:26.635314+0000 mgr.smithi037.kdknfa (mgr.14182) 533 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:02:28.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:27 smithi037 bash[25974]: cluster 2023-11-15T04:02:26.635314+0000 mgr.smithi037.kdknfa (mgr.14182) 533 : cluster [DBG] pgmap v398: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:02:28.760 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:28.770 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:28 smithi037 bash[25974]: audit 2023-11-15T04:02:27.130147+0000 mgr.smithi037.kdknfa (mgr.14182) 534 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:28.770 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:28 smithi037 bash[25974]: audit 2023-11-15T04:02:28.500480+0000 mon.smithi037 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.jjevhs"}]: dispatch 2023-11-15T04:02:28.771 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:28 smithi037 bash[25974]: audit 2023-11-15T04:02:28.687477+0000 mon.smithi037 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:02:29.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:28 smithi143 bash[29116]: audit 2023-11-15T04:02:27.130147+0000 mgr.smithi037.kdknfa (mgr.14182) 534 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:29.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:28 smithi143 bash[29116]: audit 2023-11-15T04:02:28.500480+0000 mon.smithi037 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.jjevhs"}]: dispatch 2023-11-15T04:02:29.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:28 smithi143 bash[29116]: audit 2023-11-15T04:02:28.687477+0000 mon.smithi037 (mon.0) 803 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:02:30.034 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: cephadm 2023-11-15T04:02:28.498461+0000 mgr.smithi037.kdknfa (mgr.14182) 535 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:30.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:30.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.036 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.jjevhs ... 2023-11-15T04:02:30.036 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.036 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:30.036 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:30.036 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:30.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:02:30.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:02:30.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:02:30.037 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:02:30.038 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:02:30.038 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.038 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:30.038 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.038 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.039 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:30.039 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.039 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.jjevhs ... 2023-11-15T04:02:30.039 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.039 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:30.040 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:30.040 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:30.040 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.041 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: cephadm 2023-11-15T04:02:28.498966+0000 mgr.smithi037.kdknfa (mgr.14182) 536 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.041 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: cephadm 2023-11-15T04:02:28.503345+0000 mgr.smithi037.kdknfa (mgr.14182) 537 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.041 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:30.041 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.041 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.042 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:30.042 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.042 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.jjevhs ... 2023-11-15T04:02:30.042 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.042 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:30.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:30.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:30.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: cephadm 2023-11-15T04:02:28.508494+0000 mgr.smithi037.kdknfa (mgr.14182) 538 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.rohrer on smithi037 2023-11-15T04:02:30.043 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:29 smithi037 bash[25974]: cluster 2023-11-15T04:02:28.636290+0000 mgr.smithi037.kdknfa (mgr.14182) 539 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:02:30.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: cephadm 2023-11-15T04:02:28.498461+0000 mgr.smithi037.kdknfa (mgr.14182) 535 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:30.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.jjevhs ... 2023-11-15T04:02:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:02:30.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:02:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:02:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:02:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:02:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:30.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:30.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.jjevhs ... 2023-11-15T04:02:30.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:30.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:30.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:30.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: cephadm 2023-11-15T04:02:28.498966+0000 mgr.smithi037.kdknfa (mgr.14182) 536 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: cephadm 2023-11-15T04:02:28.503345+0000 mgr.smithi037.kdknfa (mgr.14182) 537 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:30.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs 2023-11-15T04:02:30.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:30.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs 2023-11-15T04:02:30.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.jjevhs ... 2023-11-15T04:02:30.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:30.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:30.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:30.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:30.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: cephadm 2023-11-15T04:02:28.508494+0000 mgr.smithi037.kdknfa (mgr.14182) 538 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.rohrer on smithi037 2023-11-15T04:02:30.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:29 smithi143 bash[29116]: cluster 2023-11-15T04:02:28.636290+0000 mgr.smithi037.kdknfa (mgr.14182) 539 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:02:31.996 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:31.997 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:20.448767Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mkvpbl on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mkvpbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mkvpbl\nDeploy daemon haproxy.nfs.foo.smithi143.mkvpbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.273327Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.neocys on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-neocys\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.neocys\nDeploy daemon haproxy.nfs.foo.smithi037.neocys ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:01:24.275275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.xevsjy on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:32.055 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:31 smithi037 bash[25974]: cluster 2023-11-15T04:02:30.637605+0000 mgr.smithi037.kdknfa (mgr.14182) 540 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:02:32.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:31 smithi143 bash[29116]: cluster 2023-11-15T04:02:30.637605+0000 mgr.smithi037.kdknfa (mgr.14182) 540 : cluster [DBG] pgmap v400: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:02:32.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:33.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:32 smithi143 bash[29116]: audit 2023-11-15T04:02:32.470550+0000 mon.smithi037 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.rohrer"}]: dispatch 2023-11-15T04:02:33.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:32 smithi037 bash[25974]: audit 2023-11-15T04:02:32.470550+0000 mon.smithi037 (mon.0) 804 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.rohrer"}]: dispatch 2023-11-15T04:02:33.799 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:34.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: audit 2023-11-15T04:02:31.978369+0000 mgr.smithi037.kdknfa (mgr.14182) 541 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:34.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: cephadm 2023-11-15T04:02:32.469526+0000 mgr.smithi037.kdknfa (mgr.14182) 542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:34.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:34.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.rohrer ... 2023-11-15T04:02:34.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:34.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:34.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:34.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:02:34.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:02:34.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:02:34.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:02:34.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:02:34.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:34.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:34.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.rohrer ... 2023-11-15T04:02:34.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:34.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:34.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:34.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: cephadm 2023-11-15T04:02:32.469868+0000 mgr.smithi037.kdknfa (mgr.14182) 543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: cephadm 2023-11-15T04:02:32.472240+0000 mgr.smithi037.kdknfa (mgr.14182) 544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:34.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:02:34.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.rohrer ... 2023-11-15T04:02:34.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:34.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:34.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:34.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: cephadm 2023-11-15T04:02:32.476511+0000 mgr.smithi037.kdknfa (mgr.14182) 545 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:02:34.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: cephadm 2023-11-15T04:02:32.478276+0000 mgr.smithi037.kdknfa (mgr.14182) 546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:02:34.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: cluster 2023-11-15T04:02:32.480037+0000 mgr.smithi037.kdknfa (mgr.14182) 547 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:02:34.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:33 smithi143 bash[29116]: cluster 2023-11-15T04:02:32.778745+0000 mon.smithi037 (mon.0) 805 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:02:34.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: audit 2023-11-15T04:02:31.978369+0000 mgr.smithi037.kdknfa (mgr.14182) 541 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:34.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: cephadm 2023-11-15T04:02:32.469526+0000 mgr.smithi037.kdknfa (mgr.14182) 542 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.rohrer ... 2023-11-15T04:02:34.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:34.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:34.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:34.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:02:34.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:02:34.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:02:34.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:02:34.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:02:34.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:34.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:34.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.rohrer ... 2023-11-15T04:02:34.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:34.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:34.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:34.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: cephadm 2023-11-15T04:02:32.469868+0000 mgr.smithi037.kdknfa (mgr.14182) 543 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: cephadm 2023-11-15T04:02:32.472240+0000 mgr.smithi037.kdknfa (mgr.14182) 544 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:34.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer 2023-11-15T04:02:34.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:02:34.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer 2023-11-15T04:02:34.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.rohrer ... 2023-11-15T04:02:34.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:02:34.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:02:34.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:02:34.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:02:34.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: cephadm 2023-11-15T04:02:32.476511+0000 mgr.smithi037.kdknfa (mgr.14182) 545 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:02:34.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: cephadm 2023-11-15T04:02:32.478276+0000 mgr.smithi037.kdknfa (mgr.14182) 546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:02:34.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: cluster 2023-11-15T04:02:32.480037+0000 mgr.smithi037.kdknfa (mgr.14182) 547 : cluster [DBG] pgmap v401: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:02:34.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:33 smithi037 bash[25974]: cluster 2023-11-15T04:02:32.778745+0000 mon.smithi037 (mon.0) 805 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:02:36.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:35 smithi143 bash[29116]: cluster 2023-11-15T04:02:34.481985+0000 mgr.smithi037.kdknfa (mgr.14182) 548 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:02:36.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:35 smithi037 bash[25974]: cluster 2023-11-15T04:02:34.481985+0000 mgr.smithi037.kdknfa (mgr.14182) 548 : cluster [DBG] pgmap v402: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:02:37.131 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:37.132 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:37.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:37 smithi143 bash[29116]: audit 2023-11-15T04:02:36.014607+0000 mon.smithi037 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:02:37.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:37 smithi143 bash[29116]: cluster 2023-11-15T04:02:36.483582+0000 mgr.smithi037.kdknfa (mgr.14182) 549 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:02:37.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:37 smithi037 bash[25974]: audit 2023-11-15T04:02:36.014607+0000 mon.smithi037 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:02:37.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:37 smithi037 bash[25974]: cluster 2023-11-15T04:02:36.483582+0000 mgr.smithi037.kdknfa (mgr.14182) 549 : cluster [DBG] pgmap v403: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:02:37.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:38.770 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:38.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:38 smithi143 bash[29116]: audit 2023-11-15T04:02:37.115022+0000 mgr.smithi037.kdknfa (mgr.14182) 550 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:38.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:38 smithi037 bash[25974]: audit 2023-11-15T04:02:37.115022+0000 mgr.smithi037.kdknfa (mgr.14182) 550 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:39.857 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:39 smithi037 bash[25974]: cluster 2023-11-15T04:02:38.485347+0000 mgr.smithi037.kdknfa (mgr.14182) 551 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:02:39.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:39 smithi143 bash[29116]: cluster 2023-11-15T04:02:38.485347+0000 mgr.smithi037.kdknfa (mgr.14182) 551 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:02:41.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:41 smithi037 bash[25974]: cluster 2023-11-15T04:02:40.486973+0000 mgr.smithi037.kdknfa (mgr.14182) 552 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:02:41.802 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:41.802 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:41.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:41 smithi143 bash[29116]: cluster 2023-11-15T04:02:40.486973+0000 mgr.smithi037.kdknfa (mgr.14182) 552 : cluster [DBG] pgmap v405: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:02:42.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:42.713 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:42 smithi037 bash[25974]: audit 2023-11-15T04:02:41.791847+0000 mgr.smithi037.kdknfa (mgr.14182) 553 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:42.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:42 smithi143 bash[29116]: audit 2023-11-15T04:02:41.791847+0000 mgr.smithi037.kdknfa (mgr.14182) 553 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:43.463 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:43.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:43 smithi143 bash[29116]: cluster 2023-11-15T04:02:42.488626+0000 mgr.smithi037.kdknfa (mgr.14182) 554 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:02:43.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:43 smithi037 bash[25974]: cluster 2023-11-15T04:02:42.488626+0000 mgr.smithi037.kdknfa (mgr.14182) 554 : cluster [DBG] pgmap v406: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:02:44.869 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:44 smithi037 bash[25974]: audit 2023-11-15T04:02:43.689864+0000 mon.smithi037 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:02:45.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:44 smithi143 bash[29116]: audit 2023-11-15T04:02:43.689864+0000 mon.smithi037 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:02:45.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:45 smithi037 bash[25974]: cluster 2023-11-15T04:02:44.490501+0000 mgr.smithi037.kdknfa (mgr.14182) 555 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:46.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:45 smithi143 bash[29116]: cluster 2023-11-15T04:02:44.490501+0000 mgr.smithi037.kdknfa (mgr.14182) 555 : cluster [DBG] pgmap v407: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:46.845 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:46.846 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:47.474 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:47.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:47 smithi037 bash[25974]: cluster 2023-11-15T04:02:46.491583+0000 mgr.smithi037.kdknfa (mgr.14182) 556 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:02:47.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:47 smithi037 bash[25974]: audit 2023-11-15T04:02:46.832135+0000 mgr.smithi037.kdknfa (mgr.14182) 557 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:48.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:47 smithi143 bash[29116]: cluster 2023-11-15T04:02:46.491583+0000 mgr.smithi037.kdknfa (mgr.14182) 556 : cluster [DBG] pgmap v408: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:02:48.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:47 smithi143 bash[29116]: audit 2023-11-15T04:02:46.832135+0000 mgr.smithi037.kdknfa (mgr.14182) 557 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:48.475 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:49.824 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:49 smithi037 bash[25974]: cluster 2023-11-15T04:02:48.492775+0000 mgr.smithi037.kdknfa (mgr.14182) 558 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:50.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:49 smithi143 bash[29116]: cluster 2023-11-15T04:02:48.492775+0000 mgr.smithi037.kdknfa (mgr.14182) 558 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:51.645 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:51.645 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:52.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:51 smithi143 bash[29116]: cluster 2023-11-15T04:02:50.494317+0000 mgr.smithi037.kdknfa (mgr.14182) 559 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:52.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:51 smithi037 bash[25974]: cluster 2023-11-15T04:02:50.494317+0000 mgr.smithi037.kdknfa (mgr.14182) 559 : cluster [DBG] pgmap v410: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:52.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:53.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:52 smithi143 bash[29116]: audit 2023-11-15T04:02:51.629057+0000 mgr.smithi037.kdknfa (mgr.14182) 560 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:53.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:52 smithi037 bash[25974]: audit 2023-11-15T04:02:51.629057+0000 mgr.smithi037.kdknfa (mgr.14182) 560 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:53.285 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:54.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:53 smithi143 bash[29116]: cluster 2023-11-15T04:02:52.495974+0000 mgr.smithi037.kdknfa (mgr.14182) 561 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:54.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:53 smithi037 bash[25974]: cluster 2023-11-15T04:02:52.495974+0000 mgr.smithi037.kdknfa (mgr.14182) 561 : cluster [DBG] pgmap v411: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:56.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:55 smithi037 bash[25974]: cluster 2023-11-15T04:02:54.497932+0000 mgr.smithi037.kdknfa (mgr.14182) 562 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:56.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:55 smithi143 bash[29116]: cluster 2023-11-15T04:02:54.497932+0000 mgr.smithi037.kdknfa (mgr.14182) 562 : cluster [DBG] pgmap v412: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:02:56.474 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:02:56.474 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:02:57.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:02:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:57 smithi143 bash[29116]: audit 2023-11-15T04:02:56.457153+0000 mgr.smithi037.kdknfa (mgr.14182) 563 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:57 smithi143 bash[29116]: cluster 2023-11-15T04:02:56.499732+0000 mgr.smithi037.kdknfa (mgr.14182) 564 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:02:58.174 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:02:58.186 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:57 smithi037 bash[25974]: audit 2023-11-15T04:02:56.457153+0000 mgr.smithi037.kdknfa (mgr.14182) 563 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:02:58.186 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:57 smithi037 bash[25974]: cluster 2023-11-15T04:02:56.499732+0000 mgr.smithi037.kdknfa (mgr.14182) 564 : cluster [DBG] pgmap v413: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:02:59.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:02:59 smithi037 bash[25974]: cluster 2023-11-15T04:02:58.501562+0000 mgr.smithi037.kdknfa (mgr.14182) 565 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:02:59 smithi143 bash[29116]: cluster 2023-11-15T04:02:58.501562+0000 mgr.smithi037.kdknfa (mgr.14182) 565 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:01.414 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:01.415 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:02.011 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:01 smithi037 bash[25974]: cluster 2023-11-15T04:03:00.503597+0000 mgr.smithi037.kdknfa (mgr.14182) 566 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:02.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:02.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:01 smithi143 bash[29116]: cluster 2023-11-15T04:03:00.503597+0000 mgr.smithi037.kdknfa (mgr.14182) 566 : cluster [DBG] pgmap v415: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:03.014 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:03.027 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:02 smithi037 bash[25974]: audit 2023-11-15T04:03:01.402412+0000 mgr.smithi037.kdknfa (mgr.14182) 567 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:03.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:02 smithi143 bash[29116]: audit 2023-11-15T04:03:01.402412+0000 mgr.smithi037.kdknfa (mgr.14182) 567 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:03 smithi143 bash[29116]: cluster 2023-11-15T04:03:02.505281+0000 mgr.smithi037.kdknfa (mgr.14182) 568 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:04.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:03 smithi037 bash[25974]: cluster 2023-11-15T04:03:02.505281+0000 mgr.smithi037.kdknfa (mgr.14182) 568 : cluster [DBG] pgmap v416: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:05.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:05 smithi037 bash[25974]: cluster 2023-11-15T04:03:04.507463+0000 mgr.smithi037.kdknfa (mgr.14182) 569 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:06.118 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:06.118 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:06.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:05 smithi143 bash[29116]: cluster 2023-11-15T04:03:04.507463+0000 mgr.smithi037.kdknfa (mgr.14182) 569 : cluster [DBG] pgmap v417: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:06.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:07.737 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:08.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:07 smithi143 bash[29116]: audit 2023-11-15T04:03:06.103485+0000 mgr.smithi037.kdknfa (mgr.14182) 570 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:08.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:07 smithi143 bash[29116]: cluster 2023-11-15T04:03:06.509199+0000 mgr.smithi037.kdknfa (mgr.14182) 571 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:03:08.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:07 smithi037 bash[25974]: audit 2023-11-15T04:03:06.103485+0000 mgr.smithi037.kdknfa (mgr.14182) 570 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:08.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:07 smithi037 bash[25974]: cluster 2023-11-15T04:03:06.509199+0000 mgr.smithi037.kdknfa (mgr.14182) 571 : cluster [DBG] pgmap v418: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:03:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:09 smithi143 bash[29116]: cluster 2023-11-15T04:03:08.511002+0000 mgr.smithi037.kdknfa (mgr.14182) 572 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:10.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:09 smithi037 bash[25974]: cluster 2023-11-15T04:03:08.511002+0000 mgr.smithi037.kdknfa (mgr.14182) 572 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:10.961 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:10.961 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:11.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:11.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:11 smithi037 bash[25974]: cluster 2023-11-15T04:03:10.512514+0000 mgr.smithi037.kdknfa (mgr.14182) 573 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:11.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:11 smithi037 bash[25974]: audit 2023-11-15T04:03:10.945034+0000 mgr.smithi037.kdknfa (mgr.14182) 574 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:12.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:11 smithi143 bash[29116]: cluster 2023-11-15T04:03:10.512514+0000 mgr.smithi037.kdknfa (mgr.14182) 573 : cluster [DBG] pgmap v420: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:12.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:11 smithi143 bash[29116]: audit 2023-11-15T04:03:10.945034+0000 mgr.smithi037.kdknfa (mgr.14182) 574 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:12.610 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:13.987 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:13 smithi037 bash[25974]: cluster 2023-11-15T04:03:12.514265+0000 mgr.smithi037.kdknfa (mgr.14182) 575 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:13 smithi143 bash[29116]: cluster 2023-11-15T04:03:12.514265+0000 mgr.smithi037.kdknfa (mgr.14182) 575 : cluster [DBG] pgmap v421: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:15.765 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:15.766 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:15 smithi143 bash[29116]: cluster 2023-11-15T04:03:14.515593+0000 mgr.smithi037.kdknfa (mgr.14182) 576 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:16.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:15 smithi037 bash[25974]: cluster 2023-11-15T04:03:14.515593+0000 mgr.smithi037.kdknfa (mgr.14182) 576 : cluster [DBG] pgmap v422: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:16.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:17.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:16 smithi143 bash[29116]: audit 2023-11-15T04:03:15.749374+0000 mgr.smithi037.kdknfa (mgr.14182) 577 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:17.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:16 smithi037 bash[25974]: audit 2023-11-15T04:03:15.749374+0000 mgr.smithi037.kdknfa (mgr.14182) 577 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:17.406 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:18.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:17 smithi143 bash[29116]: cluster 2023-11-15T04:03:16.516646+0000 mgr.smithi037.kdknfa (mgr.14182) 578 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:03:18.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:17 smithi037 bash[25974]: cluster 2023-11-15T04:03:16.516646+0000 mgr.smithi037.kdknfa (mgr.14182) 578 : cluster [DBG] pgmap v423: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:03:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:19 smithi143 bash[29116]: cluster 2023-11-15T04:03:18.517586+0000 mgr.smithi037.kdknfa (mgr.14182) 579 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:20.205 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:19 smithi037 bash[25974]: cluster 2023-11-15T04:03:18.517586+0000 mgr.smithi037.kdknfa (mgr.14182) 579 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:20.639 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:20.640 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:21.288 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:22.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:21 smithi143 bash[29116]: cluster 2023-11-15T04:03:20.518991+0000 mgr.smithi037.kdknfa (mgr.14182) 580 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:22.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:21 smithi143 bash[29116]: audit 2023-11-15T04:03:20.624584+0000 mgr.smithi037.kdknfa (mgr.14182) 581 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:22.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:21 smithi037 bash[25974]: cluster 2023-11-15T04:03:20.518991+0000 mgr.smithi037.kdknfa (mgr.14182) 580 : cluster [DBG] pgmap v425: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:22.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:21 smithi037 bash[25974]: audit 2023-11-15T04:03:20.624584+0000 mgr.smithi037.kdknfa (mgr.14182) 581 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:22.289 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:23.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:23 smithi037 bash[25974]: cluster 2023-11-15T04:03:22.520275+0000 mgr.smithi037.kdknfa (mgr.14182) 582 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:23 smithi143 bash[29116]: cluster 2023-11-15T04:03:22.520275+0000 mgr.smithi037.kdknfa (mgr.14182) 582 : cluster [DBG] pgmap v426: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:25.525 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:25.525 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:25.963 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:25 smithi037 bash[25974]: cluster 2023-11-15T04:03:24.521954+0000 mgr.smithi037.kdknfa (mgr.14182) 583 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:26.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:25 smithi143 bash[29116]: cluster 2023-11-15T04:03:24.521954+0000 mgr.smithi037.kdknfa (mgr.14182) 583 : cluster [DBG] pgmap v427: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:27.127 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:27.140 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:26 smithi037 bash[25974]: audit 2023-11-15T04:03:25.509207+0000 mgr.smithi037.kdknfa (mgr.14182) 584 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:27.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:26 smithi143 bash[29116]: audit 2023-11-15T04:03:25.509207+0000 mgr.smithi037.kdknfa (mgr.14182) 584 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:28.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:27 smithi143 bash[29116]: cluster 2023-11-15T04:03:26.523610+0000 mgr.smithi037.kdknfa (mgr.14182) 585 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:03:28.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:27 smithi037 bash[25974]: cluster 2023-11-15T04:03:26.523610+0000 mgr.smithi037.kdknfa (mgr.14182) 585 : cluster [DBG] pgmap v428: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:03:30.032 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:29 smithi037 bash[25974]: cluster 2023-11-15T04:03:28.525427+0000 mgr.smithi037.kdknfa (mgr.14182) 586 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:30.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:29 smithi143 bash[29116]: cluster 2023-11-15T04:03:28.525427+0000 mgr.smithi037.kdknfa (mgr.14182) 586 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:30.232 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:30.233 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:30.889 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:31.891 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:32.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:31 smithi143 bash[29116]: audit 2023-11-15T04:03:30.218973+0000 mgr.smithi037.kdknfa (mgr.14182) 587 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:32.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:31 smithi143 bash[29116]: cluster 2023-11-15T04:03:30.527022+0000 mgr.smithi037.kdknfa (mgr.14182) 588 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:32.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:31 smithi037 bash[25974]: audit 2023-11-15T04:03:30.218973+0000 mgr.smithi037.kdknfa (mgr.14182) 587 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:32.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:31 smithi037 bash[25974]: cluster 2023-11-15T04:03:30.527022+0000 mgr.smithi037.kdknfa (mgr.14182) 588 : cluster [DBG] pgmap v430: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:33.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.482430+0000 mon.smithi037 (mon.0) 808 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:03:33.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.778490+0000 mon.smithi037 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.779893+0000 mon.smithi037 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.781120+0000 mon.smithi037 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.782306+0000 mon.smithi037 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.791680+0000 mon.smithi037 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:03:33.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.814606+0000 mon.smithi037 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.815911+0000 mon.smithi037 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.817109+0000 mon.smithi037 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.818202+0000 mon.smithi037 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.824919+0000 mon.smithi037 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:03:33.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.826688+0000 mon.smithi037 (mon.0) 819 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:03:33.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.828017+0000 mon.smithi037 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:03:33.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.835853+0000 mon.smithi037 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:03:33.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.841159+0000 mon.smithi037 (mon.0) 822 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:03:33.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:32 smithi143 bash[29116]: audit 2023-11-15T04:03:32.853595+0000 mon.smithi037 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:03:33.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.482430+0000 mon.smithi037 (mon.0) 808 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:03:33.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.778490+0000 mon.smithi037 (mon.0) 809 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.209 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.779893+0000 mon.smithi037 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.781120+0000 mon.smithi037 (mon.0) 811 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.782306+0000 mon.smithi037 (mon.0) 812 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.791680+0000 mon.smithi037 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:03:33.210 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.814606+0000 mon.smithi037 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.815911+0000 mon.smithi037 (mon.0) 815 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.817109+0000 mon.smithi037 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.818202+0000 mon.smithi037 (mon.0) 817 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-15T04:03:33.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.824919+0000 mon.smithi037 (mon.0) 818 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:03:33.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.826688+0000 mon.smithi037 (mon.0) 819 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:03:33.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.828017+0000 mon.smithi037 (mon.0) 820 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:03:33.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.835853+0000 mon.smithi037 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:03:33.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.841159+0000 mon.smithi037 (mon.0) 822 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:03:33.212 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:32 smithi037 bash[25974]: audit 2023-11-15T04:03:32.853595+0000 mon.smithi037 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:03:34.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:33 smithi143 bash[29116]: cluster 2023-11-15T04:03:32.528328+0000 mgr.smithi037.kdknfa (mgr.14182) 589 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:34.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:33 smithi143 bash[29116]: cephadm 2023-11-15T04:03:32.783226+0000 mgr.smithi037.kdknfa (mgr.14182) 590 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3529M 2023-11-15T04:03:34.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:33 smithi143 bash[29116]: cephadm 2023-11-15T04:03:32.819037+0000 mgr.smithi037.kdknfa (mgr.14182) 591 : cephadm [INF] Adjusting osd_memory_target on smithi037 to 3018M 2023-11-15T04:03:34.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:33 smithi143 bash[29116]: cluster 2023-11-15T04:03:32.836734+0000 mgr.smithi037.kdknfa (mgr.14182) 592 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:34.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:33 smithi143 bash[29116]: cephadm 2023-11-15T04:03:32.857823+0000 mgr.smithi037.kdknfa (mgr.14182) 593 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.zhodub on smithi143 2023-11-15T04:03:34.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:33 smithi143 bash[29116]: cluster 2023-11-15T04:03:32.867052+0000 mon.smithi037 (mon.0) 824 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:03:34.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:33 smithi143 bash[29116]: cluster 2023-11-15T04:03:32.867115+0000 mon.smithi037 (mon.0) 825 : cluster [INF] Cluster is now healthy 2023-11-15T04:03:34.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:33 smithi037 bash[25974]: cluster 2023-11-15T04:03:32.528328+0000 mgr.smithi037.kdknfa (mgr.14182) 589 : cluster [DBG] pgmap v431: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:34.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:33 smithi037 bash[25974]: cephadm 2023-11-15T04:03:32.783226+0000 mgr.smithi037.kdknfa (mgr.14182) 590 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 3529M 2023-11-15T04:03:34.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:33 smithi037 bash[25974]: cephadm 2023-11-15T04:03:32.819037+0000 mgr.smithi037.kdknfa (mgr.14182) 591 : cephadm [INF] Adjusting osd_memory_target on smithi037 to 3018M 2023-11-15T04:03:34.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:33 smithi037 bash[25974]: cluster 2023-11-15T04:03:32.836734+0000 mgr.smithi037.kdknfa (mgr.14182) 592 : cluster [DBG] pgmap v432: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:33 smithi037 bash[25974]: cephadm 2023-11-15T04:03:32.857823+0000 mgr.smithi037.kdknfa (mgr.14182) 593 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.zhodub on smithi143 2023-11-15T04:03:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:33 smithi037 bash[25974]: cluster 2023-11-15T04:03:32.867052+0000 mon.smithi037 (mon.0) 824 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:03:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:33 smithi037 bash[25974]: cluster 2023-11-15T04:03:32.867115+0000 mon.smithi037 (mon.0) 825 : cluster [INF] Cluster is now healthy 2023-11-15T04:03:35.262 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:35.262 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:01:24.276954Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.rfajge on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:35.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:36.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:35 smithi143 bash[29116]: cluster 2023-11-15T04:03:34.838066+0000 mgr.smithi037.kdknfa (mgr.14182) 594 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:36.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:35 smithi037 bash[25974]: cluster 2023-11-15T04:03:34.838066+0000 mgr.smithi037.kdknfa (mgr.14182) 594 : cluster [DBG] pgmap v433: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:36.884 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:37.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:36 smithi143 bash[29116]: audit 2023-11-15T04:03:35.245108+0000 mgr.smithi037.kdknfa (mgr.14182) 595 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:37.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:36 smithi143 bash[29116]: audit 2023-11-15T04:03:36.612559+0000 mon.smithi037 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.zhodub"}]: dispatch 2023-11-15T04:03:37.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:36 smithi037 bash[25974]: audit 2023-11-15T04:03:35.245108+0000 mgr.smithi037.kdknfa (mgr.14182) 595 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:37.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:36 smithi037 bash[25974]: audit 2023-11-15T04:03:36.612559+0000 mon.smithi037 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.zhodub"}]: dispatch 2023-11-15T04:03:38.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: cephadm 2023-11-15T04:03:36.611370+0000 mgr.smithi037.kdknfa (mgr.14182) 596 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:38.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:38.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.zhodub ... 2023-11-15T04:03:38.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:38.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:38.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:38.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:03:38.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:03:38.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:03:38.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:03:38.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:03:38.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:38.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:38.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.zhodub ... 2023-11-15T04:03:38.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:38.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:38.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:38.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: cephadm 2023-11-15T04:03:36.611908+0000 mgr.smithi037.kdknfa (mgr.14182) 597 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: cephadm 2023-11-15T04:03:36.614340+0000 mgr.smithi037.kdknfa (mgr.14182) 598 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:38.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:38.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.zhodub ... 2023-11-15T04:03:38.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:38.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:38.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:38.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: cephadm 2023-11-15T04:03:36.619295+0000 mgr.smithi037.kdknfa (mgr.14182) 599 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.ggwltk on smithi037 2023-11-15T04:03:38.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:37 smithi037 bash[25974]: cluster 2023-11-15T04:03:36.839070+0000 mgr.smithi037.kdknfa (mgr.14182) 600 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:38.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: cephadm 2023-11-15T04:03:36.611370+0000 mgr.smithi037.kdknfa (mgr.14182) 596 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:38.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:38.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.zhodub ... 2023-11-15T04:03:38.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:38.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:38.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:38.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:03:38.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:03:38.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:03:38.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:03:38.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:03:38.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:38.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:38.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.zhodub ... 2023-11-15T04:03:38.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:38.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:38.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:38.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: cephadm 2023-11-15T04:03:36.611908+0000 mgr.smithi037.kdknfa (mgr.14182) 597 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: cephadm 2023-11-15T04:03:36.614340+0000 mgr.smithi037.kdknfa (mgr.14182) 598 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:38.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub 2023-11-15T04:03:38.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:38.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub 2023-11-15T04:03:38.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.zhodub ... 2023-11-15T04:03:38.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:38.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:38.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:38.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:38.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: cephadm 2023-11-15T04:03:36.619295+0000 mgr.smithi037.kdknfa (mgr.14182) 599 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.ggwltk on smithi037 2023-11-15T04:03:38.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:37 smithi143 bash[29116]: cluster 2023-11-15T04:03:36.839070+0000 mgr.smithi037.kdknfa (mgr.14182) 600 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:40.018 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:40.019 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:28.503064Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.jjevhs on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-jjevhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.jjevhs\nDeploy daemon haproxy.nfs.foo.smithi143.jjevhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.471994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.rohrer on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-rohrer\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.rohrer\nDeploy daemon haproxy.nfs.foo.smithi037.rohrer ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:02:32.476369Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jxpjde on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:40.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:39 smithi037 bash[25974]: cluster 2023-11-15T04:03:38.840163+0000 mgr.smithi037.kdknfa (mgr.14182) 601 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:40.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:39 smithi143 bash[29116]: cluster 2023-11-15T04:03:38.840163+0000 mgr.smithi037.kdknfa (mgr.14182) 601 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:40.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:40.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:40 smithi037 bash[25974]: audit 2023-11-15T04:03:40.772591+0000 mon.smithi037 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.ggwltk"}]: dispatch 2023-11-15T04:03:41.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:40 smithi143 bash[29116]: audit 2023-11-15T04:03:40.772591+0000 mon.smithi037 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.ggwltk"}]: dispatch 2023-11-15T04:03:41.832 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:42.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: audit 2023-11-15T04:03:40.009311+0000 mgr.smithi037.kdknfa (mgr.14182) 602 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:42.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: cephadm 2023-11-15T04:03:40.771328+0000 mgr.smithi037.kdknfa (mgr.14182) 603 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:42.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:42.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.ggwltk ... 2023-11-15T04:03:42.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:42.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:42.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:42.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:03:42.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:03:42.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:03:42.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:03:42.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:03:42.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:42.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:42.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.ggwltk ... 2023-11-15T04:03:42.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:42.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:42.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:42.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: cephadm 2023-11-15T04:03:40.771936+0000 mgr.smithi037.kdknfa (mgr.14182) 604 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: cephadm 2023-11-15T04:03:40.774059+0000 mgr.smithi037.kdknfa (mgr.14182) 605 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:42.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:03:42.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.ggwltk ... 2023-11-15T04:03:42.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:42.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:42.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:42.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: cephadm 2023-11-15T04:03:40.778630+0000 mgr.smithi037.kdknfa (mgr.14182) 606 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:03:42.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: cephadm 2023-11-15T04:03:40.782628+0000 mgr.smithi037.kdknfa (mgr.14182) 607 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:03:42.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: cluster 2023-11-15T04:03:40.784700+0000 mgr.smithi037.kdknfa (mgr.14182) 608 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:42.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: cluster 2023-11-15T04:03:40.903114+0000 mon.smithi037 (mon.0) 828 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:03:42.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:41 smithi037 bash[25974]: audit 2023-11-15T04:03:41.071998+0000 mon.smithi037 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:03:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: audit 2023-11-15T04:03:40.009311+0000 mgr.smithi037.kdknfa (mgr.14182) 602 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: cephadm 2023-11-15T04:03:40.771328+0000 mgr.smithi037.kdknfa (mgr.14182) 603 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:42.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.ggwltk ... 2023-11-15T04:03:42.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:42.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:42.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:42.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:03:42.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:03:42.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:03:42.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:03:42.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:03:42.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:42.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:42.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.ggwltk ... 2023-11-15T04:03:42.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:42.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:42.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:42.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: cephadm 2023-11-15T04:03:40.771936+0000 mgr.smithi037.kdknfa (mgr.14182) 604 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: cephadm 2023-11-15T04:03:40.774059+0000 mgr.smithi037.kdknfa (mgr.14182) 605 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:42.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk 2023-11-15T04:03:42.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:03:42.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk 2023-11-15T04:03:42.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.ggwltk ... 2023-11-15T04:03:42.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:03:42.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:03:42.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:03:42.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:03:42.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: cephadm 2023-11-15T04:03:40.778630+0000 mgr.smithi037.kdknfa (mgr.14182) 606 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:03:42.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: cephadm 2023-11-15T04:03:40.782628+0000 mgr.smithi037.kdknfa (mgr.14182) 607 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:03:42.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: cluster 2023-11-15T04:03:40.784700+0000 mgr.smithi037.kdknfa (mgr.14182) 608 : cluster [DBG] pgmap v436: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:42.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: cluster 2023-11-15T04:03:40.903114+0000 mon.smithi037 (mon.0) 828 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:03:42.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:41 smithi143 bash[29116]: audit 2023-11-15T04:03:41.071998+0000 mon.smithi037 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:03:43.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:43 smithi143 bash[29116]: cluster 2023-11-15T04:03:42.786466+0000 mgr.smithi037.kdknfa (mgr.14182) 609 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:43.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:43 smithi037 bash[25974]: cluster 2023-11-15T04:03:42.786466+0000 mgr.smithi037.kdknfa (mgr.14182) 609 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:03:45.077 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:45.078 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:45.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:46.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:45 smithi143 bash[29116]: cluster 2023-11-15T04:03:44.788087+0000 mgr.smithi037.kdknfa (mgr.14182) 610 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:46.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:45 smithi037 bash[25974]: cluster 2023-11-15T04:03:44.788087+0000 mgr.smithi037.kdknfa (mgr.14182) 610 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:46.718 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:47.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:46 smithi143 bash[29116]: audit 2023-11-15T04:03:45.063870+0000 mgr.smithi037.kdknfa (mgr.14182) 611 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:47.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:46 smithi037 bash[25974]: audit 2023-11-15T04:03:45.063870+0000 mgr.smithi037.kdknfa (mgr.14182) 611 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:48.124 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:47 smithi037 bash[25974]: cluster 2023-11-15T04:03:46.789762+0000 mgr.smithi037.kdknfa (mgr.14182) 612 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T04:03:48.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:47 smithi143 bash[29116]: cluster 2023-11-15T04:03:46.789762+0000 mgr.smithi037.kdknfa (mgr.14182) 612 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-15T04:03:49.962 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:49.963 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:50.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:49 smithi143 bash[29116]: cluster 2023-11-15T04:03:48.791644+0000 mgr.smithi037.kdknfa (mgr.14182) 613 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:50.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:49 smithi037 bash[25974]: cluster 2023-11-15T04:03:48.791644+0000 mgr.smithi037.kdknfa (mgr.14182) 613 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:50.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:50.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:50 smithi037 bash[25974]: audit 2023-11-15T04:03:49.953107+0000 mgr.smithi037.kdknfa (mgr.14182) 614 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:51.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:50 smithi143 bash[29116]: audit 2023-11-15T04:03:49.953107+0000 mgr.smithi037.kdknfa (mgr.14182) 614 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:51.634 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:51.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:51 smithi037 bash[25974]: cluster 2023-11-15T04:03:50.793292+0000 mgr.smithi037.kdknfa (mgr.14182) 615 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:52.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:51 smithi143 bash[29116]: cluster 2023-11-15T04:03:50.793292+0000 mgr.smithi037.kdknfa (mgr.14182) 615 : cluster [DBG] pgmap v441: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:53.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:53 smithi143 bash[29116]: cluster 2023-11-15T04:03:52.794563+0000 mgr.smithi037.kdknfa (mgr.14182) 616 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:53.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:53 smithi037 bash[25974]: cluster 2023-11-15T04:03:52.794563+0000 mgr.smithi037.kdknfa (mgr.14182) 616 : cluster [DBG] pgmap v442: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:54.958 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:54.959 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:03:55.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:03:56.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:55 smithi143 bash[29116]: cluster 2023-11-15T04:03:54.796112+0000 mgr.smithi037.kdknfa (mgr.14182) 617 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:56.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:55 smithi143 bash[29116]: audit 2023-11-15T04:03:54.941372+0000 mgr.smithi037.kdknfa (mgr.14182) 618 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:56.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:55 smithi037 bash[25974]: cluster 2023-11-15T04:03:54.796112+0000 mgr.smithi037.kdknfa (mgr.14182) 617 : cluster [DBG] pgmap v443: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:03:56.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:55 smithi037 bash[25974]: audit 2023-11-15T04:03:54.941372+0000 mgr.smithi037.kdknfa (mgr.14182) 618 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:03:56.569 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:03:57.962 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:57 smithi037 bash[25974]: cluster 2023-11-15T04:03:56.797541+0000 mgr.smithi037.kdknfa (mgr.14182) 619 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:03:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:57 smithi143 bash[29116]: cluster 2023-11-15T04:03:56.797541+0000 mgr.smithi037.kdknfa (mgr.14182) 619 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:03:59.827 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:03:59.828 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:03:59 smithi143 bash[29116]: cluster 2023-11-15T04:03:58.799116+0000 mgr.smithi037.kdknfa (mgr.14182) 620 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:00.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:03:59 smithi037 bash[25974]: cluster 2023-11-15T04:03:58.799116+0000 mgr.smithi037.kdknfa (mgr.14182) 620 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:00.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:01.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:00 smithi143 bash[29116]: audit 2023-11-15T04:03:59.810580+0000 mgr.smithi037.kdknfa (mgr.14182) 621 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:01.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:00 smithi037 bash[25974]: audit 2023-11-15T04:03:59.810580+0000 mgr.smithi037.kdknfa (mgr.14182) 621 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:01.502 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:02.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:01 smithi143 bash[29116]: cluster 2023-11-15T04:04:00.800679+0000 mgr.smithi037.kdknfa (mgr.14182) 622 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:02.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:01 smithi037 bash[25974]: cluster 2023-11-15T04:04:00.800679+0000 mgr.smithi037.kdknfa (mgr.14182) 622 : cluster [DBG] pgmap v446: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:03.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:03 smithi143 bash[29116]: cluster 2023-11-15T04:04:02.802606+0000 mgr.smithi037.kdknfa (mgr.14182) 623 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:03.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:03 smithi037 bash[25974]: cluster 2023-11-15T04:04:02.802606+0000 mgr.smithi037.kdknfa (mgr.14182) 623 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:04.945 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:04.945 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:05.586 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:06.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:05 smithi143 bash[29116]: cluster 2023-11-15T04:04:04.804207+0000 mgr.smithi037.kdknfa (mgr.14182) 624 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:06.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:05 smithi143 bash[29116]: audit 2023-11-15T04:04:04.928272+0000 mgr.smithi037.kdknfa (mgr.14182) 625 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:06.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:05 smithi037 bash[25974]: cluster 2023-11-15T04:04:04.804207+0000 mgr.smithi037.kdknfa (mgr.14182) 624 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:06.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:05 smithi037 bash[25974]: audit 2023-11-15T04:04:04.928272+0000 mgr.smithi037.kdknfa (mgr.14182) 625 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:06.588 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:08.006 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:07 smithi037 bash[25974]: cluster 2023-11-15T04:04:06.805128+0000 mgr.smithi037.kdknfa (mgr.14182) 626 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:04:08.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:07 smithi143 bash[29116]: cluster 2023-11-15T04:04:06.805128+0000 mgr.smithi037.kdknfa (mgr.14182) 626 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:04:09.797 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:09.797 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:09 smithi143 bash[29116]: cluster 2023-11-15T04:04:08.806861+0000 mgr.smithi037.kdknfa (mgr.14182) 627 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:10.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:09 smithi037 bash[25974]: cluster 2023-11-15T04:04:08.806861+0000 mgr.smithi037.kdknfa (mgr.14182) 627 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:10.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:11.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:10 smithi143 bash[29116]: audit 2023-11-15T04:04:09.778309+0000 mgr.smithi037.kdknfa (mgr.14182) 628 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:11.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:10 smithi037 bash[25974]: audit 2023-11-15T04:04:09.778309+0000 mgr.smithi037.kdknfa (mgr.14182) 628 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:11.443 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:12.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:11 smithi143 bash[29116]: cluster 2023-11-15T04:04:10.808428+0000 mgr.smithi037.kdknfa (mgr.14182) 629 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:12.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:11 smithi037 bash[25974]: cluster 2023-11-15T04:04:10.808428+0000 mgr.smithi037.kdknfa (mgr.14182) 629 : cluster [DBG] pgmap v451: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:13.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:13 smithi143 bash[29116]: cluster 2023-11-15T04:04:12.810393+0000 mgr.smithi037.kdknfa (mgr.14182) 630 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:13.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:13 smithi037 bash[25974]: cluster 2023-11-15T04:04:12.810393+0000 mgr.smithi037.kdknfa (mgr.14182) 630 : cluster [DBG] pgmap v452: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:14.855 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:14.856 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:15.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:15 smithi143 bash[29116]: cluster 2023-11-15T04:04:14.812023+0000 mgr.smithi037.kdknfa (mgr.14182) 631 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:16.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:15 smithi143 bash[29116]: audit 2023-11-15T04:04:14.839038+0000 mgr.smithi037.kdknfa (mgr.14182) 632 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:16.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:15 smithi037 bash[25974]: cluster 2023-11-15T04:04:14.812023+0000 mgr.smithi037.kdknfa (mgr.14182) 631 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:16.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:15 smithi037 bash[25974]: audit 2023-11-15T04:04:14.839038+0000 mgr.smithi037.kdknfa (mgr.14182) 632 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:16.484 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:18.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:17 smithi143 bash[29116]: cluster 2023-11-15T04:04:16.813702+0000 mgr.smithi037.kdknfa (mgr.14182) 633 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:04:18.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:17 smithi037 bash[25974]: cluster 2023-11-15T04:04:16.813702+0000 mgr.smithi037.kdknfa (mgr.14182) 633 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:04:19.670 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:19.670 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:20.034 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:19 smithi037 bash[25974]: cluster 2023-11-15T04:04:18.815567+0000 mgr.smithi037.kdknfa (mgr.14182) 634 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:19 smithi143 bash[29116]: cluster 2023-11-15T04:04:18.815567+0000 mgr.smithi037.kdknfa (mgr.14182) 634 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:20.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:21.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:20 smithi143 bash[29116]: audit 2023-11-15T04:04:19.654743+0000 mgr.smithi037.kdknfa (mgr.14182) 635 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:21.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:20 smithi037 bash[25974]: audit 2023-11-15T04:04:19.654743+0000 mgr.smithi037.kdknfa (mgr.14182) 635 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:21.323 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:22.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:21 smithi037 bash[25974]: cluster 2023-11-15T04:04:20.817206+0000 mgr.smithi037.kdknfa (mgr.14182) 636 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:22.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:21 smithi143 bash[29116]: cluster 2023-11-15T04:04:20.817206+0000 mgr.smithi037.kdknfa (mgr.14182) 636 : cluster [DBG] pgmap v456: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:23.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:23 smithi143 bash[29116]: cluster 2023-11-15T04:04:22.819050+0000 mgr.smithi037.kdknfa (mgr.14182) 637 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:23.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:23 smithi037 bash[25974]: cluster 2023-11-15T04:04:22.819050+0000 mgr.smithi037.kdknfa (mgr.14182) 637 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:24.800 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:24.801 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:25.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:25 smithi143 bash[29116]: audit 2023-11-15T04:04:24.784865+0000 mgr.smithi037.kdknfa (mgr.14182) 638 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:25 smithi143 bash[29116]: cluster 2023-11-15T04:04:24.820670+0000 mgr.smithi037.kdknfa (mgr.14182) 639 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:26.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:25 smithi037 bash[25974]: audit 2023-11-15T04:04:24.784865+0000 mgr.smithi037.kdknfa (mgr.14182) 638 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:26.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:25 smithi037 bash[25974]: cluster 2023-11-15T04:04:24.820670+0000 mgr.smithi037.kdknfa (mgr.14182) 639 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:26.443 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:28.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:27 smithi143 bash[29116]: cluster 2023-11-15T04:04:26.822424+0000 mgr.smithi037.kdknfa (mgr.14182) 640 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:04:28.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:27 smithi037 bash[25974]: cluster 2023-11-15T04:04:26.822424+0000 mgr.smithi037.kdknfa (mgr.14182) 640 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:04:29.699 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:29.699 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:30.034 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:29 smithi037 bash[25974]: cluster 2023-11-15T04:04:28.824114+0000 mgr.smithi037.kdknfa (mgr.14182) 641 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:30.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:29 smithi143 bash[29116]: cluster 2023-11-15T04:04:28.824114+0000 mgr.smithi037.kdknfa (mgr.14182) 641 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:30.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:31.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:30 smithi037 bash[25974]: audit 2023-11-15T04:04:29.682241+0000 mgr.smithi037.kdknfa (mgr.14182) 642 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:31.350 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:31.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:30 smithi143 bash[29116]: audit 2023-11-15T04:04:29.682241+0000 mgr.smithi037.kdknfa (mgr.14182) 642 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:32.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:31 smithi037 bash[25974]: cluster 2023-11-15T04:04:30.825847+0000 mgr.smithi037.kdknfa (mgr.14182) 643 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:32.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:31 smithi143 bash[29116]: cluster 2023-11-15T04:04:30.825847+0000 mgr.smithi037.kdknfa (mgr.14182) 643 : cluster [DBG] pgmap v461: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:33.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:33 smithi143 bash[29116]: cluster 2023-11-15T04:04:32.827646+0000 mgr.smithi037.kdknfa (mgr.14182) 644 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:33.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:33 smithi037 bash[25974]: cluster 2023-11-15T04:04:32.827646+0000 mgr.smithi037.kdknfa (mgr.14182) 644 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:34.802 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:34.802 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:35.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:36.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:35 smithi143 bash[29116]: audit 2023-11-15T04:04:34.785125+0000 mgr.smithi037.kdknfa (mgr.14182) 645 : audit [DBG] from='client.24729 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:36.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:35 smithi143 bash[29116]: cluster 2023-11-15T04:04:34.829300+0000 mgr.smithi037.kdknfa (mgr.14182) 646 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:36.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:35 smithi037 bash[25974]: audit 2023-11-15T04:04:34.785125+0000 mgr.smithi037.kdknfa (mgr.14182) 645 : audit [DBG] from='client.24729 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:36.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:35 smithi037 bash[25974]: cluster 2023-11-15T04:04:34.829300+0000 mgr.smithi037.kdknfa (mgr.14182) 646 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:36.436 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:38.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:37 smithi143 bash[29116]: cluster 2023-11-15T04:04:36.830961+0000 mgr.smithi037.kdknfa (mgr.14182) 647 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:04:38.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:37 smithi037 bash[25974]: cluster 2023-11-15T04:04:36.830961+0000 mgr.smithi037.kdknfa (mgr.14182) 647 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:04:39.680 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:39.681 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:40.033 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:39 smithi037 bash[25974]: cluster 2023-11-15T04:04:38.832732+0000 mgr.smithi037.kdknfa (mgr.14182) 648 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:40.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:39 smithi143 bash[29116]: cluster 2023-11-15T04:04:38.832732+0000 mgr.smithi037.kdknfa (mgr.14182) 648 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:40.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:41.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:40 smithi037 bash[25974]: audit 2023-11-15T04:04:39.669202+0000 mgr.smithi037.kdknfa (mgr.14182) 649 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:41.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:40 smithi037 bash[25974]: audit 2023-11-15T04:04:40.786368+0000 mon.smithi037 (mon.0) 830 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:04:41.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:40 smithi143 bash[29116]: audit 2023-11-15T04:04:39.669202+0000 mgr.smithi037.kdknfa (mgr.14182) 649 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:41.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:40 smithi143 bash[29116]: audit 2023-11-15T04:04:40.786368+0000 mon.smithi037 (mon.0) 830 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:04:41.402 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:42.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:41 smithi037 bash[25974]: cluster 2023-11-15T04:04:40.834202+0000 mgr.smithi037.kdknfa (mgr.14182) 650 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:42.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:41 smithi037 bash[25974]: audit 2023-11-15T04:04:41.113909+0000 mon.smithi037 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:42.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:41 smithi037 bash[25974]: audit 2023-11-15T04:04:41.115328+0000 mon.smithi037 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:04:42.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:41 smithi037 bash[25974]: audit 2023-11-15T04:04:41.124545+0000 mon.smithi037 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:04:42.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:41 smithi037 bash[25974]: audit 2023-11-15T04:04:41.133883+0000 mon.smithi037 (mon.0) 834 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:04:42.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:41 smithi037 bash[25974]: audit 2023-11-15T04:04:41.150340+0000 mon.smithi037 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:04:42.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:41 smithi143 bash[29116]: cluster 2023-11-15T04:04:40.834202+0000 mgr.smithi037.kdknfa (mgr.14182) 650 : cluster [DBG] pgmap v466: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:04:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:41 smithi143 bash[29116]: audit 2023-11-15T04:04:41.113909+0000 mon.smithi037 (mon.0) 831 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:04:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:41 smithi143 bash[29116]: audit 2023-11-15T04:04:41.115328+0000 mon.smithi037 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:04:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:41 smithi143 bash[29116]: audit 2023-11-15T04:04:41.124545+0000 mon.smithi037 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:04:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:41 smithi143 bash[29116]: audit 2023-11-15T04:04:41.133883+0000 mon.smithi037 (mon.0) 834 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:04:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:41 smithi143 bash[29116]: audit 2023-11-15T04:04:41.150340+0000 mon.smithi037 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:04:42.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:42 smithi037 bash[25974]: cluster 2023-11-15T04:04:41.125672+0000 mgr.smithi037.kdknfa (mgr.14182) 651 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:04:42.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:42 smithi037 bash[25974]: cephadm 2023-11-15T04:04:41.156167+0000 mgr.smithi037.kdknfa (mgr.14182) 652 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.vhdgot on smithi143 2023-11-15T04:04:42.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:42 smithi037 bash[25974]: cluster 2023-11-15T04:04:42.121891+0000 mon.smithi037 (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:04:42.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:42 smithi037 bash[25974]: cluster 2023-11-15T04:04:42.121962+0000 mon.smithi037 (mon.0) 837 : cluster [INF] Cluster is now healthy 2023-11-15T04:04:43.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:42 smithi143 bash[29116]: cluster 2023-11-15T04:04:41.125672+0000 mgr.smithi037.kdknfa (mgr.14182) 651 : cluster [DBG] pgmap v467: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:04:43.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:42 smithi143 bash[29116]: cephadm 2023-11-15T04:04:41.156167+0000 mgr.smithi037.kdknfa (mgr.14182) 652 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.vhdgot on smithi143 2023-11-15T04:04:43.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:42 smithi143 bash[29116]: cluster 2023-11-15T04:04:42.121891+0000 mon.smithi037 (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:04:43.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:42 smithi143 bash[29116]: cluster 2023-11-15T04:04:42.121962+0000 mon.smithi037 (mon.0) 837 : cluster [INF] Cluster is now healthy 2023-11-15T04:04:44.827 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:44.827 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:02:32.478156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.cbupue on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:36.614079Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.zhodub on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-zhodub\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.zhodub\nDeploy daemon haproxy.nfs.foo.smithi143.zhodub ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.773838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.ggwltk on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-ggwltk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.ggwltk\nDeploy daemon haproxy.nfs.foo.smithi037.ggwltk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:03:40.778391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.kjtmtc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:44.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:44 smithi143 bash[29116]: cluster 2023-11-15T04:04:43.126942+0000 mgr.smithi037.kdknfa (mgr.14182) 653 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:04:44.962 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:44 smithi143 bash[29116]: audit 2023-11-15T04:04:43.693886+0000 mon.smithi037 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:04:44.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:44 smithi037 bash[25974]: cluster 2023-11-15T04:04:43.126942+0000 mgr.smithi037.kdknfa (mgr.14182) 653 : cluster [DBG] pgmap v468: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:04:44.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:44 smithi037 bash[25974]: audit 2023-11-15T04:04:43.693886+0000 mon.smithi037 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:04:45.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:45.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:45 smithi037 bash[25974]: audit 2023-11-15T04:04:44.810265+0000 mgr.smithi037.kdknfa (mgr.14182) 654 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:45.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:45 smithi037 bash[25974]: audit 2023-11-15T04:04:45.026484+0000 mon.smithi037 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.vhdgot"}]: dispatch 2023-11-15T04:04:46.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:45 smithi143 bash[29116]: audit 2023-11-15T04:04:44.810265+0000 mgr.smithi037.kdknfa (mgr.14182) 654 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:46.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:45 smithi143 bash[29116]: audit 2023-11-15T04:04:45.026484+0000 mon.smithi037 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.vhdgot"}]: dispatch 2023-11-15T04:04:46.579 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:46.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: cephadm 2023-11-15T04:04:45.025755+0000 mgr.smithi037.kdknfa (mgr.14182) 655 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:46.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:46.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:46.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:46.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:46.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:46.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.vhdgot ... 2023-11-15T04:04:46.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:46.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:46.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:46.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:46.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:46.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:04:46.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:04:46.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:04:46.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:04:46.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:04:46.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:46.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:46.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:46.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:46.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:46.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:46.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.vhdgot ... 2023-11-15T04:04:46.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:46.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:46.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:46.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:46.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:46.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: cephadm 2023-11-15T04:04:45.026005+0000 mgr.smithi037.kdknfa (mgr.14182) 656 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:46.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: cephadm 2023-11-15T04:04:45.027822+0000 mgr.smithi037.kdknfa (mgr.14182) 657 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:46.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:46.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:46.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:46.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:46.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:46.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.vhdgot ... 2023-11-15T04:04:46.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:46.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:46.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:46.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:46.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:46.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: cephadm 2023-11-15T04:04:45.032851+0000 mgr.smithi037.kdknfa (mgr.14182) 658 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.zvaash on smithi037 2023-11-15T04:04:46.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:46 smithi037 bash[25974]: cluster 2023-11-15T04:04:45.127888+0000 mgr.smithi037.kdknfa (mgr.14182) 659 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-15T04:04:47.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: cephadm 2023-11-15T04:04:45.025755+0000 mgr.smithi037.kdknfa (mgr.14182) 655 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:47.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:47.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:47.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.vhdgot ... 2023-11-15T04:04:47.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:47.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:47.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:47.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:47.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:47.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:04:47.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:04:47.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:04:47.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:04:47.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:04:47.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:47.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:47.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:47.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:47.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:47.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:47.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.vhdgot ... 2023-11-15T04:04:47.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:47.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:47.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:47.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:47.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:47.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: cephadm 2023-11-15T04:04:45.026005+0000 mgr.smithi037.kdknfa (mgr.14182) 656 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:47.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: cephadm 2023-11-15T04:04:45.027822+0000 mgr.smithi037.kdknfa (mgr.14182) 657 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:47.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:47.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot 2023-11-15T04:04:47.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:47.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:47.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot 2023-11-15T04:04:47.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.vhdgot ... 2023-11-15T04:04:47.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:47.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:47.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:47.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:47.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:47.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: cephadm 2023-11-15T04:04:45.032851+0000 mgr.smithi037.kdknfa (mgr.14182) 658 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.zvaash on smithi037 2023-11-15T04:04:47.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:46 smithi143 bash[29116]: cluster 2023-11-15T04:04:45.127888+0000 mgr.smithi037.kdknfa (mgr.14182) 659 : cluster [DBG] pgmap v469: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-15T04:04:49.069 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:48 smithi037 bash[25974]: cluster 2023-11-15T04:04:47.129213+0000 mgr.smithi037.kdknfa (mgr.14182) 660 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:04:49.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:48 smithi143 bash[29116]: cluster 2023-11-15T04:04:47.129213+0000 mgr.smithi037.kdknfa (mgr.14182) 660 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:04:49.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:49 smithi037 bash[25974]: audit 2023-11-15T04:04:49.259451+0000 mon.smithi037 (mon.0) 840 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.zvaash"}]: dispatch 2023-11-15T04:04:50.092 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:50.092 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:50.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:49 smithi143 bash[29116]: audit 2023-11-15T04:04:49.259451+0000 mon.smithi037 (mon.0) 840 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.zvaash"}]: dispatch 2023-11-15T04:04:50.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:51.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: cluster 2023-11-15T04:04:49.130806+0000 mgr.smithi037.kdknfa (mgr.14182) 661 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:04:51.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: cephadm 2023-11-15T04:04:49.258442+0000 mgr.smithi037.kdknfa (mgr.14182) 662 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:51.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:51.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.zvaash ... 2023-11-15T04:04:51.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:51.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:51.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:51.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:04:51.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:04:51.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:04:51.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:04:51.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:04:51.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:51.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:51.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.zvaash ... 2023-11-15T04:04:51.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:51.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:51.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:51.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: cephadm 2023-11-15T04:04:49.258924+0000 mgr.smithi037.kdknfa (mgr.14182) 663 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: cephadm 2023-11-15T04:04:49.260742+0000 mgr.smithi037.kdknfa (mgr.14182) 664 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:51.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:04:51.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.zvaash ... 2023-11-15T04:04:51.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:51.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:51.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:51.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: cephadm 2023-11-15T04:04:49.265332+0000 mgr.smithi037.kdknfa (mgr.14182) 665 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:04:51.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: cephadm 2023-11-15T04:04:49.267041+0000 mgr.smithi037.kdknfa (mgr.14182) 666 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:04:51.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: cluster 2023-11-15T04:04:49.268080+0000 mgr.smithi037.kdknfa (mgr.14182) 667 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-11-15T04:04:51.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:50 smithi143 bash[29116]: cluster 2023-11-15T04:04:49.711661+0000 mon.smithi037 (mon.0) 841 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:04:51.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: cluster 2023-11-15T04:04:49.130806+0000 mgr.smithi037.kdknfa (mgr.14182) 661 : cluster [DBG] pgmap v471: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:04:51.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: cephadm 2023-11-15T04:04:49.258442+0000 mgr.smithi037.kdknfa (mgr.14182) 662 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:51.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:51.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.zvaash ... 2023-11-15T04:04:51.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:51.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:51.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:51.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:04:51.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:04:51.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:04:51.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:04:51.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:04:51.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:51.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:51.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.zvaash ... 2023-11-15T04:04:51.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:51.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:51.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:51.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: cephadm 2023-11-15T04:04:49.258924+0000 mgr.smithi037.kdknfa (mgr.14182) 663 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: cephadm 2023-11-15T04:04:49.260742+0000 mgr.smithi037.kdknfa (mgr.14182) 664 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:51.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash 2023-11-15T04:04:51.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:04:51.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash 2023-11-15T04:04:51.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.zvaash ... 2023-11-15T04:04:51.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:04:51.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:04:51.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:04:51.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:04:51.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: cephadm 2023-11-15T04:04:49.265332+0000 mgr.smithi037.kdknfa (mgr.14182) 665 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:04:51.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: cephadm 2023-11-15T04:04:49.267041+0000 mgr.smithi037.kdknfa (mgr.14182) 666 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:04:51.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: cluster 2023-11-15T04:04:49.268080+0000 mgr.smithi037.kdknfa (mgr.14182) 667 : cluster [DBG] pgmap v472: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 121 B/s rd, 0 op/s 2023-11-15T04:04:51.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:50 smithi037 bash[25974]: cluster 2023-11-15T04:04:49.711661+0000 mon.smithi037 (mon.0) 841 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:04:51.737 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:52.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:51 smithi143 bash[29116]: audit 2023-11-15T04:04:50.075240+0000 mgr.smithi037.kdknfa (mgr.14182) 668 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:52.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:51 smithi143 bash[29116]: audit 2023-11-15T04:04:51.136342+0000 mon.smithi037 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:04:52.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:51 smithi037 bash[25974]: audit 2023-11-15T04:04:50.075240+0000 mgr.smithi037.kdknfa (mgr.14182) 668 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:52.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:51 smithi037 bash[25974]: audit 2023-11-15T04:04:51.136342+0000 mon.smithi037 (mon.0) 842 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:04:53.112 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:52 smithi037 bash[25974]: cluster 2023-11-15T04:04:51.269736+0000 mgr.smithi037.kdknfa (mgr.14182) 669 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:04:53.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:52 smithi143 bash[29116]: cluster 2023-11-15T04:04:51.269736+0000 mgr.smithi037.kdknfa (mgr.14182) 669 : cluster [DBG] pgmap v473: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:04:54.902 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:54.903 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:04:55.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:54 smithi143 bash[29116]: cluster 2023-11-15T04:04:53.271124+0000 mgr.smithi037.kdknfa (mgr.14182) 670 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:04:55.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:54 smithi037 bash[25974]: cluster 2023-11-15T04:04:53.271124+0000 mgr.smithi037.kdknfa (mgr.14182) 670 : cluster [DBG] pgmap v474: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:04:55.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:04:55.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:55 smithi037 bash[25974]: audit 2023-11-15T04:04:54.888572+0000 mgr.smithi037.kdknfa (mgr.14182) 671 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:56.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:55 smithi143 bash[29116]: audit 2023-11-15T04:04:54.888572+0000 mgr.smithi037.kdknfa (mgr.14182) 671 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:04:56.504 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:04:56.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:56 smithi037 bash[25974]: cluster 2023-11-15T04:04:55.272162+0000 mgr.smithi037.kdknfa (mgr.14182) 672 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:04:57.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:56 smithi143 bash[29116]: cluster 2023-11-15T04:04:55.272162+0000 mgr.smithi037.kdknfa (mgr.14182) 672 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:04:59.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:58 smithi143 bash[29116]: cluster 2023-11-15T04:04:57.273000+0000 mgr.smithi037.kdknfa (mgr.14182) 673 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:04:59.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:04:58 smithi143 bash[29116]: audit 2023-11-15T04:04:58.691598+0000 mon.smithi037 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:04:59.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:58 smithi037 bash[25974]: cluster 2023-11-15T04:04:57.273000+0000 mgr.smithi037.kdknfa (mgr.14182) 673 : cluster [DBG] pgmap v476: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:04:59.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:04:58 smithi037 bash[25974]: audit 2023-11-15T04:04:58.691598+0000 mon.smithi037 (mon.0) 843 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:04:59.832 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:04:59.832 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:00.404 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:01.089 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:00 smithi143 bash[29116]: cluster 2023-11-15T04:04:59.274808+0000 mgr.smithi037.kdknfa (mgr.14182) 674 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:05:01.090 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:00 smithi143 bash[29116]: audit 2023-11-15T04:04:59.816534+0000 mgr.smithi037.kdknfa (mgr.14182) 675 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:01.168 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:00 smithi037 bash[25974]: cluster 2023-11-15T04:04:59.274808+0000 mgr.smithi037.kdknfa (mgr.14182) 674 : cluster [DBG] pgmap v477: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:05:01.168 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:00 smithi037 bash[25974]: audit 2023-11-15T04:04:59.816534+0000 mgr.smithi037.kdknfa (mgr.14182) 675 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:01.405 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:02.836 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:02 smithi037 bash[25974]: cluster 2023-11-15T04:05:01.276461+0000 mgr.smithi037.kdknfa (mgr.14182) 676 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:03.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:02 smithi143 bash[29116]: cluster 2023-11-15T04:05:01.276461+0000 mgr.smithi037.kdknfa (mgr.14182) 676 : cluster [DBG] pgmap v478: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:04.637 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:04.638 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:04.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:04 smithi037 bash[25974]: cluster 2023-11-15T04:05:03.278255+0000 mgr.smithi037.kdknfa (mgr.14182) 677 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:05.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:04 smithi143 bash[29116]: cluster 2023-11-15T04:05:03.278255+0000 mgr.smithi037.kdknfa (mgr.14182) 677 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:05.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:06.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:05 smithi143 bash[29116]: audit 2023-11-15T04:05:04.622315+0000 mgr.smithi037.kdknfa (mgr.14182) 678 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:06.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:05 smithi037 bash[25974]: audit 2023-11-15T04:05:04.622315+0000 mgr.smithi037.kdknfa (mgr.14182) 678 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:06.306 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:07.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:06 smithi143 bash[29116]: cluster 2023-11-15T04:05:05.279825+0000 mgr.smithi037.kdknfa (mgr.14182) 679 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:05:07.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:06 smithi037 bash[25974]: cluster 2023-11-15T04:05:05.279825+0000 mgr.smithi037.kdknfa (mgr.14182) 679 : cluster [DBG] pgmap v480: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:05:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:08 smithi143 bash[29116]: cluster 2023-11-15T04:05:07.281599+0000 mgr.smithi037.kdknfa (mgr.14182) 680 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:09.172 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:08 smithi037 bash[25974]: cluster 2023-11-15T04:05:07.281599+0000 mgr.smithi037.kdknfa (mgr.14182) 680 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:09.630 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:09.631 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:10.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:11.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:10 smithi143 bash[29116]: cluster 2023-11-15T04:05:09.282742+0000 mgr.smithi037.kdknfa (mgr.14182) 681 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:11.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:10 smithi143 bash[29116]: audit 2023-11-15T04:05:09.615790+0000 mgr.smithi037.kdknfa (mgr.14182) 682 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:11.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:10 smithi037 bash[25974]: cluster 2023-11-15T04:05:09.282742+0000 mgr.smithi037.kdknfa (mgr.14182) 681 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:11.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:10 smithi037 bash[25974]: audit 2023-11-15T04:05:09.615790+0000 mgr.smithi037.kdknfa (mgr.14182) 682 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:11.301 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:13.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:12 smithi143 bash[29116]: cluster 2023-11-15T04:05:11.284310+0000 mgr.smithi037.kdknfa (mgr.14182) 683 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:13.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:12 smithi037 bash[25974]: cluster 2023-11-15T04:05:11.284310+0000 mgr.smithi037.kdknfa (mgr.14182) 683 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:14.467 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:14.467 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:15.118 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:14 smithi037 bash[25974]: cluster 2023-11-15T04:05:13.286059+0000 mgr.smithi037.kdknfa (mgr.14182) 684 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:15.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:15.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:14 smithi143 bash[29116]: cluster 2023-11-15T04:05:13.286059+0000 mgr.smithi037.kdknfa (mgr.14182) 684 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:16.121 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:16.133 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:15 smithi037 bash[25974]: audit 2023-11-15T04:05:14.449513+0000 mgr.smithi037.kdknfa (mgr.14182) 685 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:15 smithi143 bash[29116]: audit 2023-11-15T04:05:14.449513+0000 mgr.smithi037.kdknfa (mgr.14182) 685 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:17.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:16 smithi143 bash[29116]: cluster 2023-11-15T04:05:15.287676+0000 mgr.smithi037.kdknfa (mgr.14182) 686 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:05:17.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:16 smithi037 bash[25974]: cluster 2023-11-15T04:05:15.287676+0000 mgr.smithi037.kdknfa (mgr.14182) 686 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:05:19.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:18 smithi143 bash[29116]: cluster 2023-11-15T04:05:17.288796+0000 mgr.smithi037.kdknfa (mgr.14182) 687 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:19.174 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:19.175 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:19.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:18 smithi037 bash[25974]: cluster 2023-11-15T04:05:17.288796+0000 mgr.smithi037.kdknfa (mgr.14182) 687 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:19.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:20.822 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:21.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:20 smithi143 bash[29116]: audit 2023-11-15T04:05:19.165374+0000 mgr.smithi037.kdknfa (mgr.14182) 688 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:21.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:20 smithi143 bash[29116]: cluster 2023-11-15T04:05:19.290832+0000 mgr.smithi037.kdknfa (mgr.14182) 689 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:21.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:20 smithi037 bash[25974]: audit 2023-11-15T04:05:19.165374+0000 mgr.smithi037.kdknfa (mgr.14182) 688 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:21.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:20 smithi037 bash[25974]: cluster 2023-11-15T04:05:19.290832+0000 mgr.smithi037.kdknfa (mgr.14182) 689 : cluster [DBG] pgmap v487: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:23.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:22 smithi143 bash[29116]: cluster 2023-11-15T04:05:21.292578+0000 mgr.smithi037.kdknfa (mgr.14182) 690 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:23.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:22 smithi037 bash[25974]: cluster 2023-11-15T04:05:21.292578+0000 mgr.smithi037.kdknfa (mgr.14182) 690 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:24.035 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:24.035 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:24.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:24.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:24 smithi037 bash[25974]: cluster 2023-11-15T04:05:23.294379+0000 mgr.smithi037.kdknfa (mgr.14182) 691 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:24 smithi143 bash[29116]: cluster 2023-11-15T04:05:23.294379+0000 mgr.smithi037.kdknfa (mgr.14182) 691 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:25.634 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:25.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:25 smithi037 bash[25974]: audit 2023-11-15T04:05:24.025111+0000 mgr.smithi037.kdknfa (mgr.14182) 692 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:25 smithi143 bash[29116]: audit 2023-11-15T04:05:24.025111+0000 mgr.smithi037.kdknfa (mgr.14182) 692 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:27.049 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:26 smithi037 bash[25974]: cluster 2023-11-15T04:05:25.295922+0000 mgr.smithi037.kdknfa (mgr.14182) 693 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:05:27.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:26 smithi143 bash[29116]: cluster 2023-11-15T04:05:25.295922+0000 mgr.smithi037.kdknfa (mgr.14182) 693 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:05:28.781 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:28.781 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:29.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:28 smithi143 bash[29116]: cluster 2023-11-15T04:05:27.297548+0000 mgr.smithi037.kdknfa (mgr.14182) 694 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:29.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:28 smithi037 bash[25974]: cluster 2023-11-15T04:05:27.297548+0000 mgr.smithi037.kdknfa (mgr.14182) 694 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:29.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:30.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:29 smithi143 bash[29116]: audit 2023-11-15T04:05:28.767192+0000 mgr.smithi037.kdknfa (mgr.14182) 695 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:30.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:29 smithi037 bash[25974]: audit 2023-11-15T04:05:28.767192+0000 mgr.smithi037.kdknfa (mgr.14182) 695 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:30.448 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:31.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:30 smithi143 bash[29116]: cluster 2023-11-15T04:05:29.299367+0000 mgr.smithi037.kdknfa (mgr.14182) 696 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:31.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:30 smithi037 bash[25974]: cluster 2023-11-15T04:05:29.299367+0000 mgr.smithi037.kdknfa (mgr.14182) 696 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:33.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:32 smithi037 bash[25974]: cluster 2023-11-15T04:05:31.301060+0000 mgr.smithi037.kdknfa (mgr.14182) 697 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:33.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:32 smithi143 bash[29116]: cluster 2023-11-15T04:05:31.301060+0000 mgr.smithi037.kdknfa (mgr.14182) 697 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:33.730 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:33.731 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:34.387 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:35.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:34 smithi037 bash[25974]: cluster 2023-11-15T04:05:33.302788+0000 mgr.smithi037.kdknfa (mgr.14182) 698 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:35.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:34 smithi037 bash[25974]: audit 2023-11-15T04:05:33.712962+0000 mgr.smithi037.kdknfa (mgr.14182) 699 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:35.388 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:35.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:34 smithi143 bash[29116]: cluster 2023-11-15T04:05:33.302788+0000 mgr.smithi037.kdknfa (mgr.14182) 698 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:35.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:34 smithi143 bash[29116]: audit 2023-11-15T04:05:33.712962+0000 mgr.smithi037.kdknfa (mgr.14182) 699 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:37.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:36 smithi037 bash[25974]: cluster 2023-11-15T04:05:35.304329+0000 mgr.smithi037.kdknfa (mgr.14182) 700 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:05:37.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:36 smithi143 bash[29116]: cluster 2023-11-15T04:05:35.304329+0000 mgr.smithi037.kdknfa (mgr.14182) 700 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:05:38.559 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:38.560 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:39.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:39.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:38 smithi037 bash[25974]: cluster 2023-11-15T04:05:37.305924+0000 mgr.smithi037.kdknfa (mgr.14182) 701 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:39.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:38 smithi143 bash[29116]: cluster 2023-11-15T04:05:37.305924+0000 mgr.smithi037.kdknfa (mgr.14182) 701 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:40.165 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:40.179 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:39 smithi037 bash[25974]: audit 2023-11-15T04:05:38.544397+0000 mgr.smithi037.kdknfa (mgr.14182) 702 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:40.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:39 smithi143 bash[29116]: audit 2023-11-15T04:05:38.544397+0000 mgr.smithi037.kdknfa (mgr.14182) 702 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:41.184 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:40 smithi037 bash[25974]: cluster 2023-11-15T04:05:39.307808+0000 mgr.smithi037.kdknfa (mgr.14182) 703 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:41.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:40 smithi143 bash[29116]: cluster 2023-11-15T04:05:39.307808+0000 mgr.smithi037.kdknfa (mgr.14182) 703 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:43.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:42 smithi037 bash[25974]: cluster 2023-11-15T04:05:41.309456+0000 mgr.smithi037.kdknfa (mgr.14182) 704 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:43.230 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:43.230 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:43.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:42 smithi143 bash[29116]: cluster 2023-11-15T04:05:41.309456+0000 mgr.smithi037.kdknfa (mgr.14182) 704 : cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:43.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:44.837 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:45.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:44 smithi037 bash[25974]: audit 2023-11-15T04:05:43.216281+0000 mgr.smithi037.kdknfa (mgr.14182) 705 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:45.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:44 smithi037 bash[25974]: cluster 2023-11-15T04:05:43.311186+0000 mgr.smithi037.kdknfa (mgr.14182) 706 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:45.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:44 smithi143 bash[29116]: audit 2023-11-15T04:05:43.216281+0000 mgr.smithi037.kdknfa (mgr.14182) 705 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:45.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:44 smithi143 bash[29116]: cluster 2023-11-15T04:05:43.311186+0000 mgr.smithi037.kdknfa (mgr.14182) 706 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:47.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:46 smithi143 bash[29116]: cluster 2023-11-15T04:05:45.312885+0000 mgr.smithi037.kdknfa (mgr.14182) 707 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:05:47.311 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:46 smithi037 bash[25974]: cluster 2023-11-15T04:05:45.312885+0000 mgr.smithi037.kdknfa (mgr.14182) 707 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:05:48.207 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:48.208 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:48.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:49.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:48 smithi037 bash[25974]: cluster 2023-11-15T04:05:47.314501+0000 mgr.smithi037.kdknfa (mgr.14182) 708 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:49.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:48 smithi143 bash[29116]: cluster 2023-11-15T04:05:47.314501+0000 mgr.smithi037.kdknfa (mgr.14182) 708 : cluster [DBG] pgmap v501: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:49.858 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:50.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:49 smithi037 bash[25974]: audit 2023-11-15T04:05:48.197953+0000 mgr.smithi037.kdknfa (mgr.14182) 709 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:50.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:49 smithi037 bash[25974]: audit 2023-11-15T04:05:49.271662+0000 mon.smithi037 (mon.0) 844 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:05:50.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:49 smithi037 bash[25974]: audit 2023-11-15T04:05:49.601154+0000 mon.smithi037 (mon.0) 845 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:50.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:49 smithi037 bash[25974]: audit 2023-11-15T04:05:49.602578+0000 mon.smithi037 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:05:50.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:49 smithi037 bash[25974]: audit 2023-11-15T04:05:49.609606+0000 mon.smithi037 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:05:50.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:49 smithi037 bash[25974]: audit 2023-11-15T04:05:49.615617+0000 mon.smithi037 (mon.0) 848 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:05:50.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:49 smithi037 bash[25974]: audit 2023-11-15T04:05:49.629242+0000 mon.smithi037 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:05:50.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:49 smithi143 bash[29116]: audit 2023-11-15T04:05:48.197953+0000 mgr.smithi037.kdknfa (mgr.14182) 709 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:50.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:49 smithi143 bash[29116]: audit 2023-11-15T04:05:49.271662+0000 mon.smithi037 (mon.0) 844 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:05:50.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:49 smithi143 bash[29116]: audit 2023-11-15T04:05:49.601154+0000 mon.smithi037 (mon.0) 845 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:05:50.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:49 smithi143 bash[29116]: audit 2023-11-15T04:05:49.602578+0000 mon.smithi037 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:05:50.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:49 smithi143 bash[29116]: audit 2023-11-15T04:05:49.609606+0000 mon.smithi037 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:05:50.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:49 smithi143 bash[29116]: audit 2023-11-15T04:05:49.615617+0000 mon.smithi037 (mon.0) 848 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:05:50.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:49 smithi143 bash[29116]: audit 2023-11-15T04:05:49.629242+0000 mon.smithi037 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:05:51.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:50 smithi037 bash[25974]: cluster 2023-11-15T04:05:49.316178+0000 mgr.smithi037.kdknfa (mgr.14182) 710 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:51.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:50 smithi037 bash[25974]: cluster 2023-11-15T04:05:49.610416+0000 mgr.smithi037.kdknfa (mgr.14182) 711 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:05:51.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:50 smithi037 bash[25974]: cephadm 2023-11-15T04:05:49.634418+0000 mgr.smithi037.kdknfa (mgr.14182) 712 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.oallqc on smithi143 2023-11-15T04:05:51.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:50 smithi037 bash[25974]: cluster 2023-11-15T04:05:49.952874+0000 mon.smithi037 (mon.0) 850 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:05:51.319 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:50 smithi037 bash[25974]: cluster 2023-11-15T04:05:49.952978+0000 mon.smithi037 (mon.0) 851 : cluster [INF] Cluster is now healthy 2023-11-15T04:05:51.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:50 smithi143 bash[29116]: cluster 2023-11-15T04:05:49.316178+0000 mgr.smithi037.kdknfa (mgr.14182) 710 : cluster [DBG] pgmap v502: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:05:51.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:50 smithi143 bash[29116]: cluster 2023-11-15T04:05:49.610416+0000 mgr.smithi037.kdknfa (mgr.14182) 711 : cluster [DBG] pgmap v503: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:05:51.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:50 smithi143 bash[29116]: cephadm 2023-11-15T04:05:49.634418+0000 mgr.smithi037.kdknfa (mgr.14182) 712 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.oallqc on smithi143 2023-11-15T04:05:51.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:50 smithi143 bash[29116]: cluster 2023-11-15T04:05:49.952874+0000 mon.smithi037 (mon.0) 850 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:05:51.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:50 smithi143 bash[29116]: cluster 2023-11-15T04:05:49.952978+0000 mon.smithi037 (mon.0) 851 : cluster [INF] Cluster is now healthy 2023-11-15T04:05:53.112 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:53.113 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:03:40.782406Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.ncfgse on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:45.027658Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vhdgot on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vhdgot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vhdgot\nDeploy daemon haproxy.nfs.foo.smithi143.vhdgot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.260493Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.zvaash on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-zvaash\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.zvaash\nDeploy daemon haproxy.nfs.foo.smithi037.zvaash ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:04:49.265182Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.pbwbhj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:53.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:52 smithi143 bash[29116]: cluster 2023-11-15T04:05:51.611944+0000 mgr.smithi037.kdknfa (mgr.14182) 713 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:05:53.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:52 smithi037 bash[25974]: cluster 2023-11-15T04:05:51.611944+0000 mgr.smithi037.kdknfa (mgr.14182) 713 : cluster [DBG] pgmap v504: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:05:53.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:54.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:53 smithi037 bash[25974]: audit 2023-11-15T04:05:53.504803+0000 mon.smithi037 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.oallqc"}]: dispatch 2023-11-15T04:05:54.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:53 smithi143 bash[29116]: audit 2023-11-15T04:05:53.504803+0000 mon.smithi037 (mon.0) 852 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.oallqc"}]: dispatch 2023-11-15T04:05:54.780 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:05:55.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: audit 2023-11-15T04:05:53.102844+0000 mgr.smithi037.kdknfa (mgr.14182) 714 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:55.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: cephadm 2023-11-15T04:05:53.504013+0000 mgr.smithi037.kdknfa (mgr.14182) 715 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:55.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:55.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.oallqc ... 2023-11-15T04:05:55.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:55.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:55.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:55.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:05:55.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:05:55.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:05:55.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:05:55.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:05:55.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:55.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:55.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.oallqc ... 2023-11-15T04:05:55.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:55.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:55.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:55.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: cephadm 2023-11-15T04:05:53.504298+0000 mgr.smithi037.kdknfa (mgr.14182) 716 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: cephadm 2023-11-15T04:05:53.506484+0000 mgr.smithi037.kdknfa (mgr.14182) 717 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:55.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:55.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.oallqc ... 2023-11-15T04:05:55.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:55.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:55.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:55.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: cephadm 2023-11-15T04:05:53.511624+0000 mgr.smithi037.kdknfa (mgr.14182) 718 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.csbsqq on smithi037 2023-11-15T04:05:55.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:54 smithi037 bash[25974]: cluster 2023-11-15T04:05:53.613029+0000 mgr.smithi037.kdknfa (mgr.14182) 719 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:05:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: audit 2023-11-15T04:05:53.102844+0000 mgr.smithi037.kdknfa (mgr.14182) 714 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:05:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: cephadm 2023-11-15T04:05:53.504013+0000 mgr.smithi037.kdknfa (mgr.14182) 715 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:55.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.oallqc ... 2023-11-15T04:05:55.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:55.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:55.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:55.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:05:55.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:05:55.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:05:55.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:05:55.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:05:55.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:55.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:55.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.oallqc ... 2023-11-15T04:05:55.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:55.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:55.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:55.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: cephadm 2023-11-15T04:05:53.504298+0000 mgr.smithi037.kdknfa (mgr.14182) 716 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: cephadm 2023-11-15T04:05:53.506484+0000 mgr.smithi037.kdknfa (mgr.14182) 717 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:55.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc 2023-11-15T04:05:55.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:55.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc 2023-11-15T04:05:55.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.oallqc ... 2023-11-15T04:05:55.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:55.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:55.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:55.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:55.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: cephadm 2023-11-15T04:05:53.511624+0000 mgr.smithi037.kdknfa (mgr.14182) 718 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.csbsqq on smithi037 2023-11-15T04:05:55.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:54 smithi143 bash[29116]: cluster 2023-11-15T04:05:53.613029+0000 mgr.smithi037.kdknfa (mgr.14182) 719 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:05:57.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:56 smithi037 bash[25974]: cluster 2023-11-15T04:05:55.614293+0000 mgr.smithi037.kdknfa (mgr.14182) 720 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:05:57.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:56 smithi143 bash[29116]: cluster 2023-11-15T04:05:55.614293+0000 mgr.smithi037.kdknfa (mgr.14182) 720 : cluster [DBG] pgmap v506: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:05:58.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:57 smithi037 bash[25974]: audit 2023-11-15T04:05:57.597622+0000 mon.smithi037 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.csbsqq"}]: dispatch 2023-11-15T04:05:58.222 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:05:58.222 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:05:58.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:58 smithi143 bash[29116]: audit 2023-11-15T04:05:57.597622+0000 mon.smithi037 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.csbsqq"}]: dispatch 2023-11-15T04:05:58.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:05:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: cephadm 2023-11-15T04:05:57.596790+0000 mgr.smithi037.kdknfa (mgr.14182) 721 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:59.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:59.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.csbsqq ... 2023-11-15T04:05:59.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:59.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:59.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:59.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:05:59.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:05:59.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:05:59.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:05:59.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:05:59.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:59.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:59.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.csbsqq ... 2023-11-15T04:05:59.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:59.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:59.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:59.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: cephadm 2023-11-15T04:05:57.597051+0000 mgr.smithi037.kdknfa (mgr.14182) 722 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: cephadm 2023-11-15T04:05:57.598764+0000 mgr.smithi037.kdknfa (mgr.14182) 723 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:59.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:05:59.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.csbsqq ... 2023-11-15T04:05:59.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:59.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:59.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:59.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: cephadm 2023-11-15T04:05:57.600945+0000 mgr.smithi037.kdknfa (mgr.14182) 724 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:05:59.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: cephadm 2023-11-15T04:05:57.602633+0000 mgr.smithi037.kdknfa (mgr.14182) 725 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:05:59.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: cluster 2023-11-15T04:05:57.604792+0000 mgr.smithi037.kdknfa (mgr.14182) 726 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:05:59.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:05:59 smithi037 bash[25974]: cluster 2023-11-15T04:05:57.988980+0000 mon.smithi037 (mon.0) 854 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:05:59.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: cephadm 2023-11-15T04:05:57.596790+0000 mgr.smithi037.kdknfa (mgr.14182) 721 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:59.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:59.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.csbsqq ... 2023-11-15T04:05:59.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:59.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:59.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:59.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:05:59.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:05:59.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:05:59.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:05:59.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:05:59.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:59.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:59.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.csbsqq ... 2023-11-15T04:05:59.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:59.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:59.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:59.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: cephadm 2023-11-15T04:05:57.597051+0000 mgr.smithi037.kdknfa (mgr.14182) 722 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: cephadm 2023-11-15T04:05:57.598764+0000 mgr.smithi037.kdknfa (mgr.14182) 723 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:59.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq 2023-11-15T04:05:59.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:05:59.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq 2023-11-15T04:05:59.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.csbsqq ... 2023-11-15T04:05:59.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:05:59.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:05:59.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:05:59.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:05:59.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: cephadm 2023-11-15T04:05:57.600945+0000 mgr.smithi037.kdknfa (mgr.14182) 724 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:05:59.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: cephadm 2023-11-15T04:05:57.602633+0000 mgr.smithi037.kdknfa (mgr.14182) 725 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:05:59.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: cluster 2023-11-15T04:05:57.604792+0000 mgr.smithi037.kdknfa (mgr.14182) 726 : cluster [DBG] pgmap v507: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:05:59.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:05:59 smithi143 bash[29116]: cluster 2023-11-15T04:05:57.988980+0000 mon.smithi037 (mon.0) 854 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:05:59.900 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:00.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:00 smithi037 bash[25974]: audit 2023-11-15T04:05:58.207887+0000 mgr.smithi037.kdknfa (mgr.14182) 727 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:00.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:00 smithi143 bash[29116]: audit 2023-11-15T04:05:58.207887+0000 mgr.smithi037.kdknfa (mgr.14182) 727 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:01.275 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:01 smithi037 bash[25974]: cluster 2023-11-15T04:05:59.606670+0000 mgr.smithi037.kdknfa (mgr.14182) 728 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:06:01.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:01 smithi143 bash[29116]: cluster 2023-11-15T04:05:59.606670+0000 mgr.smithi037.kdknfa (mgr.14182) 728 : cluster [DBG] pgmap v508: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:06:02.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:02 smithi037 bash[25974]: audit 2023-11-15T04:06:01.199062+0000 mon.smithi037 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:06:02.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:02 smithi037 bash[25974]: cluster 2023-11-15T04:06:01.608359+0000 mgr.smithi037.kdknfa (mgr.14182) 729 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:02.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:02 smithi143 bash[29116]: audit 2023-11-15T04:06:01.199062+0000 mon.smithi037 (mon.0) 855 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:06:02.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:02 smithi143 bash[29116]: cluster 2023-11-15T04:06:01.608359+0000 mgr.smithi037.kdknfa (mgr.14182) 729 : cluster [DBG] pgmap v509: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:02.999 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:03.000 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:03.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:03.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:03 smithi143 bash[29116]: audit 2023-11-15T04:06:02.989662+0000 mgr.smithi037.kdknfa (mgr.14182) 730 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:03.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:03 smithi037 bash[25974]: audit 2023-11-15T04:06:02.989662+0000 mgr.smithi037.kdknfa (mgr.14182) 730 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:04.677 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:04.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:04 smithi143 bash[29116]: cluster 2023-11-15T04:06:03.610171+0000 mgr.smithi037.kdknfa (mgr.14182) 731 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:04.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:04 smithi037 bash[25974]: cluster 2023-11-15T04:06:03.610171+0000 mgr.smithi037.kdknfa (mgr.14182) 731 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:06.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:06 smithi037 bash[25974]: cluster 2023-11-15T04:06:05.611908+0000 mgr.smithi037.kdknfa (mgr.14182) 732 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:07.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:06 smithi143 bash[29116]: cluster 2023-11-15T04:06:05.611908+0000 mgr.smithi037.kdknfa (mgr.14182) 732 : cluster [DBG] pgmap v511: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:07.994 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:07.994 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:08.674 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:08.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:08 smithi037 bash[25974]: cluster 2023-11-15T04:06:07.613474+0000 mgr.smithi037.kdknfa (mgr.14182) 733 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:08.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:08 smithi037 bash[25974]: audit 2023-11-15T04:06:07.984602+0000 mgr.smithi037.kdknfa (mgr.14182) 734 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:08 smithi143 bash[29116]: cluster 2023-11-15T04:06:07.613474+0000 mgr.smithi037.kdknfa (mgr.14182) 733 : cluster [DBG] pgmap v512: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:09.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:08 smithi143 bash[29116]: audit 2023-11-15T04:06:07.984602+0000 mgr.smithi037.kdknfa (mgr.14182) 734 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:09.675 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:10.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:10 smithi037 bash[25974]: cluster 2023-11-15T04:06:09.615338+0000 mgr.smithi037.kdknfa (mgr.14182) 735 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:11.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:10 smithi143 bash[29116]: cluster 2023-11-15T04:06:09.615338+0000 mgr.smithi037.kdknfa (mgr.14182) 735 : cluster [DBG] pgmap v513: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:12.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:12 smithi037 bash[25974]: cluster 2023-11-15T04:06:11.617077+0000 mgr.smithi037.kdknfa (mgr.14182) 736 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:13.055 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:13.055 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:13.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:12 smithi143 bash[29116]: cluster 2023-11-15T04:06:11.617077+0000 mgr.smithi037.kdknfa (mgr.14182) 736 : cluster [DBG] pgmap v514: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:13.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:14.772 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:14.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:14 smithi037 bash[25974]: audit 2023-11-15T04:06:13.037832+0000 mgr.smithi037.kdknfa (mgr.14182) 737 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:14.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:14 smithi037 bash[25974]: cluster 2023-11-15T04:06:13.618861+0000 mgr.smithi037.kdknfa (mgr.14182) 738 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:15.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:14 smithi143 bash[29116]: audit 2023-11-15T04:06:13.037832+0000 mgr.smithi037.kdknfa (mgr.14182) 737 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:15.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:14 smithi143 bash[29116]: cluster 2023-11-15T04:06:13.618861+0000 mgr.smithi037.kdknfa (mgr.14182) 738 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:16.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:16 smithi037 bash[25974]: cluster 2023-11-15T04:06:15.620436+0000 mgr.smithi037.kdknfa (mgr.14182) 739 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:17.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:16 smithi143 bash[29116]: cluster 2023-11-15T04:06:15.620436+0000 mgr.smithi037.kdknfa (mgr.14182) 739 : cluster [DBG] pgmap v516: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:18.099 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:18.100 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:18.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:18.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:18 smithi037 bash[25974]: cluster 2023-11-15T04:06:17.622042+0000 mgr.smithi037.kdknfa (mgr.14182) 740 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:19.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:18 smithi143 bash[29116]: cluster 2023-11-15T04:06:17.622042+0000 mgr.smithi037.kdknfa (mgr.14182) 740 : cluster [DBG] pgmap v517: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:19.732 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:19.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:19 smithi037 bash[25974]: audit 2023-11-15T04:06:18.081990+0000 mgr.smithi037.kdknfa (mgr.14182) 741 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:19 smithi143 bash[29116]: audit 2023-11-15T04:06:18.081990+0000 mgr.smithi037.kdknfa (mgr.14182) 741 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:20.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:20 smithi037 bash[25974]: cluster 2023-11-15T04:06:19.623874+0000 mgr.smithi037.kdknfa (mgr.14182) 742 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:21.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:20 smithi143 bash[29116]: cluster 2023-11-15T04:06:19.623874+0000 mgr.smithi037.kdknfa (mgr.14182) 742 : cluster [DBG] pgmap v518: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:22.935 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:22.935 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:22.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:22 smithi037 bash[25974]: cluster 2023-11-15T04:06:21.625597+0000 mgr.smithi037.kdknfa (mgr.14182) 743 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:23.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:22 smithi143 bash[29116]: cluster 2023-11-15T04:06:21.625597+0000 mgr.smithi037.kdknfa (mgr.14182) 743 : cluster [DBG] pgmap v519: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:23.599 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:23.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:23 smithi037 bash[25974]: audit 2023-11-15T04:06:22.917371+0000 mgr.smithi037.kdknfa (mgr.14182) 744 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:23 smithi143 bash[29116]: audit 2023-11-15T04:06:22.917371+0000 mgr.smithi037.kdknfa (mgr.14182) 744 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:24.600 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:24.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:24 smithi037 bash[25974]: cluster 2023-11-15T04:06:23.627381+0000 mgr.smithi037.kdknfa (mgr.14182) 745 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:24 smithi143 bash[29116]: cluster 2023-11-15T04:06:23.627381+0000 mgr.smithi037.kdknfa (mgr.14182) 745 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:27.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:26 smithi143 bash[29116]: cluster 2023-11-15T04:06:25.629101+0000 mgr.smithi037.kdknfa (mgr.14182) 746 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:27.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:26 smithi037 bash[25974]: cluster 2023-11-15T04:06:25.629101+0000 mgr.smithi037.kdknfa (mgr.14182) 746 : cluster [DBG] pgmap v521: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:27.899 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:27.900 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:28.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:28.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:28 smithi143 bash[29116]: cluster 2023-11-15T04:06:27.630757+0000 mgr.smithi037.kdknfa (mgr.14182) 747 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:28.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:28 smithi143 bash[29116]: audit 2023-11-15T04:06:27.883859+0000 mgr.smithi037.kdknfa (mgr.14182) 748 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:28.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:28 smithi037 bash[25974]: cluster 2023-11-15T04:06:27.630757+0000 mgr.smithi037.kdknfa (mgr.14182) 747 : cluster [DBG] pgmap v522: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:28.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:28 smithi037 bash[25974]: audit 2023-11-15T04:06:27.883859+0000 mgr.smithi037.kdknfa (mgr.14182) 748 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:29.534 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:30.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:30 smithi037 bash[25974]: cluster 2023-11-15T04:06:29.632529+0000 mgr.smithi037.kdknfa (mgr.14182) 749 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:31.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:30 smithi143 bash[29116]: cluster 2023-11-15T04:06:29.632529+0000 mgr.smithi037.kdknfa (mgr.14182) 749 : cluster [DBG] pgmap v523: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:32.815 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:32.815 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:32.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:32 smithi037 bash[25974]: cluster 2023-11-15T04:06:31.634248+0000 mgr.smithi037.kdknfa (mgr.14182) 750 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:33.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:32 smithi143 bash[29116]: cluster 2023-11-15T04:06:31.634248+0000 mgr.smithi037.kdknfa (mgr.14182) 750 : cluster [DBG] pgmap v524: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:33.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:33.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:33 smithi037 bash[25974]: audit 2023-11-15T04:06:32.805206+0000 mgr.smithi037.kdknfa (mgr.14182) 751 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:34.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:33 smithi143 bash[29116]: audit 2023-11-15T04:06:32.805206+0000 mgr.smithi037.kdknfa (mgr.14182) 751 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:34.495 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:34.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:34 smithi037 bash[25974]: cluster 2023-11-15T04:06:33.635956+0000 mgr.smithi037.kdknfa (mgr.14182) 752 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:35.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:34 smithi143 bash[29116]: cluster 2023-11-15T04:06:33.635956+0000 mgr.smithi037.kdknfa (mgr.14182) 752 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:36.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:36 smithi037 bash[25974]: cluster 2023-11-15T04:06:35.637408+0000 mgr.smithi037.kdknfa (mgr.14182) 753 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:37.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:36 smithi143 bash[29116]: cluster 2023-11-15T04:06:35.637408+0000 mgr.smithi037.kdknfa (mgr.14182) 753 : cluster [DBG] pgmap v526: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:37.725 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:37.725 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:38.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:38.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:38 smithi037 bash[25974]: cluster 2023-11-15T04:06:37.638423+0000 mgr.smithi037.kdknfa (mgr.14182) 754 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:38.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:38 smithi037 bash[25974]: audit 2023-11-15T04:06:37.712737+0000 mgr.smithi037.kdknfa (mgr.14182) 755 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:39.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:38 smithi143 bash[29116]: cluster 2023-11-15T04:06:37.638423+0000 mgr.smithi037.kdknfa (mgr.14182) 754 : cluster [DBG] pgmap v527: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:39.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:38 smithi143 bash[29116]: audit 2023-11-15T04:06:37.712737+0000 mgr.smithi037.kdknfa (mgr.14182) 755 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:39.347 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:40.851 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:40 smithi037 bash[25974]: cluster 2023-11-15T04:06:39.640265+0000 mgr.smithi037.kdknfa (mgr.14182) 756 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:41.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:40 smithi143 bash[29116]: cluster 2023-11-15T04:06:39.640265+0000 mgr.smithi037.kdknfa (mgr.14182) 756 : cluster [DBG] pgmap v528: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:42.622 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:42.622 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:42.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:42 smithi037 bash[25974]: cluster 2023-11-15T04:06:41.642023+0000 mgr.smithi037.kdknfa (mgr.14182) 757 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:43.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:42 smithi143 bash[29116]: cluster 2023-11-15T04:06:41.642023+0000 mgr.smithi037.kdknfa (mgr.14182) 757 : cluster [DBG] pgmap v529: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:43.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:43.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:43 smithi037 bash[25974]: audit 2023-11-15T04:06:42.611684+0000 mgr.smithi037.kdknfa (mgr.14182) 758 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:44.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:43 smithi143 bash[29116]: audit 2023-11-15T04:06:42.611684+0000 mgr.smithi037.kdknfa (mgr.14182) 758 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:44.293 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:44.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:44 smithi037 bash[25974]: cluster 2023-11-15T04:06:43.643782+0000 mgr.smithi037.kdknfa (mgr.14182) 759 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:45.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:44 smithi143 bash[29116]: cluster 2023-11-15T04:06:43.643782+0000 mgr.smithi037.kdknfa (mgr.14182) 759 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:46.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:46 smithi037 bash[25974]: cluster 2023-11-15T04:06:45.645341+0000 mgr.smithi037.kdknfa (mgr.14182) 760 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:47.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:46 smithi143 bash[29116]: cluster 2023-11-15T04:06:45.645341+0000 mgr.smithi037.kdknfa (mgr.14182) 760 : cluster [DBG] pgmap v531: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:47.764 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:47.765 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:48.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:48.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:48 smithi037 bash[25974]: cluster 2023-11-15T04:06:47.646835+0000 mgr.smithi037.kdknfa (mgr.14182) 761 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:48.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:48 smithi037 bash[25974]: audit 2023-11-15T04:06:47.754776+0000 mgr.smithi037.kdknfa (mgr.14182) 762 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:49.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:48 smithi143 bash[29116]: cluster 2023-11-15T04:06:47.646835+0000 mgr.smithi037.kdknfa (mgr.14182) 761 : cluster [DBG] pgmap v532: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:49.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:48 smithi143 bash[29116]: audit 2023-11-15T04:06:47.754776+0000 mgr.smithi037.kdknfa (mgr.14182) 762 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:49.419 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:50.944 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:50 smithi037 bash[25974]: cluster 2023-11-15T04:06:49.648354+0000 mgr.smithi037.kdknfa (mgr.14182) 763 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:51.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:50 smithi143 bash[29116]: cluster 2023-11-15T04:06:49.648354+0000 mgr.smithi037.kdknfa (mgr.14182) 763 : cluster [DBG] pgmap v533: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:52.731 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:52.731 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:52.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:52 smithi037 bash[25974]: cluster 2023-11-15T04:06:51.649989+0000 mgr.smithi037.kdknfa (mgr.14182) 764 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:53.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:52 smithi143 bash[29116]: cluster 2023-11-15T04:06:51.649989+0000 mgr.smithi037.kdknfa (mgr.14182) 764 : cluster [DBG] pgmap v534: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:53.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:53.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:53 smithi037 bash[25974]: audit 2023-11-15T04:06:52.720789+0000 mgr.smithi037.kdknfa (mgr.14182) 765 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:54.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:53 smithi143 bash[29116]: audit 2023-11-15T04:06:52.720789+0000 mgr.smithi037.kdknfa (mgr.14182) 765 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:54.358 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:54.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:54 smithi037 bash[25974]: cluster 2023-11-15T04:06:53.651780+0000 mgr.smithi037.kdknfa (mgr.14182) 766 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:55.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:54 smithi143 bash[29116]: cluster 2023-11-15T04:06:53.651780+0000 mgr.smithi037.kdknfa (mgr.14182) 766 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:56.981 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:56 smithi037 bash[25974]: cluster 2023-11-15T04:06:55.653375+0000 mgr.smithi037.kdknfa (mgr.14182) 767 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:57.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:56 smithi143 bash[29116]: cluster 2023-11-15T04:06:55.653375+0000 mgr.smithi037.kdknfa (mgr.14182) 767 : cluster [DBG] pgmap v536: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:06:57.853 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:06:57.854 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:04:49.266929Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.eqxwtr on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:06:57.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:57 smithi037 bash[25974]: audit 2023-11-15T04:06:57.606217+0000 mon.smithi037 (mon.0) 856 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:06:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:57 smithi143 bash[29116]: audit 2023-11-15T04:06:57.606217+0000 mon.smithi037 (mon.0) 856 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:06:58.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:06:58.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:58 smithi037 bash[25974]: cluster 2023-11-15T04:06:57.654417+0000 mgr.smithi037.kdknfa (mgr.14182) 768 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:58.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:58 smithi037 bash[25974]: audit 2023-11-15T04:06:57.838505+0000 mgr.smithi037.kdknfa (mgr.14182) 769 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:58.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:58 smithi037 bash[25974]: audit 2023-11-15T04:06:57.906055+0000 mon.smithi037 (mon.0) 857 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:06:58.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:58 smithi037 bash[25974]: audit 2023-11-15T04:06:57.907672+0000 mon.smithi037 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:06:58.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:58 smithi037 bash[25974]: audit 2023-11-15T04:06:57.916111+0000 mon.smithi037 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:06:58.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:58 smithi037 bash[25974]: cluster 2023-11-15T04:06:57.917417+0000 mgr.smithi037.kdknfa (mgr.14182) 770 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:06:58.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:58 smithi037 bash[25974]: audit 2023-11-15T04:06:57.926877+0000 mon.smithi037 (mon.0) 860 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:06:58.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:58 smithi037 bash[25974]: audit 2023-11-15T04:06:57.942045+0000 mon.smithi037 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:06:58.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:58 smithi037 bash[25974]: cephadm 2023-11-15T04:06:57.947017+0000 mgr.smithi037.kdknfa (mgr.14182) 771 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.aczhqp on smithi143 2023-11-15T04:06:58.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:58 smithi037 bash[25974]: cluster 2023-11-15T04:06:58.642181+0000 mon.smithi037 (mon.0) 862 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:06:58.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:58 smithi037 bash[25974]: cluster 2023-11-15T04:06:58.642276+0000 mon.smithi037 (mon.0) 863 : cluster [INF] Cluster is now healthy 2023-11-15T04:06:59.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:58 smithi143 bash[29116]: cluster 2023-11-15T04:06:57.654417+0000 mgr.smithi037.kdknfa (mgr.14182) 768 : cluster [DBG] pgmap v537: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:06:59.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:58 smithi143 bash[29116]: audit 2023-11-15T04:06:57.838505+0000 mgr.smithi037.kdknfa (mgr.14182) 769 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:06:59.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:58 smithi143 bash[29116]: audit 2023-11-15T04:06:57.906055+0000 mon.smithi037 (mon.0) 857 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:06:59.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:58 smithi143 bash[29116]: audit 2023-11-15T04:06:57.907672+0000 mon.smithi037 (mon.0) 858 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:06:59.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:58 smithi143 bash[29116]: audit 2023-11-15T04:06:57.916111+0000 mon.smithi037 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:06:59.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:58 smithi143 bash[29116]: cluster 2023-11-15T04:06:57.917417+0000 mgr.smithi037.kdknfa (mgr.14182) 770 : cluster [DBG] pgmap v538: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:06:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:58 smithi143 bash[29116]: audit 2023-11-15T04:06:57.926877+0000 mon.smithi037 (mon.0) 860 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:06:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:58 smithi143 bash[29116]: audit 2023-11-15T04:06:57.942045+0000 mon.smithi037 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:06:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:58 smithi143 bash[29116]: cephadm 2023-11-15T04:06:57.947017+0000 mgr.smithi037.kdknfa (mgr.14182) 771 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.aczhqp on smithi143 2023-11-15T04:06:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:58 smithi143 bash[29116]: cluster 2023-11-15T04:06:58.642181+0000 mon.smithi037 (mon.0) 862 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:06:59.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:58 smithi143 bash[29116]: cluster 2023-11-15T04:06:58.642276+0000 mon.smithi037 (mon.0) 863 : cluster [INF] Cluster is now healthy 2023-11-15T04:06:59.502 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:06:59.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:06:59 smithi037 bash[25974]: audit 2023-11-15T04:06:58.699790+0000 mon.smithi037 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:07:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:06:59 smithi143 bash[29116]: audit 2023-11-15T04:06:58.699790+0000 mon.smithi037 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:07:00.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:00 smithi037 bash[25974]: cluster 2023-11-15T04:06:59.918767+0000 mgr.smithi037.kdknfa (mgr.14182) 772 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:07:01.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:00 smithi143 bash[29116]: cluster 2023-11-15T04:06:59.918767+0000 mgr.smithi037.kdknfa (mgr.14182) 772 : cluster [DBG] pgmap v539: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:07:01.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:01 smithi143 bash[29116]: audit 2023-11-15T04:07:01.694967+0000 mon.smithi037 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.aczhqp"}]: dispatch 2023-11-15T04:07:01.964 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:01 smithi037 bash[25974]: audit 2023-11-15T04:07:01.694967+0000 mon.smithi037 (mon.0) 865 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.aczhqp"}]: dispatch 2023-11-15T04:07:02.873 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:02.873 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:53.506211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.oallqc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-oallqc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.oallqc\nDeploy daemon haproxy.nfs.foo.smithi143.oallqc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.598632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.csbsqq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-csbsqq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.csbsqq\nDeploy daemon haproxy.nfs.foo.smithi037.csbsqq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:05:57.600813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.yezuyc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:03.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: cephadm 2023-11-15T04:07:01.693588+0000 mgr.smithi037.kdknfa (mgr.14182) 773 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:03.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:03.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.aczhqp ... 2023-11-15T04:07:03.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:03.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:03.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:03.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:07:03.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:07:03.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:07:03.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:07:03.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:07:03.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:03.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:03.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.aczhqp ... 2023-11-15T04:07:03.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:03.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:03.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:03.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: cephadm 2023-11-15T04:07:01.694158+0000 mgr.smithi037.kdknfa (mgr.14182) 774 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: cephadm 2023-11-15T04:07:01.696986+0000 mgr.smithi037.kdknfa (mgr.14182) 775 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.aczhqp ... 2023-11-15T04:07:03.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:03.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:03.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:03.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: cephadm 2023-11-15T04:07:01.701712+0000 mgr.smithi037.kdknfa (mgr.14182) 776 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.qclohj on smithi037 2023-11-15T04:07:03.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:02 smithi143 bash[29116]: cluster 2023-11-15T04:07:01.919879+0000 mgr.smithi037.kdknfa (mgr.14182) 777 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:07:03.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: cephadm 2023-11-15T04:07:01.693588+0000 mgr.smithi037.kdknfa (mgr.14182) 773 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:03.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:03.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.aczhqp ... 2023-11-15T04:07:03.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:03.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:03.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:03.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:07:03.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:07:03.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:07:03.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:07:03.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:07:03.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:03.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:03.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.aczhqp ... 2023-11-15T04:07:03.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:03.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:03.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:03.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: cephadm 2023-11-15T04:07:01.694158+0000 mgr.smithi037.kdknfa (mgr.14182) 774 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: cephadm 2023-11-15T04:07:01.696986+0000 mgr.smithi037.kdknfa (mgr.14182) 775 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:03.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp 2023-11-15T04:07:03.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:03.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp 2023-11-15T04:07:03.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.aczhqp ... 2023-11-15T04:07:03.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:03.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:03.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:03.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:03.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: cephadm 2023-11-15T04:07:01.701712+0000 mgr.smithi037.kdknfa (mgr.14182) 776 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.qclohj on smithi037 2023-11-15T04:07:03.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:02 smithi037 bash[25974]: cluster 2023-11-15T04:07:01.919879+0000 mgr.smithi037.kdknfa (mgr.14182) 777 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:07:03.540 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:03.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:03 smithi037 bash[25974]: audit 2023-11-15T04:07:02.857448+0000 mgr.smithi037.kdknfa (mgr.14182) 778 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:03 smithi143 bash[29116]: audit 2023-11-15T04:07:02.857448+0000 mgr.smithi037.kdknfa (mgr.14182) 778 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:04.542 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:04.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:04 smithi037 bash[25974]: cluster 2023-11-15T04:07:03.921600+0000 mgr.smithi037.kdknfa (mgr.14182) 779 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:07:05.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:04 smithi143 bash[29116]: cluster 2023-11-15T04:07:03.921600+0000 mgr.smithi037.kdknfa (mgr.14182) 779 : cluster [DBG] pgmap v541: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:07:05.945 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:05 smithi037 bash[25974]: audit 2023-11-15T04:07:05.643402+0000 mon.smithi037 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.qclohj"}]: dispatch 2023-11-15T04:07:06.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:05 smithi143 bash[29116]: audit 2023-11-15T04:07:05.643402+0000 mon.smithi037 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.qclohj"}]: dispatch 2023-11-15T04:07:07.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: cephadm 2023-11-15T04:07:05.642210+0000 mgr.smithi037.kdknfa (mgr.14182) 780 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:07.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:07.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.qclohj ... 2023-11-15T04:07:07.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:07.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:07.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:07.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:07:07.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:07:07.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:07:07.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:07:07.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:07:07.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:07.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:07.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.qclohj ... 2023-11-15T04:07:07.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:07.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:07.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:07.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: cephadm 2023-11-15T04:07:05.642691+0000 mgr.smithi037.kdknfa (mgr.14182) 781 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: cephadm 2023-11-15T04:07:05.644809+0000 mgr.smithi037.kdknfa (mgr.14182) 782 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:07.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:07:07.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.qclohj ... 2023-11-15T04:07:07.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:07.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:07.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:07.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: cephadm 2023-11-15T04:07:05.649050+0000 mgr.smithi037.kdknfa (mgr.14182) 783 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:07:07.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: cephadm 2023-11-15T04:07:05.652993+0000 mgr.smithi037.kdknfa (mgr.14182) 784 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:07:07.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: cluster 2023-11-15T04:07:05.656241+0000 mgr.smithi037.kdknfa (mgr.14182) 785 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:07:07.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: cluster 2023-11-15T04:07:05.732676+0000 mon.smithi037 (mon.0) 867 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:07:07.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:06 smithi143 bash[29116]: audit 2023-11-15T04:07:06.260839+0000 mon.smithi037 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:07:07.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: cephadm 2023-11-15T04:07:05.642210+0000 mgr.smithi037.kdknfa (mgr.14182) 780 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:07.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:07.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.qclohj ... 2023-11-15T04:07:07.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:07.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:07.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:07.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:07:07.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:07:07.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:07:07.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:07:07.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:07:07.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:07.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:07.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.qclohj ... 2023-11-15T04:07:07.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:07.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:07.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:07.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: cephadm 2023-11-15T04:07:05.642691+0000 mgr.smithi037.kdknfa (mgr.14182) 781 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: cephadm 2023-11-15T04:07:05.644809+0000 mgr.smithi037.kdknfa (mgr.14182) 782 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:07.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj 2023-11-15T04:07:07.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:07:07.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj 2023-11-15T04:07:07.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.qclohj ... 2023-11-15T04:07:07.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:07:07.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:07:07.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:07:07.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:07:07.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: cephadm 2023-11-15T04:07:05.649050+0000 mgr.smithi037.kdknfa (mgr.14182) 783 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:07:07.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: cephadm 2023-11-15T04:07:05.652993+0000 mgr.smithi037.kdknfa (mgr.14182) 784 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:07:07.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: cluster 2023-11-15T04:07:05.656241+0000 mgr.smithi037.kdknfa (mgr.14182) 785 : cluster [DBG] pgmap v542: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:07:07.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: cluster 2023-11-15T04:07:05.732676+0000 mon.smithi037 (mon.0) 867 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:07:07.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:06 smithi037 bash[25974]: audit 2023-11-15T04:07:06.260839+0000 mon.smithi037 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:07:07.857 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:07.857 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:08.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:08.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:08 smithi037 bash[25974]: cluster 2023-11-15T04:07:07.657657+0000 mgr.smithi037.kdknfa (mgr.14182) 786 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:07:08.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:08 smithi037 bash[25974]: audit 2023-11-15T04:07:07.839536+0000 mgr.smithi037.kdknfa (mgr.14182) 787 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:08 smithi143 bash[29116]: cluster 2023-11-15T04:07:07.657657+0000 mgr.smithi037.kdknfa (mgr.14182) 786 : cluster [DBG] pgmap v543: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:07:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:08 smithi143 bash[29116]: audit 2023-11-15T04:07:07.839536+0000 mgr.smithi037.kdknfa (mgr.14182) 787 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:09.454 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:10.923 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:10 smithi037 bash[25974]: cluster 2023-11-15T04:07:09.659364+0000 mgr.smithi037.kdknfa (mgr.14182) 788 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:07:11.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:10 smithi143 bash[29116]: cluster 2023-11-15T04:07:09.659364+0000 mgr.smithi037.kdknfa (mgr.14182) 788 : cluster [DBG] pgmap v544: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:07:12.615 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:12.615 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:12.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:12 smithi037 bash[25974]: cluster 2023-11-15T04:07:11.661283+0000 mgr.smithi037.kdknfa (mgr.14182) 789 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:07:13.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:12 smithi143 bash[29116]: cluster 2023-11-15T04:07:11.661283+0000 mgr.smithi037.kdknfa (mgr.14182) 789 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:07:13.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:13 smithi143 bash[29116]: audit 2023-11-15T04:07:12.601793+0000 mgr.smithi037.kdknfa (mgr.14182) 790 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:14.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:13 smithi143 bash[29116]: audit 2023-11-15T04:07:13.698948+0000 mon.smithi037 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:07:14.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:13 smithi037 bash[25974]: audit 2023-11-15T04:07:12.601793+0000 mgr.smithi037.kdknfa (mgr.14182) 790 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:14.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:13 smithi037 bash[25974]: audit 2023-11-15T04:07:13.698948+0000 mon.smithi037 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:07:14.254 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:15.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:14 smithi143 bash[29116]: cluster 2023-11-15T04:07:13.663129+0000 mgr.smithi037.kdknfa (mgr.14182) 791 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:07:15.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:14 smithi037 bash[25974]: cluster 2023-11-15T04:07:13.663129+0000 mgr.smithi037.kdknfa (mgr.14182) 791 : cluster [DBG] pgmap v546: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:07:17.055 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:16 smithi037 bash[25974]: cluster 2023-11-15T04:07:15.664702+0000 mgr.smithi037.kdknfa (mgr.14182) 792 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 28 op/s 2023-11-15T04:07:17.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:16 smithi143 bash[29116]: cluster 2023-11-15T04:07:15.664702+0000 mgr.smithi037.kdknfa (mgr.14182) 792 : cluster [DBG] pgmap v547: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 28 op/s 2023-11-15T04:07:17.493 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:17.493 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:18.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:18.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:18 smithi037 bash[25974]: audit 2023-11-15T04:07:17.478357+0000 mgr.smithi037.kdknfa (mgr.14182) 793 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:18.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:18 smithi037 bash[25974]: cluster 2023-11-15T04:07:17.666241+0000 mgr.smithi037.kdknfa (mgr.14182) 794 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s 2023-11-15T04:07:19.128 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:19.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:18 smithi143 bash[29116]: audit 2023-11-15T04:07:17.478357+0000 mgr.smithi037.kdknfa (mgr.14182) 793 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:19.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:18 smithi143 bash[29116]: cluster 2023-11-15T04:07:17.666241+0000 mgr.smithi037.kdknfa (mgr.14182) 794 : cluster [DBG] pgmap v548: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 70 op/s 2023-11-15T04:07:20.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:20 smithi037 bash[25974]: cluster 2023-11-15T04:07:19.667945+0000 mgr.smithi037.kdknfa (mgr.14182) 795 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T04:07:21.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:20 smithi143 bash[29116]: cluster 2023-11-15T04:07:19.667945+0000 mgr.smithi037.kdknfa (mgr.14182) 795 : cluster [DBG] pgmap v549: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T04:07:22.463 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:22.463 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:22.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:22 smithi037 bash[25974]: cluster 2023-11-15T04:07:21.669785+0000 mgr.smithi037.kdknfa (mgr.14182) 796 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T04:07:23.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:22 smithi143 bash[29116]: cluster 2023-11-15T04:07:21.669785+0000 mgr.smithi037.kdknfa (mgr.14182) 796 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T04:07:23.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:23 smithi143 bash[29116]: audit 2023-11-15T04:07:22.450860+0000 mgr.smithi037.kdknfa (mgr.14182) 797 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:24.175 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:24.189 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:23 smithi037 bash[25974]: audit 2023-11-15T04:07:22.450860+0000 mgr.smithi037.kdknfa (mgr.14182) 797 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:24 smithi143 bash[29116]: cluster 2023-11-15T04:07:23.671673+0000 mgr.smithi037.kdknfa (mgr.14182) 798 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T04:07:25.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:24 smithi037 bash[25974]: cluster 2023-11-15T04:07:23.671673+0000 mgr.smithi037.kdknfa (mgr.14182) 798 : cluster [DBG] pgmap v551: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T04:07:27.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:26 smithi143 bash[29116]: cluster 2023-11-15T04:07:25.673000+0000 mgr.smithi037.kdknfa (mgr.14182) 799 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T04:07:27.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:26 smithi037 bash[25974]: cluster 2023-11-15T04:07:25.673000+0000 mgr.smithi037.kdknfa (mgr.14182) 799 : cluster [DBG] pgmap v552: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2023-11-15T04:07:27.335 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:27.335 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:27.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:28.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:28 smithi037 bash[25974]: audit 2023-11-15T04:07:27.321892+0000 mgr.smithi037.kdknfa (mgr.14182) 800 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:28.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:28 smithi037 bash[25974]: cluster 2023-11-15T04:07:27.674811+0000 mgr.smithi037.kdknfa (mgr.14182) 801 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2023-11-15T04:07:28.997 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:29.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:28 smithi143 bash[29116]: audit 2023-11-15T04:07:27.321892+0000 mgr.smithi037.kdknfa (mgr.14182) 800 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:29.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:28 smithi143 bash[29116]: cluster 2023-11-15T04:07:27.674811+0000 mgr.smithi037.kdknfa (mgr.14182) 801 : cluster [DBG] pgmap v553: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2023-11-15T04:07:31.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:30 smithi143 bash[29116]: cluster 2023-11-15T04:07:29.676483+0000 mgr.smithi037.kdknfa (mgr.14182) 802 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-15T04:07:31.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:30 smithi037 bash[25974]: cluster 2023-11-15T04:07:29.676483+0000 mgr.smithi037.kdknfa (mgr.14182) 802 : cluster [DBG] pgmap v554: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2023-11-15T04:07:32.243 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:32.243 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:32.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:33.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:32 smithi143 bash[29116]: cluster 2023-11-15T04:07:31.678174+0000 mgr.smithi037.kdknfa (mgr.14182) 803 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:33.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:32 smithi037 bash[25974]: cluster 2023-11-15T04:07:31.678174+0000 mgr.smithi037.kdknfa (mgr.14182) 803 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:33.893 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:34.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:33 smithi143 bash[29116]: audit 2023-11-15T04:07:32.227685+0000 mgr.smithi037.kdknfa (mgr.14182) 804 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:33 smithi037 bash[25974]: audit 2023-11-15T04:07:32.227685+0000 mgr.smithi037.kdknfa (mgr.14182) 804 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:35.127 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:34 smithi037 bash[25974]: cluster 2023-11-15T04:07:33.679975+0000 mgr.smithi037.kdknfa (mgr.14182) 805 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:35.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:34 smithi143 bash[29116]: cluster 2023-11-15T04:07:33.679975+0000 mgr.smithi037.kdknfa (mgr.14182) 805 : cluster [DBG] pgmap v556: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:36.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:36 smithi037 bash[25974]: cluster 2023-11-15T04:07:35.681608+0000 mgr.smithi037.kdknfa (mgr.14182) 806 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:37.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:36 smithi143 bash[29116]: cluster 2023-11-15T04:07:35.681608+0000 mgr.smithi037.kdknfa (mgr.14182) 806 : cluster [DBG] pgmap v557: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:37.164 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:37.165 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:37.831 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:38.832 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:38.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:38 smithi037 bash[25974]: audit 2023-11-15T04:07:37.149595+0000 mgr.smithi037.kdknfa (mgr.14182) 807 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:38.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:38 smithi037 bash[25974]: cluster 2023-11-15T04:07:37.683300+0000 mgr.smithi037.kdknfa (mgr.14182) 808 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:39.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:38 smithi143 bash[29116]: audit 2023-11-15T04:07:37.149595+0000 mgr.smithi037.kdknfa (mgr.14182) 807 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:39.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:38 smithi143 bash[29116]: cluster 2023-11-15T04:07:37.683300+0000 mgr.smithi037.kdknfa (mgr.14182) 808 : cluster [DBG] pgmap v558: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:41.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:40 smithi143 bash[29116]: cluster 2023-11-15T04:07:39.684906+0000 mgr.smithi037.kdknfa (mgr.14182) 809 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:41.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:40 smithi037 bash[25974]: cluster 2023-11-15T04:07:39.684906+0000 mgr.smithi037.kdknfa (mgr.14182) 809 : cluster [DBG] pgmap v559: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:07:42.111 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:42.111 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:42.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:43.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:42 smithi143 bash[29116]: cluster 2023-11-15T04:07:41.686159+0000 mgr.smithi037.kdknfa (mgr.14182) 810 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:43.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:42 smithi037 bash[25974]: cluster 2023-11-15T04:07:41.686159+0000 mgr.smithi037.kdknfa (mgr.14182) 810 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:43.729 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:44.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:43 smithi143 bash[29116]: audit 2023-11-15T04:07:42.100658+0000 mgr.smithi037.kdknfa (mgr.14182) 811 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:44.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:43 smithi037 bash[25974]: audit 2023-11-15T04:07:42.100658+0000 mgr.smithi037.kdknfa (mgr.14182) 811 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:45.131 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:44 smithi037 bash[25974]: cluster 2023-11-15T04:07:43.688023+0000 mgr.smithi037.kdknfa (mgr.14182) 812 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:45.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:44 smithi143 bash[29116]: cluster 2023-11-15T04:07:43.688023+0000 mgr.smithi037.kdknfa (mgr.14182) 812 : cluster [DBG] pgmap v561: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:46.970 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:46.970 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:47.021 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:46 smithi037 bash[25974]: cluster 2023-11-15T04:07:45.689733+0000 mgr.smithi037.kdknfa (mgr.14182) 813 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:47.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:46 smithi143 bash[29116]: cluster 2023-11-15T04:07:45.689733+0000 mgr.smithi037.kdknfa (mgr.14182) 813 : cluster [DBG] pgmap v562: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:47.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:47.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:47 smithi037 bash[25974]: audit 2023-11-15T04:07:46.953503+0000 mgr.smithi037.kdknfa (mgr.14182) 814 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:48.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:47 smithi143 bash[29116]: audit 2023-11-15T04:07:46.953503+0000 mgr.smithi037.kdknfa (mgr.14182) 814 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:48.668 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:48.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:48 smithi037 bash[25974]: cluster 2023-11-15T04:07:47.691576+0000 mgr.smithi037.kdknfa (mgr.14182) 815 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:49.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:48 smithi143 bash[29116]: cluster 2023-11-15T04:07:47.691576+0000 mgr.smithi037.kdknfa (mgr.14182) 815 : cluster [DBG] pgmap v563: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:51.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:50 smithi143 bash[29116]: cluster 2023-11-15T04:07:49.693297+0000 mgr.smithi037.kdknfa (mgr.14182) 816 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:51.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:50 smithi037 bash[25974]: cluster 2023-11-15T04:07:49.693297+0000 mgr.smithi037.kdknfa (mgr.14182) 816 : cluster [DBG] pgmap v564: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:52.022 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:52.022 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:52.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:52.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:52 smithi037 bash[25974]: cluster 2023-11-15T04:07:51.694639+0000 mgr.smithi037.kdknfa (mgr.14182) 817 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:07:52.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:52 smithi037 bash[25974]: audit 2023-11-15T04:07:52.007447+0000 mgr.smithi037.kdknfa (mgr.14182) 818 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:53.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:52 smithi143 bash[29116]: cluster 2023-11-15T04:07:51.694639+0000 mgr.smithi037.kdknfa (mgr.14182) 817 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:07:53.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:52 smithi143 bash[29116]: audit 2023-11-15T04:07:52.007447+0000 mgr.smithi037.kdknfa (mgr.14182) 818 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:53.650 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:55.036 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:54 smithi037 bash[25974]: cluster 2023-11-15T04:07:53.696423+0000 mgr.smithi037.kdknfa (mgr.14182) 819 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:55.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:54 smithi143 bash[29116]: cluster 2023-11-15T04:07:53.696423+0000 mgr.smithi037.kdknfa (mgr.14182) 819 : cluster [DBG] pgmap v566: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:56.833 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:07:56.834 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:07:57.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:56 smithi143 bash[29116]: cluster 2023-11-15T04:07:55.698128+0000 mgr.smithi037.kdknfa (mgr.14182) 820 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:57.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:56 smithi037 bash[25974]: cluster 2023-11-15T04:07:55.698128+0000 mgr.smithi037.kdknfa (mgr.14182) 820 : cluster [DBG] pgmap v567: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:07:57.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:07:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:57 smithi143 bash[29116]: audit 2023-11-15T04:07:56.818474+0000 mgr.smithi037.kdknfa (mgr.14182) 821 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:58.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:57 smithi037 bash[25974]: audit 2023-11-15T04:07:56.818474+0000 mgr.smithi037.kdknfa (mgr.14182) 821 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:07:58.499 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:07:59.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:07:58 smithi143 bash[29116]: cluster 2023-11-15T04:07:57.699868+0000 mgr.smithi037.kdknfa (mgr.14182) 822 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:07:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:07:58 smithi037 bash[25974]: cluster 2023-11-15T04:07:57.699868+0000 mgr.smithi037.kdknfa (mgr.14182) 822 : cluster [DBG] pgmap v568: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:08:01.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:00 smithi143 bash[29116]: cluster 2023-11-15T04:07:59.701624+0000 mgr.smithi037.kdknfa (mgr.14182) 823 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-15T04:08:01.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:00 smithi037 bash[25974]: cluster 2023-11-15T04:07:59.701624+0000 mgr.smithi037.kdknfa (mgr.14182) 823 : cluster [DBG] pgmap v569: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2023-11-15T04:08:02.011 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:02.011 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:02.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:02 smithi037 bash[25974]: cluster 2023-11-15T04:08:01.703205+0000 mgr.smithi037.kdknfa (mgr.14182) 824 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:08:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:02 smithi037 bash[25974]: audit 2023-11-15T04:08:01.994634+0000 mgr.smithi037.kdknfa (mgr.14182) 825 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:03.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:02 smithi143 bash[29116]: cluster 2023-11-15T04:08:01.703205+0000 mgr.smithi037.kdknfa (mgr.14182) 824 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:08:03.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:02 smithi143 bash[29116]: audit 2023-11-15T04:08:01.994634+0000 mgr.smithi037.kdknfa (mgr.14182) 825 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:03.654 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:05.014 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:04 smithi037 bash[25974]: cluster 2023-11-15T04:08:03.705018+0000 mgr.smithi037.kdknfa (mgr.14182) 826 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:08:05.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:04 smithi143 bash[29116]: cluster 2023-11-15T04:08:03.705018+0000 mgr.smithi037.kdknfa (mgr.14182) 826 : cluster [DBG] pgmap v571: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:08:06.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:05 smithi143 bash[29116]: audit 2023-11-15T04:08:05.658549+0000 mon.smithi037 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:08:06.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:05 smithi037 bash[25974]: audit 2023-11-15T04:08:05.658549+0000 mon.smithi037 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:08:06.766 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:06.766 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:05:57.602529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.qjrknc on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:07.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:06 smithi143 bash[29116]: cluster 2023-11-15T04:08:05.706544+0000 mgr.smithi037.kdknfa (mgr.14182) 827 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:08:07.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:06 smithi143 bash[29116]: audit 2023-11-15T04:08:05.983829+0000 mon.smithi037 (mon.0) 871 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:08:07.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:06 smithi143 bash[29116]: audit 2023-11-15T04:08:05.984819+0000 mon.smithi037 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:08:07.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:06 smithi143 bash[29116]: audit 2023-11-15T04:08:05.992161+0000 mon.smithi037 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:08:07.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:06 smithi143 bash[29116]: cluster 2023-11-15T04:08:05.993340+0000 mgr.smithi037.kdknfa (mgr.14182) 828 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T04:08:07.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:06 smithi143 bash[29116]: audit 2023-11-15T04:08:06.002131+0000 mon.smithi037 (mon.0) 874 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:08:07.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:06 smithi143 bash[29116]: audit 2023-11-15T04:08:06.013759+0000 mon.smithi037 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:08:07.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:06 smithi143 bash[29116]: cephadm 2023-11-15T04:08:06.019090+0000 mgr.smithi037.kdknfa (mgr.14182) 829 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.vskooq on smithi143 2023-11-15T04:08:07.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:06 smithi037 bash[25974]: cluster 2023-11-15T04:08:05.706544+0000 mgr.smithi037.kdknfa (mgr.14182) 827 : cluster [DBG] pgmap v572: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:08:07.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:06 smithi037 bash[25974]: audit 2023-11-15T04:08:05.983829+0000 mon.smithi037 (mon.0) 871 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:08:07.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:06 smithi037 bash[25974]: audit 2023-11-15T04:08:05.984819+0000 mon.smithi037 (mon.0) 872 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:08:07.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:06 smithi037 bash[25974]: audit 2023-11-15T04:08:05.992161+0000 mon.smithi037 (mon.0) 873 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:08:07.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:06 smithi037 bash[25974]: cluster 2023-11-15T04:08:05.993340+0000 mgr.smithi037.kdknfa (mgr.14182) 828 : cluster [DBG] pgmap v573: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-15T04:08:07.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:06 smithi037 bash[25974]: audit 2023-11-15T04:08:06.002131+0000 mon.smithi037 (mon.0) 874 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:08:07.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:06 smithi037 bash[25974]: audit 2023-11-15T04:08:06.013759+0000 mon.smithi037 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:08:07.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:06 smithi037 bash[25974]: cephadm 2023-11-15T04:08:06.019090+0000 mgr.smithi037.kdknfa (mgr.14182) 829 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.vskooq on smithi143 2023-11-15T04:08:07.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:08.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:07 smithi143 bash[29116]: audit 2023-11-15T04:08:06.749170+0000 mgr.smithi037.kdknfa (mgr.14182) 830 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:08.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:07 smithi143 bash[29116]: cluster 2023-11-15T04:08:06.989194+0000 mon.smithi037 (mon.0) 876 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:08:08.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:07 smithi143 bash[29116]: cluster 2023-11-15T04:08:06.989288+0000 mon.smithi037 (mon.0) 877 : cluster [INF] Cluster is now healthy 2023-11-15T04:08:08.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:07 smithi037 bash[25974]: audit 2023-11-15T04:08:06.749170+0000 mgr.smithi037.kdknfa (mgr.14182) 830 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:08.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:07 smithi037 bash[25974]: cluster 2023-11-15T04:08:06.989194+0000 mon.smithi037 (mon.0) 876 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:08:08.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:07 smithi037 bash[25974]: cluster 2023-11-15T04:08:06.989288+0000 mon.smithi037 (mon.0) 877 : cluster [INF] Cluster is now healthy 2023-11-15T04:08:08.356 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:08 smithi143 bash[29116]: cluster 2023-11-15T04:08:07.994943+0000 mgr.smithi037.kdknfa (mgr.14182) 831 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T04:08:09.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:08 smithi037 bash[25974]: cluster 2023-11-15T04:08:07.994943+0000 mgr.smithi037.kdknfa (mgr.14182) 831 : cluster [DBG] pgmap v574: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T04:08:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:09 smithi143 bash[29116]: audit 2023-11-15T04:08:09.859576+0000 mon.smithi037 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.vskooq"}]: dispatch 2023-11-15T04:08:10.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:09 smithi037 bash[25974]: audit 2023-11-15T04:08:09.859576+0000 mon.smithi037 (mon.0) 878 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.vskooq"}]: dispatch 2023-11-15T04:08:11.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: cephadm 2023-11-15T04:08:09.858458+0000 mgr.smithi037.kdknfa (mgr.14182) 832 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:11.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:11.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.vskooq ... 2023-11-15T04:08:11.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:11.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:11.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:11.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:08:11.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:08:11.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:08:11.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:08:11.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:08:11.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:11.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:11.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.vskooq ... 2023-11-15T04:08:11.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:11.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:11.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:11.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: cephadm 2023-11-15T04:08:09.858915+0000 mgr.smithi037.kdknfa (mgr.14182) 833 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: cephadm 2023-11-15T04:08:09.861260+0000 mgr.smithi037.kdknfa (mgr.14182) 834 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:11.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:11.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.vskooq ... 2023-11-15T04:08:11.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:11.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:11.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:11.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: cephadm 2023-11-15T04:08:09.863839+0000 mgr.smithi037.kdknfa (mgr.14182) 835 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.qonkaq on smithi037 2023-11-15T04:08:11.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:10 smithi037 bash[25974]: cluster 2023-11-15T04:08:09.996252+0000 mgr.smithi037.kdknfa (mgr.14182) 836 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-11-15T04:08:11.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: cephadm 2023-11-15T04:08:09.858458+0000 mgr.smithi037.kdknfa (mgr.14182) 832 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:11.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:11.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.vskooq ... 2023-11-15T04:08:11.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:11.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:11.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:11.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:08:11.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:08:11.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:08:11.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:08:11.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:08:11.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:11.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:11.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.vskooq ... 2023-11-15T04:08:11.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:11.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:11.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:11.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: cephadm 2023-11-15T04:08:09.858915+0000 mgr.smithi037.kdknfa (mgr.14182) 833 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: cephadm 2023-11-15T04:08:09.861260+0000 mgr.smithi037.kdknfa (mgr.14182) 834 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:11.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq 2023-11-15T04:08:11.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:11.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq 2023-11-15T04:08:11.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.vskooq ... 2023-11-15T04:08:11.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:11.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:11.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:11.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:11.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: cephadm 2023-11-15T04:08:09.863839+0000 mgr.smithi037.kdknfa (mgr.14182) 835 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.qonkaq on smithi037 2023-11-15T04:08:11.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:10 smithi143 bash[29116]: cluster 2023-11-15T04:08:09.996252+0000 mgr.smithi037.kdknfa (mgr.14182) 836 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-11-15T04:08:11.979 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:11.980 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:01.696614Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.aczhqp on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-aczhqp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.aczhqp\nDeploy daemon haproxy.nfs.foo.smithi143.aczhqp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.644551Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qclohj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qclohj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qclohj\nDeploy daemon haproxy.nfs.foo.smithi037.qclohj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:07:05.648799Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.eegnuj on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:12.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:12 smithi143 bash[29116]: audit 2023-11-15T04:08:11.961707+0000 mgr.smithi037.kdknfa (mgr.14182) 837 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:12.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:12 smithi143 bash[29116]: cluster 2023-11-15T04:08:11.997004+0000 mgr.smithi037.kdknfa (mgr.14182) 838 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:08:12.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:12 smithi037 bash[25974]: audit 2023-11-15T04:08:11.961707+0000 mgr.smithi037.kdknfa (mgr.14182) 837 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:12.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:12 smithi037 bash[25974]: cluster 2023-11-15T04:08:11.997004+0000 mgr.smithi037.kdknfa (mgr.14182) 838 : cluster [DBG] pgmap v576: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:08:12.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:13.637 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:14.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: audit 2023-11-15T04:08:13.698848+0000 mon.smithi037 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:08:14.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: cephadm 2023-11-15T04:08:13.748473+0000 mgr.smithi037.kdknfa (mgr.14182) 839 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:14.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:14.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:14.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:14.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:14.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:14.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.qonkaq ... 2023-11-15T04:08:14.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:14.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:14.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:14.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:14.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:14.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:08:14.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:08:14.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:08:14.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:08:14.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:08:14.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:14.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:14.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:14.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:14.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:14.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:14.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.qonkaq ... 2023-11-15T04:08:14.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:14.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:14.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:14.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:14.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:14.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: cephadm 2023-11-15T04:08:13.748891+0000 mgr.smithi037.kdknfa (mgr.14182) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:14.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: audit 2023-11-15T04:08:13.749371+0000 mon.smithi037 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.qonkaq"}]: dispatch 2023-11-15T04:08:14.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: cephadm 2023-11-15T04:08:13.751106+0000 mgr.smithi037.kdknfa (mgr.14182) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:14.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:14.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:14.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:14.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:08:14.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:14.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.qonkaq ... 2023-11-15T04:08:14.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:14.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:14.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:14.975 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:14.975 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:14.975 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: cephadm 2023-11-15T04:08:13.754098+0000 mgr.smithi037.kdknfa (mgr.14182) 842 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:08:14.975 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: cephadm 2023-11-15T04:08:13.757047+0000 mgr.smithi037.kdknfa (mgr.14182) 843 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:08:14.975 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:14 smithi037 bash[25974]: cluster 2023-11-15T04:08:13.758956+0000 mgr.smithi037.kdknfa (mgr.14182) 844 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:08:15.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: audit 2023-11-15T04:08:13.698848+0000 mon.smithi037 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:08:15.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: cephadm 2023-11-15T04:08:13.748473+0000 mgr.smithi037.kdknfa (mgr.14182) 839 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:15.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:15.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:15.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:15.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:15.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:15.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.qonkaq ... 2023-11-15T04:08:15.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:15.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:15.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:15.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:15.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:15.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:08:15.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:08:15.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:08:15.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:08:15.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:08:15.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:15.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:15.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:15.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:15.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:15.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:15.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.qonkaq ... 2023-11-15T04:08:15.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:15.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:15.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:15.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:15.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:15.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: cephadm 2023-11-15T04:08:13.748891+0000 mgr.smithi037.kdknfa (mgr.14182) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:15.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: audit 2023-11-15T04:08:13.749371+0000 mon.smithi037 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.qonkaq"}]: dispatch 2023-11-15T04:08:15.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: cephadm 2023-11-15T04:08:13.751106+0000 mgr.smithi037.kdknfa (mgr.14182) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:15.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:15.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq 2023-11-15T04:08:15.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:15.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:08:15.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq 2023-11-15T04:08:15.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.qonkaq ... 2023-11-15T04:08:15.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:15.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:08:15.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:08:15.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:08:15.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:08:15.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: cephadm 2023-11-15T04:08:13.754098+0000 mgr.smithi037.kdknfa (mgr.14182) 842 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:08:15.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: cephadm 2023-11-15T04:08:13.757047+0000 mgr.smithi037.kdknfa (mgr.14182) 843 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:08:15.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:14 smithi143 bash[29116]: cluster 2023-11-15T04:08:13.758956+0000 mgr.smithi037.kdknfa (mgr.14182) 844 : cluster [DBG] pgmap v577: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:08:15.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:15 smithi037 bash[25974]: cluster 2023-11-15T04:08:14.695248+0000 mon.smithi037 (mon.0) 881 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:08:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:15 smithi143 bash[29116]: cluster 2023-11-15T04:08:14.695248+0000 mon.smithi037 (mon.0) 881 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:08:16.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:16 smithi037 bash[25974]: cluster 2023-11-15T04:08:15.760509+0000 mgr.smithi037.kdknfa (mgr.14182) 845 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:08:16.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:16 smithi037 bash[25974]: audit 2023-11-15T04:08:16.330170+0000 mon.smithi037 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:08:17.060 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:17.060 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:17.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:16 smithi143 bash[29116]: cluster 2023-11-15T04:08:15.760509+0000 mgr.smithi037.kdknfa (mgr.14182) 845 : cluster [DBG] pgmap v578: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:08:17.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:16 smithi143 bash[29116]: audit 2023-11-15T04:08:16.330170+0000 mon.smithi037 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:08:17.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:18.764 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:18.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:18 smithi037 bash[25974]: audit 2023-11-15T04:08:17.044335+0000 mgr.smithi037.kdknfa (mgr.14182) 846 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:18.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:18 smithi037 bash[25974]: cluster 2023-11-15T04:08:17.762334+0000 mgr.smithi037.kdknfa (mgr.14182) 847 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:08:19.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:18 smithi143 bash[29116]: audit 2023-11-15T04:08:17.044335+0000 mgr.smithi037.kdknfa (mgr.14182) 846 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:19.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:18 smithi143 bash[29116]: cluster 2023-11-15T04:08:17.762334+0000 mgr.smithi037.kdknfa (mgr.14182) 847 : cluster [DBG] pgmap v579: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:08:21.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:20 smithi143 bash[29116]: cluster 2023-11-15T04:08:19.763526+0000 mgr.smithi037.kdknfa (mgr.14182) 848 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:08:21.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:20 smithi037 bash[25974]: cluster 2023-11-15T04:08:19.763526+0000 mgr.smithi037.kdknfa (mgr.14182) 848 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:08:22.125 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:22.125 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:22.763 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:23.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:22 smithi143 bash[29116]: cluster 2023-11-15T04:08:21.765386+0000 mgr.smithi037.kdknfa (mgr.14182) 849 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:08:23.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:22 smithi037 bash[25974]: cluster 2023-11-15T04:08:21.765386+0000 mgr.smithi037.kdknfa (mgr.14182) 849 : cluster [DBG] pgmap v581: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:08:23.764 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:23 smithi143 bash[29116]: audit 2023-11-15T04:08:22.108139+0000 mgr.smithi037.kdknfa (mgr.14182) 850 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:24.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:23 smithi037 bash[25974]: audit 2023-11-15T04:08:22.108139+0000 mgr.smithi037.kdknfa (mgr.14182) 850 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:25.136 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:24 smithi037 bash[25974]: cluster 2023-11-15T04:08:23.767791+0000 mgr.smithi037.kdknfa (mgr.14182) 851 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:08:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:24 smithi143 bash[29116]: cluster 2023-11-15T04:08:23.767791+0000 mgr.smithi037.kdknfa (mgr.14182) 851 : cluster [DBG] pgmap v582: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:08:26.963 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:26.964 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:27.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:26 smithi143 bash[29116]: cluster 2023-11-15T04:08:25.769106+0000 mgr.smithi037.kdknfa (mgr.14182) 852 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:27.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:26 smithi037 bash[25974]: cluster 2023-11-15T04:08:25.769106+0000 mgr.smithi037.kdknfa (mgr.14182) 852 : cluster [DBG] pgmap v583: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:27.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:27.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:27 smithi037 bash[25974]: audit 2023-11-15T04:08:26.946135+0000 mgr.smithi037.kdknfa (mgr.14182) 853 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:28.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:27 smithi143 bash[29116]: audit 2023-11-15T04:08:26.946135+0000 mgr.smithi037.kdknfa (mgr.14182) 853 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:28.609 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:28.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:28 smithi037 bash[25974]: cluster 2023-11-15T04:08:27.770812+0000 mgr.smithi037.kdknfa (mgr.14182) 854 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:28.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:28 smithi037 bash[25974]: audit 2023-11-15T04:08:28.697471+0000 mon.smithi037 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:08:29.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:28 smithi143 bash[29116]: cluster 2023-11-15T04:08:27.770812+0000 mgr.smithi037.kdknfa (mgr.14182) 854 : cluster [DBG] pgmap v584: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:29.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:28 smithi143 bash[29116]: audit 2023-11-15T04:08:28.697471+0000 mon.smithi037 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:08:31.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:30 smithi143 bash[29116]: cluster 2023-11-15T04:08:29.773113+0000 mgr.smithi037.kdknfa (mgr.14182) 855 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:31.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:30 smithi037 bash[25974]: cluster 2023-11-15T04:08:29.773113+0000 mgr.smithi037.kdknfa (mgr.14182) 855 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:31.699 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:31.699 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:32.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:33.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:32 smithi143 bash[29116]: audit 2023-11-15T04:08:31.681641+0000 mgr.smithi037.kdknfa (mgr.14182) 856 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:33.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:32 smithi143 bash[29116]: cluster 2023-11-15T04:08:31.774525+0000 mgr.smithi037.kdknfa (mgr.14182) 857 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:08:33.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:32 smithi037 bash[25974]: audit 2023-11-15T04:08:31.681641+0000 mgr.smithi037.kdknfa (mgr.14182) 856 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:33.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:32 smithi037 bash[25974]: cluster 2023-11-15T04:08:31.774525+0000 mgr.smithi037.kdknfa (mgr.14182) 857 : cluster [DBG] pgmap v586: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:08:33.334 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:35.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:34 smithi143 bash[29116]: cluster 2023-11-15T04:08:33.776287+0000 mgr.smithi037.kdknfa (mgr.14182) 858 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:35.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:34 smithi037 bash[25974]: cluster 2023-11-15T04:08:33.776287+0000 mgr.smithi037.kdknfa (mgr.14182) 858 : cluster [DBG] pgmap v587: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:36.607 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:36.608 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:36.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:36 smithi037 bash[25974]: cluster 2023-11-15T04:08:35.777933+0000 mgr.smithi037.kdknfa (mgr.14182) 859 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:37.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:36 smithi143 bash[29116]: cluster 2023-11-15T04:08:35.777933+0000 mgr.smithi037.kdknfa (mgr.14182) 859 : cluster [DBG] pgmap v588: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:37.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:38.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:37 smithi143 bash[29116]: audit 2023-11-15T04:08:36.590985+0000 mgr.smithi037.kdknfa (mgr.14182) 860 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:38.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:37 smithi037 bash[25974]: audit 2023-11-15T04:08:36.590985+0000 mgr.smithi037.kdknfa (mgr.14182) 860 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:38.298 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:39.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:38 smithi143 bash[29116]: cluster 2023-11-15T04:08:37.779706+0000 mgr.smithi037.kdknfa (mgr.14182) 861 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:39.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:38 smithi037 bash[25974]: cluster 2023-11-15T04:08:37.779706+0000 mgr.smithi037.kdknfa (mgr.14182) 861 : cluster [DBG] pgmap v589: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:41.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:40 smithi143 bash[29116]: cluster 2023-11-15T04:08:39.781470+0000 mgr.smithi037.kdknfa (mgr.14182) 862 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:41.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:40 smithi037 bash[25974]: cluster 2023-11-15T04:08:39.781470+0000 mgr.smithi037.kdknfa (mgr.14182) 862 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:41.721 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:41.722 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:42.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:43.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:42 smithi037 bash[25974]: audit 2023-11-15T04:08:41.704031+0000 mgr.smithi037.kdknfa (mgr.14182) 863 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:43.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:42 smithi037 bash[25974]: cluster 2023-11-15T04:08:41.783219+0000 mgr.smithi037.kdknfa (mgr.14182) 864 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:08:43.379 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:43.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:42 smithi143 bash[29116]: audit 2023-11-15T04:08:41.704031+0000 mgr.smithi037.kdknfa (mgr.14182) 863 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:43.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:42 smithi143 bash[29116]: cluster 2023-11-15T04:08:41.783219+0000 mgr.smithi037.kdknfa (mgr.14182) 864 : cluster [DBG] pgmap v591: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:08:45.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:44 smithi037 bash[25974]: cluster 2023-11-15T04:08:43.785030+0000 mgr.smithi037.kdknfa (mgr.14182) 865 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:45.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:44 smithi143 bash[29116]: cluster 2023-11-15T04:08:43.785030+0000 mgr.smithi037.kdknfa (mgr.14182) 865 : cluster [DBG] pgmap v592: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:46.587 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:46.587 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:47.203 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:46 smithi037 bash[25974]: cluster 2023-11-15T04:08:45.786680+0000 mgr.smithi037.kdknfa (mgr.14182) 866 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:47.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:47.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:46 smithi143 bash[29116]: cluster 2023-11-15T04:08:45.786680+0000 mgr.smithi037.kdknfa (mgr.14182) 866 : cluster [DBG] pgmap v593: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:48.206 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:48.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:47 smithi037 bash[25974]: audit 2023-11-15T04:08:46.568530+0000 mgr.smithi037.kdknfa (mgr.14182) 867 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:48.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:47 smithi143 bash[29116]: audit 2023-11-15T04:08:46.568530+0000 mgr.smithi037.kdknfa (mgr.14182) 867 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:49.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:48 smithi037 bash[25974]: cluster 2023-11-15T04:08:47.788665+0000 mgr.smithi037.kdknfa (mgr.14182) 868 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:49.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:48 smithi143 bash[29116]: cluster 2023-11-15T04:08:47.788665+0000 mgr.smithi037.kdknfa (mgr.14182) 868 : cluster [DBG] pgmap v594: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:51.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:50 smithi037 bash[25974]: cluster 2023-11-15T04:08:49.790334+0000 mgr.smithi037.kdknfa (mgr.14182) 869 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:51.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:50 smithi143 bash[29116]: cluster 2023-11-15T04:08:49.790334+0000 mgr.smithi037.kdknfa (mgr.14182) 869 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:51.454 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:51.455 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:52.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:53.092 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:53.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:52 smithi037 bash[25974]: audit 2023-11-15T04:08:51.438715+0000 mgr.smithi037.kdknfa (mgr.14182) 870 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:53.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:52 smithi037 bash[25974]: cluster 2023-11-15T04:08:51.792038+0000 mgr.smithi037.kdknfa (mgr.14182) 871 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:08:53.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:52 smithi143 bash[29116]: audit 2023-11-15T04:08:51.438715+0000 mgr.smithi037.kdknfa (mgr.14182) 870 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:53.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:52 smithi143 bash[29116]: cluster 2023-11-15T04:08:51.792038+0000 mgr.smithi037.kdknfa (mgr.14182) 871 : cluster [DBG] pgmap v596: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:08:55.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:54 smithi037 bash[25974]: cluster 2023-11-15T04:08:53.793934+0000 mgr.smithi037.kdknfa (mgr.14182) 872 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:55.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:54 smithi143 bash[29116]: cluster 2023-11-15T04:08:53.793934+0000 mgr.smithi037.kdknfa (mgr.14182) 872 : cluster [DBG] pgmap v597: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:56.220 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:08:56.221 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:08:56.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:08:57.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:56 smithi037 bash[25974]: cluster 2023-11-15T04:08:55.795744+0000 mgr.smithi037.kdknfa (mgr.14182) 873 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:57.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:56 smithi143 bash[29116]: cluster 2023-11-15T04:08:55.795744+0000 mgr.smithi037.kdknfa (mgr.14182) 873 : cluster [DBG] pgmap v598: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:57.889 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:08:58.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:57 smithi037 bash[25974]: audit 2023-11-15T04:08:56.209771+0000 mgr.smithi037.kdknfa (mgr.14182) 874 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:58.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:57 smithi143 bash[29116]: audit 2023-11-15T04:08:56.209771+0000 mgr.smithi037.kdknfa (mgr.14182) 874 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:08:59.195 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:08:58 smithi037 bash[25974]: cluster 2023-11-15T04:08:57.797594+0000 mgr.smithi037.kdknfa (mgr.14182) 875 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:08:59.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:08:58 smithi143 bash[29116]: cluster 2023-11-15T04:08:57.797594+0000 mgr.smithi037.kdknfa (mgr.14182) 875 : cluster [DBG] pgmap v599: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:01.128 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:01.128 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:01.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:00 smithi037 bash[25974]: cluster 2023-11-15T04:08:59.799181+0000 mgr.smithi037.kdknfa (mgr.14182) 876 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:01.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:00 smithi143 bash[29116]: cluster 2023-11-15T04:08:59.799181+0000 mgr.smithi037.kdknfa (mgr.14182) 876 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:01.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:02.789 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:03.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:02 smithi037 bash[25974]: audit 2023-11-15T04:09:01.111054+0000 mgr.smithi037.kdknfa (mgr.14182) 877 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:03.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:02 smithi037 bash[25974]: cluster 2023-11-15T04:09:01.800416+0000 mgr.smithi037.kdknfa (mgr.14182) 878 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:09:03.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:02 smithi143 bash[29116]: audit 2023-11-15T04:09:01.111054+0000 mgr.smithi037.kdknfa (mgr.14182) 877 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:03.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:02 smithi143 bash[29116]: cluster 2023-11-15T04:09:01.800416+0000 mgr.smithi037.kdknfa (mgr.14182) 878 : cluster [DBG] pgmap v601: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:09:05.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:04 smithi037 bash[25974]: cluster 2023-11-15T04:09:03.802222+0000 mgr.smithi037.kdknfa (mgr.14182) 879 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:05.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:04 smithi143 bash[29116]: cluster 2023-11-15T04:09:03.802222+0000 mgr.smithi037.kdknfa (mgr.14182) 879 : cluster [DBG] pgmap v602: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:06.073 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:06.074 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:06.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:07.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:06 smithi143 bash[29116]: cluster 2023-11-15T04:09:05.803756+0000 mgr.smithi037.kdknfa (mgr.14182) 880 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:07.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:06 smithi037 bash[25974]: cluster 2023-11-15T04:09:05.803756+0000 mgr.smithi037.kdknfa (mgr.14182) 880 : cluster [DBG] pgmap v603: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:07.672 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:08.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:07 smithi143 bash[29116]: audit 2023-11-15T04:09:06.058174+0000 mgr.smithi037.kdknfa (mgr.14182) 881 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:08.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:07 smithi037 bash[25974]: audit 2023-11-15T04:09:06.058174+0000 mgr.smithi037.kdknfa (mgr.14182) 881 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:09.128 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:08 smithi037 bash[25974]: cluster 2023-11-15T04:09:07.805483+0000 mgr.smithi037.kdknfa (mgr.14182) 882 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:09.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:08 smithi143 bash[29116]: cluster 2023-11-15T04:09:07.805483+0000 mgr.smithi037.kdknfa (mgr.14182) 882 : cluster [DBG] pgmap v604: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:11.118 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:11.119 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:11.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:10 smithi143 bash[29116]: cluster 2023-11-15T04:09:09.807145+0000 mgr.smithi037.kdknfa (mgr.14182) 883 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:11.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:10 smithi037 bash[25974]: cluster 2023-11-15T04:09:09.807145+0000 mgr.smithi037.kdknfa (mgr.14182) 883 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:11.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:12.753 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:13.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:12 smithi037 bash[25974]: audit 2023-11-15T04:09:11.101440+0000 mgr.smithi037.kdknfa (mgr.14182) 884 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:13.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:12 smithi037 bash[25974]: cluster 2023-11-15T04:09:11.808885+0000 mgr.smithi037.kdknfa (mgr.14182) 885 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:09:13.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:12 smithi143 bash[29116]: audit 2023-11-15T04:09:11.101440+0000 mgr.smithi037.kdknfa (mgr.14182) 884 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:13.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:12 smithi143 bash[29116]: cluster 2023-11-15T04:09:11.808885+0000 mgr.smithi037.kdknfa (mgr.14182) 885 : cluster [DBG] pgmap v606: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:09:14.124 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:13 smithi037 bash[25974]: audit 2023-11-15T04:09:13.784917+0000 mon.smithi037 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:09:14.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:13 smithi143 bash[29116]: audit 2023-11-15T04:09:13.784917+0000 mon.smithi037 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:09:15.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:15 smithi143 bash[29116]: cluster 2023-11-15T04:09:13.810773+0000 mgr.smithi037.kdknfa (mgr.14182) 886 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:15.406 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:14 smithi037 bash[25974]: cluster 2023-11-15T04:09:13.810773+0000 mgr.smithi037.kdknfa (mgr.14182) 886 : cluster [DBG] pgmap v607: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:15.856 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:15.856 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T03:58:53.699390Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T03:58:53.699655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T03:58:53.699905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T03:58:53.699089Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T03:58:53.698705Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T03:58:53.701739Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T03:58:53.700153Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T03:58:53.700401Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T03:58:53.701484Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:16.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:17.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:17 smithi143 bash[29116]: cluster 2023-11-15T04:09:15.812332+0000 mgr.smithi037.kdknfa (mgr.14182) 887 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:17.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:17 smithi143 bash[29116]: audit 2023-11-15T04:09:15.838906+0000 mgr.smithi037.kdknfa (mgr.14182) 888 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:17.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:16 smithi037 bash[25974]: cluster 2023-11-15T04:09:15.812332+0000 mgr.smithi037.kdknfa (mgr.14182) 887 : cluster [DBG] pgmap v608: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:17.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:16 smithi037 bash[25974]: audit 2023-11-15T04:09:15.838906+0000 mgr.smithi037.kdknfa (mgr.14182) 888 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:17.481 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:18.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:18 smithi037 bash[25974]: cluster 2023-11-15T04:09:17.814246+0000 mgr.smithi037.kdknfa (mgr.14182) 889 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:19.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:18 smithi143 bash[29116]: cluster 2023-11-15T04:09:17.814246+0000 mgr.smithi037.kdknfa (mgr.14182) 889 : cluster [DBG] pgmap v609: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:20.636 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:20.636 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:07:05.652736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.pwbqrl on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:20.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:20 smithi037 bash[25974]: cluster 2023-11-15T04:09:19.815443+0000 mgr.smithi037.kdknfa (mgr.14182) 890 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:20.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:20 smithi037 bash[25974]: audit 2023-11-15T04:09:20.395171+0000 mon.smithi037 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:20.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:20 smithi037 bash[25974]: audit 2023-11-15T04:09:20.688192+0000 mon.smithi037 (mon.0) 886 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:09:20.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:20 smithi037 bash[25974]: audit 2023-11-15T04:09:20.690031+0000 mon.smithi037 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:09:20.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:20 smithi037 bash[25974]: audit 2023-11-15T04:09:20.696873+0000 mon.smithi037 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:20.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:20 smithi037 bash[25974]: audit 2023-11-15T04:09:20.702815+0000 mon.smithi037 (mon.0) 889 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:09:20.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:20 smithi037 bash[25974]: audit 2023-11-15T04:09:20.716111+0000 mon.smithi037 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:21.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:20 smithi143 bash[29116]: cluster 2023-11-15T04:09:19.815443+0000 mgr.smithi037.kdknfa (mgr.14182) 890 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:21.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:20 smithi143 bash[29116]: audit 2023-11-15T04:09:20.395171+0000 mon.smithi037 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:21.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:20 smithi143 bash[29116]: audit 2023-11-15T04:09:20.688192+0000 mon.smithi037 (mon.0) 886 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:09:21.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:20 smithi143 bash[29116]: audit 2023-11-15T04:09:20.690031+0000 mon.smithi037 (mon.0) 887 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:09:21.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:20 smithi143 bash[29116]: audit 2023-11-15T04:09:20.696873+0000 mon.smithi037 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:21.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:20 smithi143 bash[29116]: audit 2023-11-15T04:09:20.702815+0000 mon.smithi037 (mon.0) 889 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:09:21.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:20 smithi143 bash[29116]: audit 2023-11-15T04:09:20.716111+0000 mon.smithi037 (mon.0) 890 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:21.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:22.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:21 smithi143 bash[29116]: audit 2023-11-15T04:09:20.619471+0000 mgr.smithi037.kdknfa (mgr.14182) 891 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:22.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:21 smithi143 bash[29116]: cluster 2023-11-15T04:09:20.698355+0000 mgr.smithi037.kdknfa (mgr.14182) 892 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-11-15T04:09:22.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:21 smithi143 bash[29116]: cephadm 2023-11-15T04:09:20.719082+0000 mgr.smithi037.kdknfa (mgr.14182) 893 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.dgfvbi on smithi143 2023-11-15T04:09:22.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:21 smithi143 bash[29116]: cluster 2023-11-15T04:09:21.694846+0000 mon.smithi037 (mon.0) 891 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:09:22.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:21 smithi143 bash[29116]: cluster 2023-11-15T04:09:21.694919+0000 mon.smithi037 (mon.0) 892 : cluster [INF] Cluster is now healthy 2023-11-15T04:09:22.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:21 smithi037 bash[25974]: audit 2023-11-15T04:09:20.619471+0000 mgr.smithi037.kdknfa (mgr.14182) 891 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:22.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:21 smithi037 bash[25974]: cluster 2023-11-15T04:09:20.698355+0000 mgr.smithi037.kdknfa (mgr.14182) 892 : cluster [DBG] pgmap v611: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-11-15T04:09:22.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:21 smithi037 bash[25974]: cephadm 2023-11-15T04:09:20.719082+0000 mgr.smithi037.kdknfa (mgr.14182) 893 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.dgfvbi on smithi143 2023-11-15T04:09:22.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:21 smithi037 bash[25974]: cluster 2023-11-15T04:09:21.694846+0000 mon.smithi037 (mon.0) 891 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:09:22.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:21 smithi037 bash[25974]: cluster 2023-11-15T04:09:21.694919+0000 mon.smithi037 (mon.0) 892 : cluster [INF] Cluster is now healthy 2023-11-15T04:09:22.301 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:23.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:23 smithi037 bash[25974]: cluster 2023-11-15T04:09:22.699721+0000 mgr.smithi037.kdknfa (mgr.14182) 894 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-15T04:09:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:23 smithi143 bash[29116]: cluster 2023-11-15T04:09:22.699721+0000 mgr.smithi037.kdknfa (mgr.14182) 894 : cluster [DBG] pgmap v612: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-15T04:09:24.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:24 smithi037 bash[25974]: audit 2023-11-15T04:09:24.699593+0000 mon.smithi037 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.dgfvbi"}]: dispatch 2023-11-15T04:09:25.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:24 smithi143 bash[29116]: audit 2023-11-15T04:09:24.699593+0000 mon.smithi037 (mon.0) 893 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.dgfvbi"}]: dispatch 2023-11-15T04:09:25.547 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:25.548 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:09.861085Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vskooq on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vskooq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vskooq\nDeploy daemon haproxy.nfs.foo.smithi143.vskooq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.750917Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.qonkaq on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-qonkaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.qonkaq\nDeploy daemon haproxy.nfs.foo.smithi037.qonkaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:08:13.753945Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.hdnaan on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:26.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: cephadm 2023-11-15T04:09:24.698720+0000 mgr.smithi037.kdknfa (mgr.14182) 895 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:26.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:26.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.dgfvbi ... 2023-11-15T04:09:26.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:26.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:26.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:26.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:09:26.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:09:26.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:09:26.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:09:26.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:09:26.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:26.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:26.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.dgfvbi ... 2023-11-15T04:09:26.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:26.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:26.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:26.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: cephadm 2023-11-15T04:09:24.699093+0000 mgr.smithi037.kdknfa (mgr.14182) 896 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: cluster 2023-11-15T04:09:24.700792+0000 mgr.smithi037.kdknfa (mgr.14182) 897 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-15T04:09:26.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: cephadm 2023-11-15T04:09:24.700955+0000 mgr.smithi037.kdknfa (mgr.14182) 898 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:26.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:26.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.dgfvbi ... 2023-11-15T04:09:26.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:26.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:26.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:26.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:25 smithi037 bash[25974]: cephadm 2023-11-15T04:09:24.704089+0000 mgr.smithi037.kdknfa (mgr.14182) 899 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.pxifdj on smithi037 2023-11-15T04:09:26.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:26.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: cephadm 2023-11-15T04:09:24.698720+0000 mgr.smithi037.kdknfa (mgr.14182) 895 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:26.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.dgfvbi ... 2023-11-15T04:09:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:26.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:26.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:26.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:09:26.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:09:26.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:09:26.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:09:26.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:09:26.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:26.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:26.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.dgfvbi ... 2023-11-15T04:09:26.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:26.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:26.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:26.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: cephadm 2023-11-15T04:09:24.699093+0000 mgr.smithi037.kdknfa (mgr.14182) 896 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: cluster 2023-11-15T04:09:24.700792+0000 mgr.smithi037.kdknfa (mgr.14182) 897 : cluster [DBG] pgmap v613: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-15T04:09:26.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: cephadm 2023-11-15T04:09:24.700955+0000 mgr.smithi037.kdknfa (mgr.14182) 898 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:26.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi 2023-11-15T04:09:26.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:26.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi 2023-11-15T04:09:26.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.dgfvbi ... 2023-11-15T04:09:26.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:26.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:26.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:26.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:26.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:25 smithi143 bash[29116]: cephadm 2023-11-15T04:09:24.704089+0000 mgr.smithi037.kdknfa (mgr.14182) 899 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.pxifdj on smithi037 2023-11-15T04:09:27.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:26 smithi037 bash[25974]: audit 2023-11-15T04:09:25.528997+0000 mgr.smithi037.kdknfa (mgr.14182) 900 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:27.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:26 smithi143 bash[29116]: audit 2023-11-15T04:09:25.528997+0000 mgr.smithi037.kdknfa (mgr.14182) 900 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:27.262 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:28.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:27 smithi037 bash[25974]: cluster 2023-11-15T04:09:26.703455+0000 mgr.smithi037.kdknfa (mgr.14182) 901 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-15T04:09:28.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:27 smithi143 bash[29116]: cluster 2023-11-15T04:09:26.703455+0000 mgr.smithi037.kdknfa (mgr.14182) 901 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 94 B/s rd, 0 op/s 2023-11-15T04:09:29.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:28 smithi037 bash[25974]: audit 2023-11-15T04:09:28.500833+0000 mon.smithi037 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.pxifdj"}]: dispatch 2023-11-15T04:09:29.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:28 smithi037 bash[25974]: audit 2023-11-15T04:09:28.702137+0000 mon.smithi037 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:29.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:28 smithi143 bash[29116]: audit 2023-11-15T04:09:28.500833+0000 mon.smithi037 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.pxifdj"}]: dispatch 2023-11-15T04:09:29.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:28 smithi143 bash[29116]: audit 2023-11-15T04:09:28.702137+0000 mon.smithi037 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:30.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: cephadm 2023-11-15T04:09:28.499729+0000 mgr.smithi037.kdknfa (mgr.14182) 902 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:30.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:30.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.pxifdj ... 2023-11-15T04:09:30.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:30.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:30.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:30.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:09:30.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:09:30.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:09:30.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:09:30.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:09:30.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:30.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:30.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.pxifdj ... 2023-11-15T04:09:30.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:30.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:30.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:30.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: cephadm 2023-11-15T04:09:28.500257+0000 mgr.smithi037.kdknfa (mgr.14182) 903 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: cephadm 2023-11-15T04:09:28.502224+0000 mgr.smithi037.kdknfa (mgr.14182) 904 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:30.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:09:30.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.pxifdj ... 2023-11-15T04:09:30.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:30.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:30.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:30.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: cephadm 2023-11-15T04:09:28.507112+0000 mgr.smithi037.kdknfa (mgr.14182) 905 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:09:30.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: cephadm 2023-11-15T04:09:28.510050+0000 mgr.smithi037.kdknfa (mgr.14182) 906 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:09:30.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: cluster 2023-11-15T04:09:28.511917+0000 mgr.smithi037.kdknfa (mgr.14182) 907 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-11-15T04:09:30.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:29 smithi037 bash[25974]: cluster 2023-11-15T04:09:28.909964+0000 mon.smithi037 (mon.0) 896 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:09:30.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: cephadm 2023-11-15T04:09:28.499729+0000 mgr.smithi037.kdknfa (mgr.14182) 902 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:30.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:30.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.pxifdj ... 2023-11-15T04:09:30.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:30.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:30.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:30.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:09:30.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:09:30.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:09:30.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:09:30.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:09:30.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:30.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:30.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.pxifdj ... 2023-11-15T04:09:30.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:30.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:30.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:30.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: cephadm 2023-11-15T04:09:28.500257+0000 mgr.smithi037.kdknfa (mgr.14182) 903 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: cephadm 2023-11-15T04:09:28.502224+0000 mgr.smithi037.kdknfa (mgr.14182) 904 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:30.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj 2023-11-15T04:09:30.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:09:30.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj 2023-11-15T04:09:30.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.pxifdj ... 2023-11-15T04:09:30.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:09:30.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:09:30.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:09:30.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:09:30.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: cephadm 2023-11-15T04:09:28.507112+0000 mgr.smithi037.kdknfa (mgr.14182) 905 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:09:30.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: cephadm 2023-11-15T04:09:28.510050+0000 mgr.smithi037.kdknfa (mgr.14182) 906 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:09:30.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: cluster 2023-11-15T04:09:28.511917+0000 mgr.smithi037.kdknfa (mgr.14182) 907 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2023-11-15T04:09:30.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:29 smithi143 bash[29116]: cluster 2023-11-15T04:09:28.909964+0000 mon.smithi037 (mon.0) 896 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:09:30.675 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:30.676 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:31.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:32.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:31 smithi037 bash[25974]: cluster 2023-11-15T04:09:30.512942+0000 mgr.smithi037.kdknfa (mgr.14182) 908 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-15T04:09:32.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:31 smithi037 bash[25974]: audit 2023-11-15T04:09:30.663571+0000 mgr.smithi037.kdknfa (mgr.14182) 909 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:32.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:31 smithi037 bash[25974]: audit 2023-11-15T04:09:31.392531+0000 mon.smithi037 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:32.327 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:32.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:31 smithi143 bash[29116]: cluster 2023-11-15T04:09:30.512942+0000 mgr.smithi037.kdknfa (mgr.14182) 908 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-15T04:09:32.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:31 smithi143 bash[29116]: audit 2023-11-15T04:09:30.663571+0000 mgr.smithi037.kdknfa (mgr.14182) 909 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:32.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:31 smithi143 bash[29116]: audit 2023-11-15T04:09:31.392531+0000 mon.smithi037 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:33.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:33 smithi037 bash[25974]: cluster 2023-11-15T04:09:32.514436+0000 mgr.smithi037.kdknfa (mgr.14182) 910 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:09:34.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:33 smithi143 bash[29116]: cluster 2023-11-15T04:09:32.514436+0000 mgr.smithi037.kdknfa (mgr.14182) 910 : cluster [DBG] pgmap v617: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:09:35.576 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:35.577 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:36.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:36.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:35 smithi037 bash[25974]: cluster 2023-11-15T04:09:34.516320+0000 mgr.smithi037.kdknfa (mgr.14182) 911 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:09:36.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:35 smithi143 bash[29116]: cluster 2023-11-15T04:09:34.516320+0000 mgr.smithi037.kdknfa (mgr.14182) 911 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:09:37.198 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:37.211 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:36 smithi037 bash[25974]: audit 2023-11-15T04:09:35.565973+0000 mgr.smithi037.kdknfa (mgr.14182) 912 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:37.235 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:36 smithi143 bash[29116]: audit 2023-11-15T04:09:35.565973+0000 mgr.smithi037.kdknfa (mgr.14182) 912 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:38.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:37 smithi037 bash[25974]: cluster 2023-11-15T04:09:36.518016+0000 mgr.smithi037.kdknfa (mgr.14182) 913 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:09:38.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:37 smithi143 bash[29116]: cluster 2023-11-15T04:09:36.518016+0000 mgr.smithi037.kdknfa (mgr.14182) 913 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:09:40.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:39 smithi037 bash[25974]: cluster 2023-11-15T04:09:38.519712+0000 mgr.smithi037.kdknfa (mgr.14182) 914 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:09:40.320 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:40.320 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:40.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:39 smithi143 bash[29116]: cluster 2023-11-15T04:09:38.519712+0000 mgr.smithi037.kdknfa (mgr.14182) 914 : cluster [DBG] pgmap v620: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:09:40.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:41.992 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:42.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:41 smithi143 bash[29116]: audit 2023-11-15T04:09:40.306260+0000 mgr.smithi037.kdknfa (mgr.14182) 915 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:42.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:41 smithi143 bash[29116]: cluster 2023-11-15T04:09:40.521320+0000 mgr.smithi037.kdknfa (mgr.14182) 916 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:09:42.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:41 smithi037 bash[25974]: audit 2023-11-15T04:09:40.306260+0000 mgr.smithi037.kdknfa (mgr.14182) 915 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:42.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:41 smithi037 bash[25974]: cluster 2023-11-15T04:09:40.521320+0000 mgr.smithi037.kdknfa (mgr.14182) 916 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:09:44.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:43 smithi143 bash[29116]: cluster 2023-11-15T04:09:42.522943+0000 mgr.smithi037.kdknfa (mgr.14182) 917 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:44.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:43 smithi143 bash[29116]: audit 2023-11-15T04:09:43.701945+0000 mon.smithi037 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:44.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:43 smithi037 bash[25974]: cluster 2023-11-15T04:09:42.522943+0000 mgr.smithi037.kdknfa (mgr.14182) 917 : cluster [DBG] pgmap v622: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:44.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:43 smithi037 bash[25974]: audit 2023-11-15T04:09:43.701945+0000 mon.smithi037 (mon.0) 898 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:09:45.214 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:45.215 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:45.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:46.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:45 smithi037 bash[25974]: cluster 2023-11-15T04:09:44.524437+0000 mgr.smithi037.kdknfa (mgr.14182) 918 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:46.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:45 smithi143 bash[29116]: cluster 2023-11-15T04:09:44.524437+0000 mgr.smithi037.kdknfa (mgr.14182) 918 : cluster [DBG] pgmap v623: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:46.832 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:47.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:46 smithi037 bash[25974]: audit 2023-11-15T04:09:45.196290+0000 mgr.smithi037.kdknfa (mgr.14182) 919 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:47.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:46 smithi143 bash[29116]: audit 2023-11-15T04:09:45.196290+0000 mgr.smithi037.kdknfa (mgr.14182) 919 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:48.261 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:47 smithi037 bash[25974]: cluster 2023-11-15T04:09:46.526094+0000 mgr.smithi037.kdknfa (mgr.14182) 920 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:48.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:48 smithi143 bash[29116]: cluster 2023-11-15T04:09:46.526094+0000 mgr.smithi037.kdknfa (mgr.14182) 920 : cluster [DBG] pgmap v624: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:50.016 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:50.016 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:50.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:50 smithi143 bash[29116]: cluster 2023-11-15T04:09:48.528267+0000 mgr.smithi037.kdknfa (mgr.14182) 921 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:50.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:49 smithi037 bash[25974]: cluster 2023-11-15T04:09:48.528267+0000 mgr.smithi037.kdknfa (mgr.14182) 921 : cluster [DBG] pgmap v625: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:50.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:51.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:51 smithi143 bash[29116]: audit 2023-11-15T04:09:50.001216+0000 mgr.smithi037.kdknfa (mgr.14182) 922 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:51.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:51 smithi037 bash[25974]: audit 2023-11-15T04:09:50.001216+0000 mgr.smithi037.kdknfa (mgr.14182) 922 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:51.660 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:52.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:52 smithi143 bash[29116]: cluster 2023-11-15T04:09:50.529894+0000 mgr.smithi037.kdknfa (mgr.14182) 923 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:09:52.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:52 smithi037 bash[25974]: cluster 2023-11-15T04:09:50.529894+0000 mgr.smithi037.kdknfa (mgr.14182) 923 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:09:54.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:54 smithi143 bash[29116]: cluster 2023-11-15T04:09:52.531498+0000 mgr.smithi037.kdknfa (mgr.14182) 924 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:54.400 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:54 smithi037 bash[25974]: cluster 2023-11-15T04:09:52.531498+0000 mgr.smithi037.kdknfa (mgr.14182) 924 : cluster [DBG] pgmap v627: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:54.835 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:54.836 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:09:55.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:09:56.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:56 smithi143 bash[29116]: cluster 2023-11-15T04:09:54.532505+0000 mgr.smithi037.kdknfa (mgr.14182) 925 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:56.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:56 smithi143 bash[29116]: audit 2023-11-15T04:09:54.823064+0000 mgr.smithi037.kdknfa (mgr.14182) 926 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:56.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:56 smithi037 bash[25974]: cluster 2023-11-15T04:09:54.532505+0000 mgr.smithi037.kdknfa (mgr.14182) 925 : cluster [DBG] pgmap v628: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:56.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:56 smithi037 bash[25974]: audit 2023-11-15T04:09:54.823064+0000 mgr.smithi037.kdknfa (mgr.14182) 926 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:09:56.474 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:09:58.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:09:58 smithi143 bash[29116]: cluster 2023-11-15T04:09:56.533726+0000 mgr.smithi037.kdknfa (mgr.14182) 927 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:58.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:09:58 smithi037 bash[25974]: cluster 2023-11-15T04:09:56.533726+0000 mgr.smithi037.kdknfa (mgr.14182) 927 : cluster [DBG] pgmap v629: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:09:59.622 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:09:59.622 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:00.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:00.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:00 smithi143 bash[29116]: cluster 2023-11-15T04:09:58.535449+0000 mgr.smithi037.kdknfa (mgr.14182) 928 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:00.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:00 smithi143 bash[29116]: cluster 2023-11-15T04:10:00.000156+0000 mon.smithi037 (mon.0) 899 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T04:10:00.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:00 smithi037 bash[25974]: cluster 2023-11-15T04:09:58.535449+0000 mgr.smithi037.kdknfa (mgr.14182) 928 : cluster [DBG] pgmap v630: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:00.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:00 smithi037 bash[25974]: cluster 2023-11-15T04:10:00.000156+0000 mon.smithi037 (mon.0) 899 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T04:10:01.261 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:01.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:01 smithi143 bash[29116]: audit 2023-11-15T04:09:59.611549+0000 mgr.smithi037.kdknfa (mgr.14182) 929 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:01.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:01 smithi037 bash[25974]: audit 2023-11-15T04:09:59.611549+0000 mgr.smithi037.kdknfa (mgr.14182) 929 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:02.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:02 smithi143 bash[29116]: cluster 2023-11-15T04:10:00.537112+0000 mgr.smithi037.kdknfa (mgr.14182) 930 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:10:02.400 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:02 smithi037 bash[25974]: cluster 2023-11-15T04:10:00.537112+0000 mgr.smithi037.kdknfa (mgr.14182) 930 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:10:04.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:04 smithi143 bash[29116]: cluster 2023-11-15T04:10:02.538788+0000 mgr.smithi037.kdknfa (mgr.14182) 931 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:04.440 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:04.440 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:04.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:04 smithi037 bash[25974]: cluster 2023-11-15T04:10:02.538788+0000 mgr.smithi037.kdknfa (mgr.14182) 931 : cluster [DBG] pgmap v632: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:05.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:06.067 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:06.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:06 smithi143 bash[29116]: audit 2023-11-15T04:10:04.421585+0000 mgr.smithi037.kdknfa (mgr.14182) 932 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:06.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:06 smithi143 bash[29116]: cluster 2023-11-15T04:10:04.540185+0000 mgr.smithi037.kdknfa (mgr.14182) 933 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:06.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:06 smithi037 bash[25974]: audit 2023-11-15T04:10:04.421585+0000 mgr.smithi037.kdknfa (mgr.14182) 932 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:06.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:06 smithi037 bash[25974]: cluster 2023-11-15T04:10:04.540185+0000 mgr.smithi037.kdknfa (mgr.14182) 933 : cluster [DBG] pgmap v633: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:07.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:07 smithi143 bash[29116]: cluster 2023-11-15T04:10:06.541748+0000 mgr.smithi037.kdknfa (mgr.14182) 934 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:07.417 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:07 smithi037 bash[25974]: cluster 2023-11-15T04:10:06.541748+0000 mgr.smithi037.kdknfa (mgr.14182) 934 : cluster [DBG] pgmap v634: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:09.220 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:09.220 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:09.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:10.034 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:09 smithi037 bash[25974]: cluster 2023-11-15T04:10:08.543416+0000 mgr.smithi037.kdknfa (mgr.14182) 935 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:09 smithi143 bash[29116]: cluster 2023-11-15T04:10:08.543416+0000 mgr.smithi037.kdknfa (mgr.14182) 935 : cluster [DBG] pgmap v635: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:10.875 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:11.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:10 smithi143 bash[29116]: audit 2023-11-15T04:10:09.209398+0000 mgr.smithi037.kdknfa (mgr.14182) 936 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:11.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:10 smithi037 bash[25974]: audit 2023-11-15T04:10:09.209398+0000 mgr.smithi037.kdknfa (mgr.14182) 936 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:12.080 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:11 smithi037 bash[25974]: cluster 2023-11-15T04:10:10.545051+0000 mgr.smithi037.kdknfa (mgr.14182) 937 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:10:12.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:11 smithi143 bash[29116]: cluster 2023-11-15T04:10:10.545051+0000 mgr.smithi037.kdknfa (mgr.14182) 937 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:10:13.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:13 smithi037 bash[25974]: cluster 2023-11-15T04:10:12.546549+0000 mgr.smithi037.kdknfa (mgr.14182) 938 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:14.135 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:14.135 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:14.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:13 smithi143 bash[29116]: cluster 2023-11-15T04:10:12.546549+0000 mgr.smithi037.kdknfa (mgr.14182) 938 : cluster [DBG] pgmap v637: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:14.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:15.781 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:15 smithi143 bash[29116]: audit 2023-11-15T04:10:14.117979+0000 mgr.smithi037.kdknfa (mgr.14182) 939 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:15 smithi143 bash[29116]: cluster 2023-11-15T04:10:14.548202+0000 mgr.smithi037.kdknfa (mgr.14182) 940 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:16.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:15 smithi037 bash[25974]: audit 2023-11-15T04:10:14.117979+0000 mgr.smithi037.kdknfa (mgr.14182) 939 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:16.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:15 smithi037 bash[25974]: cluster 2023-11-15T04:10:14.548202+0000 mgr.smithi037.kdknfa (mgr.14182) 940 : cluster [DBG] pgmap v638: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:18.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:17 smithi143 bash[29116]: cluster 2023-11-15T04:10:16.549916+0000 mgr.smithi037.kdknfa (mgr.14182) 941 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:18.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:17 smithi037 bash[25974]: cluster 2023-11-15T04:10:16.549916+0000 mgr.smithi037.kdknfa (mgr.14182) 941 : cluster [DBG] pgmap v639: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:19.003 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:19.003 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:19.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:19.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:19 smithi037 bash[25974]: cluster 2023-11-15T04:10:18.551501+0000 mgr.smithi037.kdknfa (mgr.14182) 942 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:19.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:19 smithi037 bash[25974]: audit 2023-11-15T04:10:18.986926+0000 mgr.smithi037.kdknfa (mgr.14182) 943 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:19 smithi143 bash[29116]: cluster 2023-11-15T04:10:18.551501+0000 mgr.smithi037.kdknfa (mgr.14182) 942 : cluster [DBG] pgmap v640: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:19 smithi143 bash[29116]: audit 2023-11-15T04:10:18.986926+0000 mgr.smithi037.kdknfa (mgr.14182) 943 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:20.678 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:22.004 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:21 smithi037 bash[25974]: cluster 2023-11-15T04:10:20.553195+0000 mgr.smithi037.kdknfa (mgr.14182) 944 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:10:22.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:21 smithi143 bash[29116]: cluster 2023-11-15T04:10:20.553195+0000 mgr.smithi037.kdknfa (mgr.14182) 944 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:10:23.779 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:23.779 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:23 smithi143 bash[29116]: cluster 2023-11-15T04:10:22.554158+0000 mgr.smithi037.kdknfa (mgr.14182) 945 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:24.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:23 smithi037 bash[25974]: cluster 2023-11-15T04:10:22.554158+0000 mgr.smithi037.kdknfa (mgr.14182) 945 : cluster [DBG] pgmap v642: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:24.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:24 smithi143 bash[29116]: audit 2023-11-15T04:10:23.763450+0000 mgr.smithi037.kdknfa (mgr.14182) 946 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:25.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:24 smithi037 bash[25974]: audit 2023-11-15T04:10:23.763450+0000 mgr.smithi037.kdknfa (mgr.14182) 946 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:25.399 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:25 smithi143 bash[29116]: cluster 2023-11-15T04:10:24.556136+0000 mgr.smithi037.kdknfa (mgr.14182) 947 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:26.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:25 smithi037 bash[25974]: cluster 2023-11-15T04:10:24.556136+0000 mgr.smithi037.kdknfa (mgr.14182) 947 : cluster [DBG] pgmap v643: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:28.114 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:27 smithi037 bash[25974]: cluster 2023-11-15T04:10:26.557818+0000 mgr.smithi037.kdknfa (mgr.14182) 948 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:28.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:27 smithi143 bash[29116]: cluster 2023-11-15T04:10:26.557818+0000 mgr.smithi037.kdknfa (mgr.14182) 948 : cluster [DBG] pgmap v644: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:28.478 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:28.479 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:29.093 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:28 smithi037 bash[25974]: audit 2023-11-15T04:10:28.514043+0000 mon.smithi037 (mon.0) 900 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:10:29.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:29.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:28 smithi143 bash[29116]: audit 2023-11-15T04:10:28.514043+0000 mon.smithi037 (mon.0) 900 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:10:30.095 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:30.109 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:29 smithi037 bash[25974]: audit 2023-11-15T04:10:28.460332+0000 mgr.smithi037.kdknfa (mgr.14182) 949 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:30.109 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:29 smithi037 bash[25974]: cluster 2023-11-15T04:10:28.558941+0000 mgr.smithi037.kdknfa (mgr.14182) 950 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:30.109 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:29 smithi037 bash[25974]: audit 2023-11-15T04:10:28.812905+0000 mon.smithi037 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:10:30.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:29 smithi143 bash[29116]: audit 2023-11-15T04:10:28.460332+0000 mgr.smithi037.kdknfa (mgr.14182) 949 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:30.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:29 smithi143 bash[29116]: cluster 2023-11-15T04:10:28.558941+0000 mgr.smithi037.kdknfa (mgr.14182) 950 : cluster [DBG] pgmap v645: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:30.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:29 smithi143 bash[29116]: audit 2023-11-15T04:10:28.812905+0000 mon.smithi037 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:10:31.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:31 smithi037 bash[25974]: cluster 2023-11-15T04:10:30.560470+0000 mgr.smithi037.kdknfa (mgr.14182) 951 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:10:32.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:31 smithi143 bash[29116]: cluster 2023-11-15T04:10:30.560470+0000 mgr.smithi037.kdknfa (mgr.14182) 951 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:10:33.328 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:33.328 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:00:07.732022Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:00:07.732228Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:00:07.732351Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:00:07.732468Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:00:07.732690Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:00:07.732580Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:00:07.733258Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:33.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:34.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:33 smithi143 bash[29116]: cluster 2023-11-15T04:10:32.562097+0000 mgr.smithi037.kdknfa (mgr.14182) 952 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:33 smithi037 bash[25974]: cluster 2023-11-15T04:10:32.562097+0000 mgr.smithi037.kdknfa (mgr.14182) 952 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:34.991 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:35.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:34 smithi143 bash[29116]: audit 2023-11-15T04:10:33.309939+0000 mgr.smithi037.kdknfa (mgr.14182) 953 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:35.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:34 smithi143 bash[29116]: audit 2023-11-15T04:10:34.443299+0000 mon.smithi037 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:10:35.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:34 smithi143 bash[29116]: audit 2023-11-15T04:10:34.734922+0000 mon.smithi037 (mon.0) 903 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:35.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:34 smithi143 bash[29116]: audit 2023-11-15T04:10:34.737050+0000 mon.smithi037 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:10:35.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:34 smithi143 bash[29116]: audit 2023-11-15T04:10:34.748890+0000 mon.smithi037 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:10:35.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:34 smithi143 bash[29116]: audit 2023-11-15T04:10:34.759815+0000 mon.smithi037 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:10:35.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:34 smithi143 bash[29116]: audit 2023-11-15T04:10:34.779532+0000 mon.smithi037 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:10:35.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:34 smithi037 bash[25974]: audit 2023-11-15T04:10:33.309939+0000 mgr.smithi037.kdknfa (mgr.14182) 953 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:35.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:34 smithi037 bash[25974]: audit 2023-11-15T04:10:34.443299+0000 mon.smithi037 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:10:35.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:34 smithi037 bash[25974]: audit 2023-11-15T04:10:34.734922+0000 mon.smithi037 (mon.0) 903 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:10:35.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:34 smithi037 bash[25974]: audit 2023-11-15T04:10:34.737050+0000 mon.smithi037 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:10:35.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:34 smithi037 bash[25974]: audit 2023-11-15T04:10:34.748890+0000 mon.smithi037 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:10:35.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:34 smithi037 bash[25974]: audit 2023-11-15T04:10:34.759815+0000 mon.smithi037 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:10:35.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:34 smithi037 bash[25974]: audit 2023-11-15T04:10:34.779532+0000 mon.smithi037 (mon.0) 907 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:10:36.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:35 smithi143 bash[29116]: cluster 2023-11-15T04:10:34.563852+0000 mgr.smithi037.kdknfa (mgr.14182) 954 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:36.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:35 smithi143 bash[29116]: cluster 2023-11-15T04:10:34.750124+0000 mgr.smithi037.kdknfa (mgr.14182) 955 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:10:36.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:35 smithi143 bash[29116]: cephadm 2023-11-15T04:10:34.783251+0000 mgr.smithi037.kdknfa (mgr.14182) 956 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.vzkiyi on smithi143 2023-11-15T04:10:36.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:35 smithi143 bash[29116]: cluster 2023-11-15T04:10:35.439429+0000 mon.smithi037 (mon.0) 908 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:10:36.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:35 smithi143 bash[29116]: cluster 2023-11-15T04:10:35.439504+0000 mon.smithi037 (mon.0) 909 : cluster [INF] Cluster is now healthy 2023-11-15T04:10:36.153 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:35 smithi037 bash[25974]: cluster 2023-11-15T04:10:34.563852+0000 mgr.smithi037.kdknfa (mgr.14182) 954 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:36.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:35 smithi037 bash[25974]: cluster 2023-11-15T04:10:34.750124+0000 mgr.smithi037.kdknfa (mgr.14182) 955 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:10:36.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:35 smithi037 bash[25974]: cephadm 2023-11-15T04:10:34.783251+0000 mgr.smithi037.kdknfa (mgr.14182) 956 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.vzkiyi on smithi143 2023-11-15T04:10:36.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:35 smithi037 bash[25974]: cluster 2023-11-15T04:10:35.439429+0000 mon.smithi037 (mon.0) 908 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:10:36.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:35 smithi037 bash[25974]: cluster 2023-11-15T04:10:35.439504+0000 mon.smithi037 (mon.0) 909 : cluster [INF] Cluster is now healthy 2023-11-15T04:10:37.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:37 smithi037 bash[25974]: cluster 2023-11-15T04:10:36.751487+0000 mgr.smithi037.kdknfa (mgr.14182) 957 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:10:38.092 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:38.093 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:08:13.756863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.wlgugj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:24.700725Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.dgfvbi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-dgfvbi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.dgfvbi\nDeploy daemon haproxy.nfs.foo.smithi143.dgfvbi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.502011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.pxifdj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-pxifdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.pxifdj\nDeploy daemon haproxy.nfs.foo.smithi037.pxifdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:09:28.506864Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.oslkvw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:38.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:37 smithi143 bash[29116]: cluster 2023-11-15T04:10:36.751487+0000 mgr.smithi037.kdknfa (mgr.14182) 957 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:10:38.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:39.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:38 smithi143 bash[29116]: audit 2023-11-15T04:10:38.525515+0000 mon.smithi037 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.vzkiyi"}]: dispatch 2023-11-15T04:10:39.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:38 smithi037 bash[25974]: audit 2023-11-15T04:10:38.525515+0000 mon.smithi037 (mon.0) 910 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.vzkiyi"}]: dispatch 2023-11-15T04:10:39.696 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:39.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: audit 2023-11-15T04:10:38.074671+0000 mgr.smithi037.kdknfa (mgr.14182) 958 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:39.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: cephadm 2023-11-15T04:10:38.524114+0000 mgr.smithi037.kdknfa (mgr.14182) 959 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:39.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:39.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:39.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:39.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:39.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:39.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.vzkiyi ... 2023-11-15T04:10:39.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:39.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:39.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:39.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:39.968 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:39.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:10:39.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:10:39.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:10:39.969 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:10:39.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:10:39.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:39.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:39.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:39.970 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:39.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:39.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:39.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.vzkiyi ... 2023-11-15T04:10:39.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:39.971 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:39.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:39.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:39.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:39.972 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: cephadm 2023-11-15T04:10:38.524798+0000 mgr.smithi037.kdknfa (mgr.14182) 960 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:39.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: cephadm 2023-11-15T04:10:38.527013+0000 mgr.smithi037.kdknfa (mgr.14182) 961 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:39.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:39.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:39.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:39.973 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:39.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:39.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.vzkiyi ... 2023-11-15T04:10:39.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:39.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:39.974 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:39.976 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:39.976 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:39.976 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: cephadm 2023-11-15T04:10:38.531863+0000 mgr.smithi037.kdknfa (mgr.14182) 962 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.wqerwc on smithi037 2023-11-15T04:10:39.976 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:39 smithi037 bash[25974]: cluster 2023-11-15T04:10:38.752632+0000 mgr.smithi037.kdknfa (mgr.14182) 963 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:10:40.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: audit 2023-11-15T04:10:38.074671+0000 mgr.smithi037.kdknfa (mgr.14182) 958 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:40.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: cephadm 2023-11-15T04:10:38.524114+0000 mgr.smithi037.kdknfa (mgr.14182) 959 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:40.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:40.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:40.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:40.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:40.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:40.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.vzkiyi ... 2023-11-15T04:10:40.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:40.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:40.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:40.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:40.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:40.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:10:40.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:10:40.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:10:40.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:10:40.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:10:40.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:40.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:40.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:40.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:40.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:40.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:40.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.vzkiyi ... 2023-11-15T04:10:40.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:40.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:40.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:40.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:40.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:40.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: cephadm 2023-11-15T04:10:38.524798+0000 mgr.smithi037.kdknfa (mgr.14182) 960 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:40.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: cephadm 2023-11-15T04:10:38.527013+0000 mgr.smithi037.kdknfa (mgr.14182) 961 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:40.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:40.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi 2023-11-15T04:10:40.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:40.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:40.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi 2023-11-15T04:10:40.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.vzkiyi ... 2023-11-15T04:10:40.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:40.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:40.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:40.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:40.162 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:40.162 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: cephadm 2023-11-15T04:10:38.531863+0000 mgr.smithi037.kdknfa (mgr.14182) 962 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.wqerwc on smithi037 2023-11-15T04:10:40.162 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:39 smithi143 bash[29116]: cluster 2023-11-15T04:10:38.752632+0000 mgr.smithi037.kdknfa (mgr.14182) 963 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:10:42.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:41 smithi143 bash[29116]: cluster 2023-11-15T04:10:40.753853+0000 mgr.smithi037.kdknfa (mgr.14182) 964 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:10:42.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:41 smithi037 bash[25974]: cluster 2023-11-15T04:10:40.753853+0000 mgr.smithi037.kdknfa (mgr.14182) 964 : cluster [DBG] pgmap v652: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:10:43.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:42 smithi143 bash[29116]: audit 2023-11-15T04:10:42.585526+0000 mon.smithi037 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.wqerwc"}]: dispatch 2023-11-15T04:10:43.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:42 smithi037 bash[25974]: audit 2023-11-15T04:10:42.585526+0000 mon.smithi037 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.wqerwc"}]: dispatch 2023-11-15T04:10:43.271 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:43.271 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:43.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:44.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: cephadm 2023-11-15T04:10:42.584510+0000 mgr.smithi037.kdknfa (mgr.14182) 965 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:44.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:44.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.wqerwc ... 2023-11-15T04:10:44.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:44.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:44.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:44.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:10:44.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:10:44.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:10:44.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:10:44.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:10:44.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:44.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:44.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.wqerwc ... 2023-11-15T04:10:44.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:44.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:44.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:44.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: cephadm 2023-11-15T04:10:42.585012+0000 mgr.smithi037.kdknfa (mgr.14182) 966 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: cephadm 2023-11-15T04:10:42.586899+0000 mgr.smithi037.kdknfa (mgr.14182) 967 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:44.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:10:44.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.wqerwc ... 2023-11-15T04:10:44.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:44.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:44.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:44.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: cephadm 2023-11-15T04:10:42.591179+0000 mgr.smithi037.kdknfa (mgr.14182) 968 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:10:44.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: cephadm 2023-11-15T04:10:42.594132+0000 mgr.smithi037.kdknfa (mgr.14182) 969 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:10:44.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: cluster 2023-11-15T04:10:42.595882+0000 mgr.smithi037.kdknfa (mgr.14182) 970 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:10:44.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:43 smithi143 bash[29116]: cluster 2023-11-15T04:10:42.857181+0000 mon.smithi037 (mon.0) 912 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:10:44.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: cephadm 2023-11-15T04:10:42.584510+0000 mgr.smithi037.kdknfa (mgr.14182) 965 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:44.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:44.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.wqerwc ... 2023-11-15T04:10:44.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:44.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:44.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:44.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:10:44.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:10:44.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:10:44.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:10:44.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:10:44.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:44.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:44.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.wqerwc ... 2023-11-15T04:10:44.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:44.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:44.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:44.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: cephadm 2023-11-15T04:10:42.585012+0000 mgr.smithi037.kdknfa (mgr.14182) 966 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: cephadm 2023-11-15T04:10:42.586899+0000 mgr.smithi037.kdknfa (mgr.14182) 967 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:44.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc 2023-11-15T04:10:44.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:10:44.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc 2023-11-15T04:10:44.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.wqerwc ... 2023-11-15T04:10:44.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:10:44.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:10:44.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:10:44.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:10:44.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: cephadm 2023-11-15T04:10:42.591179+0000 mgr.smithi037.kdknfa (mgr.14182) 968 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:10:44.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: cephadm 2023-11-15T04:10:42.594132+0000 mgr.smithi037.kdknfa (mgr.14182) 969 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:10:44.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: cluster 2023-11-15T04:10:42.595882+0000 mgr.smithi037.kdknfa (mgr.14182) 970 : cluster [DBG] pgmap v653: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:10:44.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:43 smithi037 bash[25974]: cluster 2023-11-15T04:10:42.857181+0000 mon.smithi037 (mon.0) 912 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:10:44.993 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:45.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:44 smithi143 bash[29116]: audit 2023-11-15T04:10:43.257789+0000 mgr.smithi037.kdknfa (mgr.14182) 971 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:45.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:44 smithi037 bash[25974]: audit 2023-11-15T04:10:43.257789+0000 mgr.smithi037.kdknfa (mgr.14182) 971 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:46.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:45 smithi143 bash[29116]: cluster 2023-11-15T04:10:44.597521+0000 mgr.smithi037.kdknfa (mgr.14182) 972 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:10:46.185 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:45 smithi037 bash[25974]: cluster 2023-11-15T04:10:44.597521+0000 mgr.smithi037.kdknfa (mgr.14182) 972 : cluster [DBG] pgmap v654: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:10:47.649 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:47 smithi143 bash[29116]: audit 2023-11-15T04:10:46.456591+0000 mon.smithi037 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:10:47.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:47 smithi143 bash[29116]: cluster 2023-11-15T04:10:46.599166+0000 mgr.smithi037.kdknfa (mgr.14182) 973 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:10:47.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:47 smithi037 bash[25974]: audit 2023-11-15T04:10:46.456591+0000 mon.smithi037 (mon.0) 913 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:10:47.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:47 smithi037 bash[25974]: cluster 2023-11-15T04:10:46.599166+0000 mgr.smithi037.kdknfa (mgr.14182) 973 : cluster [DBG] pgmap v655: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:10:48.067 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:48.068 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:48.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:49.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:48 smithi143 bash[29116]: audit 2023-11-15T04:10:48.049350+0000 mgr.smithi037.kdknfa (mgr.14182) 974 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:49.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:48 smithi037 bash[25974]: audit 2023-11-15T04:10:48.049350+0000 mgr.smithi037.kdknfa (mgr.14182) 974 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:49.805 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:50.033 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:49 smithi037 bash[25974]: cluster 2023-11-15T04:10:48.600973+0000 mgr.smithi037.kdknfa (mgr.14182) 975 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:10:50.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:49 smithi143 bash[29116]: cluster 2023-11-15T04:10:48.600973+0000 mgr.smithi037.kdknfa (mgr.14182) 975 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:10:52.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:51 smithi143 bash[29116]: cluster 2023-11-15T04:10:50.602581+0000 mgr.smithi037.kdknfa (mgr.14182) 976 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:10:52.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:51 smithi037 bash[25974]: cluster 2023-11-15T04:10:50.602581+0000 mgr.smithi037.kdknfa (mgr.14182) 976 : cluster [DBG] pgmap v657: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:10:52.988 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:52.989 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:53.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:53.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:53 smithi037 bash[25974]: cluster 2023-11-15T04:10:52.604028+0000 mgr.smithi037.kdknfa (mgr.14182) 977 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:10:53.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:53 smithi037 bash[25974]: audit 2023-11-15T04:10:52.970143+0000 mgr.smithi037.kdknfa (mgr.14182) 978 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:54.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:53 smithi143 bash[29116]: cluster 2023-11-15T04:10:52.604028+0000 mgr.smithi037.kdknfa (mgr.14182) 977 : cluster [DBG] pgmap v658: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:10:54.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:53 smithi143 bash[29116]: audit 2023-11-15T04:10:52.970143+0000 mgr.smithi037.kdknfa (mgr.14182) 978 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:54.603 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:10:55.901 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:55 smithi037 bash[25974]: cluster 2023-11-15T04:10:54.606289+0000 mgr.smithi037.kdknfa (mgr.14182) 979 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:56.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:55 smithi143 bash[29116]: cluster 2023-11-15T04:10:54.606289+0000 mgr.smithi037.kdknfa (mgr.14182) 979 : cluster [DBG] pgmap v659: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:57.766 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:10:57.766 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:10:58.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:57 smithi143 bash[29116]: cluster 2023-11-15T04:10:56.608239+0000 mgr.smithi037.kdknfa (mgr.14182) 980 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:58.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:57 smithi037 bash[25974]: cluster 2023-11-15T04:10:56.608239+0000 mgr.smithi037.kdknfa (mgr.14182) 980 : cluster [DBG] pgmap v660: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:10:58.435 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:10:59.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:58 smithi143 bash[29116]: audit 2023-11-15T04:10:57.753967+0000 mgr.smithi037.kdknfa (mgr.14182) 981 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:58 smithi037 bash[25974]: audit 2023-11-15T04:10:57.753967+0000 mgr.smithi037.kdknfa (mgr.14182) 981 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:10:59.436 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:10:59 smithi143 bash[29116]: cluster 2023-11-15T04:10:58.610007+0000 mgr.smithi037.kdknfa (mgr.14182) 982 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:00.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:10:59 smithi037 bash[25974]: cluster 2023-11-15T04:10:58.610007+0000 mgr.smithi037.kdknfa (mgr.14182) 982 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:02.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:01 smithi143 bash[29116]: cluster 2023-11-15T04:11:00.611537+0000 mgr.smithi037.kdknfa (mgr.14182) 983 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:11:02.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:01 smithi037 bash[25974]: cluster 2023-11-15T04:11:00.611537+0000 mgr.smithi037.kdknfa (mgr.14182) 983 : cluster [DBG] pgmap v662: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:11:02.851 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:02.851 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:03.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:03 smithi143 bash[29116]: cluster 2023-11-15T04:11:02.613104+0000 mgr.smithi037.kdknfa (mgr.14182) 984 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:04.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:03 smithi143 bash[29116]: audit 2023-11-15T04:11:02.833008+0000 mgr.smithi037.kdknfa (mgr.14182) 985 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:04.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:03 smithi037 bash[25974]: cluster 2023-11-15T04:11:02.613104+0000 mgr.smithi037.kdknfa (mgr.14182) 984 : cluster [DBG] pgmap v663: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:04.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:03 smithi037 bash[25974]: audit 2023-11-15T04:11:02.833008+0000 mgr.smithi037.kdknfa (mgr.14182) 985 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:04.494 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:05.945 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:05 smithi037 bash[25974]: cluster 2023-11-15T04:11:04.614639+0000 mgr.smithi037.kdknfa (mgr.14182) 986 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:06.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:05 smithi143 bash[29116]: cluster 2023-11-15T04:11:04.614639+0000 mgr.smithi037.kdknfa (mgr.14182) 986 : cluster [DBG] pgmap v664: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:07.748 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:07.749 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:08.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:07 smithi143 bash[29116]: cluster 2023-11-15T04:11:06.616336+0000 mgr.smithi037.kdknfa (mgr.14182) 987 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:08.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:07 smithi037 bash[25974]: cluster 2023-11-15T04:11:06.616336+0000 mgr.smithi037.kdknfa (mgr.14182) 987 : cluster [DBG] pgmap v665: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:08.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:08 smithi143 bash[29116]: audit 2023-11-15T04:11:07.730591+0000 mgr.smithi037.kdknfa (mgr.14182) 988 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:09.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:08 smithi037 bash[25974]: audit 2023-11-15T04:11:07.730591+0000 mgr.smithi037.kdknfa (mgr.14182) 988 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:09.401 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:10.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:09 smithi143 bash[29116]: cluster 2023-11-15T04:11:08.618177+0000 mgr.smithi037.kdknfa (mgr.14182) 989 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:10.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:09 smithi037 bash[25974]: cluster 2023-11-15T04:11:08.618177+0000 mgr.smithi037.kdknfa (mgr.14182) 989 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:12.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:11 smithi143 bash[29116]: cluster 2023-11-15T04:11:10.619257+0000 mgr.smithi037.kdknfa (mgr.14182) 990 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:11:12.157 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:11 smithi037 bash[25974]: cluster 2023-11-15T04:11:10.619257+0000 mgr.smithi037.kdknfa (mgr.14182) 990 : cluster [DBG] pgmap v667: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:11:12.521 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:12.521 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:13.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:14.141 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:13 smithi143 bash[29116]: audit 2023-11-15T04:11:12.508495+0000 mgr.smithi037.kdknfa (mgr.14182) 991 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:13 smithi143 bash[29116]: cluster 2023-11-15T04:11:12.620916+0000 mgr.smithi037.kdknfa (mgr.14182) 992 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:14.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:13 smithi037 bash[25974]: audit 2023-11-15T04:11:12.508495+0000 mgr.smithi037.kdknfa (mgr.14182) 991 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:14.154 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:13 smithi037 bash[25974]: cluster 2023-11-15T04:11:12.620916+0000 mgr.smithi037.kdknfa (mgr.14182) 992 : cluster [DBG] pgmap v668: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:16.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:15 smithi143 bash[29116]: cluster 2023-11-15T04:11:14.622528+0000 mgr.smithi037.kdknfa (mgr.14182) 993 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:16.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:15 smithi037 bash[25974]: cluster 2023-11-15T04:11:14.622528+0000 mgr.smithi037.kdknfa (mgr.14182) 993 : cluster [DBG] pgmap v669: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:17.343 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:17.343 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:17.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:18.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:17 smithi143 bash[29116]: cluster 2023-11-15T04:11:16.624609+0000 mgr.smithi037.kdknfa (mgr.14182) 994 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:18.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:17 smithi037 bash[25974]: cluster 2023-11-15T04:11:16.624609+0000 mgr.smithi037.kdknfa (mgr.14182) 994 : cluster [DBG] pgmap v670: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:18.994 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:19.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:18 smithi143 bash[29116]: audit 2023-11-15T04:11:17.326543+0000 mgr.smithi037.kdknfa (mgr.14182) 995 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:19.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:18 smithi037 bash[25974]: audit 2023-11-15T04:11:17.326543+0000 mgr.smithi037.kdknfa (mgr.14182) 995 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:20.131 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:19 smithi037 bash[25974]: cluster 2023-11-15T04:11:18.626458+0000 mgr.smithi037.kdknfa (mgr.14182) 996 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:20.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:19 smithi143 bash[29116]: cluster 2023-11-15T04:11:18.626458+0000 mgr.smithi037.kdknfa (mgr.14182) 996 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:22.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:21 smithi143 bash[29116]: cluster 2023-11-15T04:11:20.628134+0000 mgr.smithi037.kdknfa (mgr.14182) 997 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:11:22.194 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:22.194 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:22.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:21 smithi037 bash[25974]: cluster 2023-11-15T04:11:20.628134+0000 mgr.smithi037.kdknfa (mgr.14182) 997 : cluster [DBG] pgmap v672: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:11:22.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:23.817 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:24.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:23 smithi143 bash[29116]: audit 2023-11-15T04:11:22.177868+0000 mgr.smithi037.kdknfa (mgr.14182) 998 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:24.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:23 smithi143 bash[29116]: cluster 2023-11-15T04:11:22.629988+0000 mgr.smithi037.kdknfa (mgr.14182) 999 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:24.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:23 smithi037 bash[25974]: audit 2023-11-15T04:11:22.177868+0000 mgr.smithi037.kdknfa (mgr.14182) 998 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:24.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:23 smithi037 bash[25974]: cluster 2023-11-15T04:11:22.629988+0000 mgr.smithi037.kdknfa (mgr.14182) 999 : cluster [DBG] pgmap v673: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:26.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:25 smithi143 bash[29116]: cluster 2023-11-15T04:11:24.631712+0000 mgr.smithi037.kdknfa (mgr.14182) 1000 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:26.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:26 smithi037 bash[25974]: cluster 2023-11-15T04:11:24.631712+0000 mgr.smithi037.kdknfa (mgr.14182) 1000 : cluster [DBG] pgmap v674: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:27.462 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:27.463 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:28.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:28.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:27 smithi143 bash[29116]: cluster 2023-11-15T04:11:26.632901+0000 mgr.smithi037.kdknfa (mgr.14182) 1001 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:28.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:27 smithi037 bash[25974]: cluster 2023-11-15T04:11:26.632901+0000 mgr.smithi037.kdknfa (mgr.14182) 1001 : cluster [DBG] pgmap v675: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:29.136 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:29.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:28 smithi037 bash[25974]: audit 2023-11-15T04:11:27.452434+0000 mgr.smithi037.kdknfa (mgr.14182) 1002 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:29.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:28 smithi143 bash[29116]: audit 2023-11-15T04:11:27.452434+0000 mgr.smithi037.kdknfa (mgr.14182) 1002 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:30.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:29 smithi037 bash[25974]: cluster 2023-11-15T04:11:28.634681+0000 mgr.smithi037.kdknfa (mgr.14182) 1003 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:30.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:29 smithi143 bash[29116]: cluster 2023-11-15T04:11:28.634681+0000 mgr.smithi037.kdknfa (mgr.14182) 1003 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:32.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:31 smithi037 bash[25974]: cluster 2023-11-15T04:11:30.636278+0000 mgr.smithi037.kdknfa (mgr.14182) 1004 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:11:32.397 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:32.397 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:32.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:31 smithi143 bash[29116]: cluster 2023-11-15T04:11:30.636278+0000 mgr.smithi037.kdknfa (mgr.14182) 1004 : cluster [DBG] pgmap v677: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:11:33.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:34.050 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:33 smithi037 bash[25974]: audit 2023-11-15T04:11:32.385314+0000 mgr.smithi037.kdknfa (mgr.14182) 1005 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:33 smithi037 bash[25974]: cluster 2023-11-15T04:11:32.637443+0000 mgr.smithi037.kdknfa (mgr.14182) 1006 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:34.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:33 smithi143 bash[29116]: audit 2023-11-15T04:11:32.385314+0000 mgr.smithi037.kdknfa (mgr.14182) 1005 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:34.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:33 smithi143 bash[29116]: cluster 2023-11-15T04:11:32.637443+0000 mgr.smithi037.kdknfa (mgr.14182) 1006 : cluster [DBG] pgmap v678: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:36.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:35 smithi143 bash[29116]: cluster 2023-11-15T04:11:34.638362+0000 mgr.smithi037.kdknfa (mgr.14182) 1007 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:36.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:35 smithi037 bash[25974]: cluster 2023-11-15T04:11:34.638362+0000 mgr.smithi037.kdknfa (mgr.14182) 1007 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:37.268 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:37.268 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:37.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:38.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:37 smithi037 bash[25974]: cluster 2023-11-15T04:11:36.639282+0000 mgr.smithi037.kdknfa (mgr.14182) 1008 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:38.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:37 smithi143 bash[29116]: cluster 2023-11-15T04:11:36.639282+0000 mgr.smithi037.kdknfa (mgr.14182) 1008 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:38.921 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:39.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:38 smithi037 bash[25974]: audit 2023-11-15T04:11:37.254713+0000 mgr.smithi037.kdknfa (mgr.14182) 1009 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:39.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:38 smithi143 bash[29116]: audit 2023-11-15T04:11:37.254713+0000 mgr.smithi037.kdknfa (mgr.14182) 1009 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:40.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:39 smithi037 bash[25974]: cluster 2023-11-15T04:11:38.641065+0000 mgr.smithi037.kdknfa (mgr.14182) 1010 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:40.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:39 smithi143 bash[29116]: cluster 2023-11-15T04:11:38.641065+0000 mgr.smithi037.kdknfa (mgr.14182) 1010 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:42.061 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:42.061 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:42.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:41 smithi037 bash[25974]: cluster 2023-11-15T04:11:40.642417+0000 mgr.smithi037.kdknfa (mgr.14182) 1011 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:11:42.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:41 smithi143 bash[29116]: cluster 2023-11-15T04:11:40.642417+0000 mgr.smithi037.kdknfa (mgr.14182) 1011 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:11:42.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:43.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:42 smithi037 bash[25974]: audit 2023-11-15T04:11:42.044615+0000 mgr.smithi037.kdknfa (mgr.14182) 1012 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:43.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:42 smithi037 bash[25974]: audit 2023-11-15T04:11:42.597675+0000 mon.smithi037 (mon.0) 914 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:11:43.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:42 smithi037 bash[25974]: audit 2023-11-15T04:11:42.917765+0000 mon.smithi037 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:11:43.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:42 smithi143 bash[29116]: audit 2023-11-15T04:11:42.044615+0000 mgr.smithi037.kdknfa (mgr.14182) 1012 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:43.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:42 smithi143 bash[29116]: audit 2023-11-15T04:11:42.597675+0000 mon.smithi037 (mon.0) 914 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:11:43.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:42 smithi143 bash[29116]: audit 2023-11-15T04:11:42.917765+0000 mon.smithi037 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:11:43.720 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:44.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:43 smithi037 bash[25974]: cluster 2023-11-15T04:11:42.643821+0000 mgr.smithi037.kdknfa (mgr.14182) 1013 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:44.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:43 smithi037 bash[25974]: audit 2023-11-15T04:11:43.235843+0000 mon.smithi037 (mon.0) 916 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:11:44.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:43 smithi037 bash[25974]: audit 2023-11-15T04:11:43.237786+0000 mon.smithi037 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:11:44.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:43 smithi037 bash[25974]: audit 2023-11-15T04:11:43.248124+0000 mon.smithi037 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:11:44.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:43 smithi037 bash[25974]: audit 2023-11-15T04:11:43.258512+0000 mon.smithi037 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:11:44.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:43 smithi037 bash[25974]: audit 2023-11-15T04:11:43.276846+0000 mon.smithi037 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:11:44.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:43 smithi143 bash[29116]: cluster 2023-11-15T04:11:42.643821+0000 mgr.smithi037.kdknfa (mgr.14182) 1013 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:11:44.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:43 smithi143 bash[29116]: audit 2023-11-15T04:11:43.235843+0000 mon.smithi037 (mon.0) 916 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:11:44.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:43 smithi143 bash[29116]: audit 2023-11-15T04:11:43.237786+0000 mon.smithi037 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:11:44.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:43 smithi143 bash[29116]: audit 2023-11-15T04:11:43.248124+0000 mon.smithi037 (mon.0) 918 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:11:44.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:43 smithi143 bash[29116]: audit 2023-11-15T04:11:43.258512+0000 mon.smithi037 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:11:44.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:43 smithi143 bash[29116]: audit 2023-11-15T04:11:43.276846+0000 mon.smithi037 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:11:45.103 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:44 smithi037 bash[25974]: cluster 2023-11-15T04:11:43.249854+0000 mgr.smithi037.kdknfa (mgr.14182) 1014 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:11:45.103 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:44 smithi037 bash[25974]: cephadm 2023-11-15T04:11:43.281321+0000 mgr.smithi037.kdknfa (mgr.14182) 1015 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.podrjb on smithi143 2023-11-15T04:11:45.103 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:44 smithi037 bash[25974]: cluster 2023-11-15T04:11:44.244082+0000 mon.smithi037 (mon.0) 921 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:11:45.103 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:44 smithi037 bash[25974]: cluster 2023-11-15T04:11:44.244111+0000 mon.smithi037 (mon.0) 922 : cluster [INF] Cluster is now healthy 2023-11-15T04:11:45.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:44 smithi143 bash[29116]: cluster 2023-11-15T04:11:43.249854+0000 mgr.smithi037.kdknfa (mgr.14182) 1014 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:11:45.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:44 smithi143 bash[29116]: cephadm 2023-11-15T04:11:43.281321+0000 mgr.smithi037.kdknfa (mgr.14182) 1015 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.podrjb on smithi143 2023-11-15T04:11:45.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:44 smithi143 bash[29116]: cluster 2023-11-15T04:11:44.244082+0000 mon.smithi037 (mon.0) 921 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:11:45.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:44 smithi143 bash[29116]: cluster 2023-11-15T04:11:44.244111+0000 mon.smithi037 (mon.0) 922 : cluster [INF] Cluster is now healthy 2023-11-15T04:11:46.892 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:46.892 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:09:28.509936Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.uzvdxp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:38.526780Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.vzkiyi on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-vzkiyi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.vzkiyi\nDeploy daemon haproxy.nfs.foo.smithi143.vzkiyi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.586624Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wqerwc on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wqerwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wqerwc\nDeploy daemon haproxy.nfs.foo.smithi037.wqerwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:10:42.590967Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.jgejgp on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:47.042 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:46 smithi143 bash[29116]: cluster 2023-11-15T04:11:45.251376+0000 mgr.smithi037.kdknfa (mgr.14182) 1016 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:11:47.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:46 smithi037 bash[25974]: cluster 2023-11-15T04:11:45.251376+0000 mgr.smithi037.kdknfa (mgr.14182) 1016 : cluster [DBG] pgmap v685: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:11:47.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:48.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:47 smithi143 bash[29116]: audit 2023-11-15T04:11:46.876845+0000 mgr.smithi037.kdknfa (mgr.14182) 1017 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:48.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:47 smithi143 bash[29116]: audit 2023-11-15T04:11:47.107491+0000 mon.smithi037 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.podrjb"}]: dispatch 2023-11-15T04:11:48.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:47 smithi037 bash[25974]: audit 2023-11-15T04:11:46.876845+0000 mgr.smithi037.kdknfa (mgr.14182) 1017 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:48.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:47 smithi037 bash[25974]: audit 2023-11-15T04:11:47.107491+0000 mon.smithi037 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.podrjb"}]: dispatch 2023-11-15T04:11:48.577 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:49.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: cephadm 2023-11-15T04:11:47.106271+0000 mgr.smithi037.kdknfa (mgr.14182) 1018 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:49.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:49.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.podrjb ... 2023-11-15T04:11:49.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:49.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:49.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:49.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:11:49.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:49.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:11:49.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:49.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:11:49.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:49.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:49.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.podrjb ... 2023-11-15T04:11:49.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:49.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:49.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:49.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: cephadm 2023-11-15T04:11:47.106870+0000 mgr.smithi037.kdknfa (mgr.14182) 1019 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: cephadm 2023-11-15T04:11:47.109134+0000 mgr.smithi037.kdknfa (mgr.14182) 1020 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:49.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:49.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.podrjb ... 2023-11-15T04:11:49.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:49.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:49.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:49.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: cephadm 2023-11-15T04:11:47.113660+0000 mgr.smithi037.kdknfa (mgr.14182) 1021 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.wvmlzy on smithi037 2023-11-15T04:11:49.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:48 smithi143 bash[29116]: cluster 2023-11-15T04:11:47.252880+0000 mgr.smithi037.kdknfa (mgr.14182) 1022 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:11:49.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: cephadm 2023-11-15T04:11:47.106271+0000 mgr.smithi037.kdknfa (mgr.14182) 1018 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:49.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:49.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.podrjb ... 2023-11-15T04:11:49.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:49.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:49.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:49.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:11:49.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:49.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:11:49.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:49.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:11:49.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:49.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:49.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.podrjb ... 2023-11-15T04:11:49.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:49.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:49.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:49.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: cephadm 2023-11-15T04:11:47.106870+0000 mgr.smithi037.kdknfa (mgr.14182) 1019 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: cephadm 2023-11-15T04:11:47.109134+0000 mgr.smithi037.kdknfa (mgr.14182) 1020 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:49.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb 2023-11-15T04:11:49.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:49.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb 2023-11-15T04:11:49.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.podrjb ... 2023-11-15T04:11:49.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:49.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:49.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:49.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:49.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: cephadm 2023-11-15T04:11:47.113660+0000 mgr.smithi037.kdknfa (mgr.14182) 1021 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.wvmlzy on smithi037 2023-11-15T04:11:49.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:48 smithi037 bash[25974]: cluster 2023-11-15T04:11:47.252880+0000 mgr.smithi037.kdknfa (mgr.14182) 1022 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:11:51.299 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:50 smithi037 bash[25974]: cluster 2023-11-15T04:11:49.254498+0000 mgr.smithi037.kdknfa (mgr.14182) 1023 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:11:51.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:50 smithi143 bash[29116]: cluster 2023-11-15T04:11:49.254498+0000 mgr.smithi037.kdknfa (mgr.14182) 1023 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:11:52.141 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:52.141 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:52.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:52 smithi143 bash[29116]: audit 2023-11-15T04:11:51.445091+0000 mon.smithi037 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.wvmlzy"}]: dispatch 2023-11-15T04:11:52.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:52 smithi143 bash[29116]: audit 2023-11-15T04:11:51.512899+0000 mon.smithi037 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:11:52.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:51 smithi037 bash[25974]: audit 2023-11-15T04:11:51.445091+0000 mon.smithi037 (mon.0) 924 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.wvmlzy"}]: dispatch 2023-11-15T04:11:52.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:51 smithi037 bash[25974]: audit 2023-11-15T04:11:51.512899+0000 mon.smithi037 (mon.0) 925 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:11:52.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:53.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: cluster 2023-11-15T04:11:51.255826+0000 mgr.smithi037.kdknfa (mgr.14182) 1024 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:11:53.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: cephadm 2023-11-15T04:11:51.444397+0000 mgr.smithi037.kdknfa (mgr.14182) 1025 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:53.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:53.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.wvmlzy ... 2023-11-15T04:11:53.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:53.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:53.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:53.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:11:53.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:53.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:11:53.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:53.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:11:53.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:53.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:53.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.wvmlzy ... 2023-11-15T04:11:53.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:53.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:53.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:53.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: cephadm 2023-11-15T04:11:51.444619+0000 mgr.smithi037.kdknfa (mgr.14182) 1026 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: cephadm 2023-11-15T04:11:51.446154+0000 mgr.smithi037.kdknfa (mgr.14182) 1027 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:53.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:11:53.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.wvmlzy ... 2023-11-15T04:11:53.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:53.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:53.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:53.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: cephadm 2023-11-15T04:11:51.448088+0000 mgr.smithi037.kdknfa (mgr.14182) 1028 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:53.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: cephadm 2023-11-15T04:11:51.449664+0000 mgr.smithi037.kdknfa (mgr.14182) 1029 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:53.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: cluster 2023-11-15T04:11:51.450451+0000 mgr.smithi037.kdknfa (mgr.14182) 1030 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2023-11-15T04:11:53.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:53 smithi037 bash[25974]: cluster 2023-11-15T04:11:51.987094+0000 mon.smithi037 (mon.0) 926 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:11:53.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: cluster 2023-11-15T04:11:51.255826+0000 mgr.smithi037.kdknfa (mgr.14182) 1024 : cluster [DBG] pgmap v688: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:11:53.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: cephadm 2023-11-15T04:11:51.444397+0000 mgr.smithi037.kdknfa (mgr.14182) 1025 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:53.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:53.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.wvmlzy ... 2023-11-15T04:11:53.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:53.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:53.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:53.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:11:53.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:11:53.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:11:53.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:11:53.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:11:53.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:53.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:53.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.wvmlzy ... 2023-11-15T04:11:53.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:53.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:53.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:53.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: cephadm 2023-11-15T04:11:51.444619+0000 mgr.smithi037.kdknfa (mgr.14182) 1026 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: cephadm 2023-11-15T04:11:51.446154+0000 mgr.smithi037.kdknfa (mgr.14182) 1027 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:53.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy 2023-11-15T04:11:53.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:11:53.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy 2023-11-15T04:11:53.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.wvmlzy ... 2023-11-15T04:11:53.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:11:53.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:11:53.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:11:53.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:11:53.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: cephadm 2023-11-15T04:11:51.448088+0000 mgr.smithi037.kdknfa (mgr.14182) 1028 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:53.412 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: cephadm 2023-11-15T04:11:51.449664+0000 mgr.smithi037.kdknfa (mgr.14182) 1029 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:11:53.412 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: cluster 2023-11-15T04:11:51.450451+0000 mgr.smithi037.kdknfa (mgr.14182) 1030 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 116 B/s rd, 0 op/s 2023-11-15T04:11:53.412 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:53 smithi143 bash[29116]: cluster 2023-11-15T04:11:51.987094+0000 mon.smithi037 (mon.0) 926 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:11:53.809 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:54.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:54 smithi037 bash[25974]: audit 2023-11-15T04:11:52.130915+0000 mgr.smithi037.kdknfa (mgr.14182) 1031 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:54.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:54 smithi143 bash[29116]: audit 2023-11-15T04:11:52.130915+0000 mgr.smithi037.kdknfa (mgr.14182) 1031 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:55.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:55 smithi037 bash[25974]: cluster 2023-11-15T04:11:53.452129+0000 mgr.smithi037.kdknfa (mgr.14182) 1032 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:11:55.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:55 smithi143 bash[29116]: cluster 2023-11-15T04:11:53.452129+0000 mgr.smithi037.kdknfa (mgr.14182) 1032 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:11:57.173 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:11:57.173 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:11:57.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:57 smithi143 bash[29116]: cluster 2023-11-15T04:11:55.453255+0000 mgr.smithi037.kdknfa (mgr.14182) 1033 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:11:57.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:57 smithi037 bash[25974]: cluster 2023-11-15T04:11:55.453255+0000 mgr.smithi037.kdknfa (mgr.14182) 1033 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:11:57.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:11:58.809 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:11:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:59 smithi037 bash[25974]: audit 2023-11-15T04:11:57.154105+0000 mgr.smithi037.kdknfa (mgr.14182) 1034 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:11:59 smithi037 bash[25974]: cluster 2023-11-15T04:11:57.454911+0000 mgr.smithi037.kdknfa (mgr.14182) 1035 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:11:59.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:59 smithi143 bash[29116]: audit 2023-11-15T04:11:57.154105+0000 mgr.smithi037.kdknfa (mgr.14182) 1034 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:11:59.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:11:59 smithi143 bash[29116]: cluster 2023-11-15T04:11:57.454911+0000 mgr.smithi037.kdknfa (mgr.14182) 1035 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:12:01.390 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:01 smithi037 bash[25974]: cluster 2023-11-15T04:11:59.456680+0000 mgr.smithi037.kdknfa (mgr.14182) 1036 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:12:01.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:01 smithi143 bash[29116]: cluster 2023-11-15T04:11:59.456680+0000 mgr.smithi037.kdknfa (mgr.14182) 1036 : cluster [DBG] pgmap v693: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:12:01.851 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:01.852 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:02.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:03.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:03 smithi143 bash[29116]: cluster 2023-11-15T04:12:01.457776+0000 mgr.smithi037.kdknfa (mgr.14182) 1037 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:12:03.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:03 smithi143 bash[29116]: audit 2023-11-15T04:12:01.835530+0000 mgr.smithi037.kdknfa (mgr.14182) 1038 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:03.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:03 smithi037 bash[25974]: cluster 2023-11-15T04:12:01.457776+0000 mgr.smithi037.kdknfa (mgr.14182) 1037 : cluster [DBG] pgmap v694: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:12:03.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:03 smithi037 bash[25974]: audit 2023-11-15T04:12:01.835530+0000 mgr.smithi037.kdknfa (mgr.14182) 1038 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:03.503 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:05.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:05 smithi037 bash[25974]: cluster 2023-11-15T04:12:03.459491+0000 mgr.smithi037.kdknfa (mgr.14182) 1039 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:05.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:05 smithi143 bash[29116]: cluster 2023-11-15T04:12:03.459491+0000 mgr.smithi037.kdknfa (mgr.14182) 1039 : cluster [DBG] pgmap v695: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:06.816 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:06.816 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:07.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:07 smithi037 bash[25974]: cluster 2023-11-15T04:12:05.461105+0000 mgr.smithi037.kdknfa (mgr.14182) 1040 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:07.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:07 smithi143 bash[29116]: cluster 2023-11-15T04:12:05.461105+0000 mgr.smithi037.kdknfa (mgr.14182) 1040 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:07.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:08.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:08 smithi143 bash[29116]: audit 2023-11-15T04:12:06.798388+0000 mgr.smithi037.kdknfa (mgr.14182) 1041 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:08.418 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:08.431 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:08 smithi037 bash[25974]: audit 2023-11-15T04:12:06.798388+0000 mgr.smithi037.kdknfa (mgr.14182) 1041 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:09.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:09 smithi143 bash[29116]: cluster 2023-11-15T04:12:07.462653+0000 mgr.smithi037.kdknfa (mgr.14182) 1042 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:09.460 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:09 smithi037 bash[25974]: cluster 2023-11-15T04:12:07.462653+0000 mgr.smithi037.kdknfa (mgr.14182) 1042 : cluster [DBG] pgmap v697: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:11.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:11 smithi143 bash[29116]: cluster 2023-11-15T04:12:09.463938+0000 mgr.smithi037.kdknfa (mgr.14182) 1043 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:11.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:11 smithi037 bash[25974]: cluster 2023-11-15T04:12:09.463938+0000 mgr.smithi037.kdknfa (mgr.14182) 1043 : cluster [DBG] pgmap v698: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:11.679 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:11.679 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:12.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:13.334 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:13.347 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:13 smithi037 bash[25974]: cluster 2023-11-15T04:12:11.464827+0000 mgr.smithi037.kdknfa (mgr.14182) 1044 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:13.347 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:13 smithi037 bash[25974]: audit 2023-11-15T04:12:11.662608+0000 mgr.smithi037.kdknfa (mgr.14182) 1045 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:13.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:13 smithi143 bash[29116]: cluster 2023-11-15T04:12:11.464827+0000 mgr.smithi037.kdknfa (mgr.14182) 1044 : cluster [DBG] pgmap v699: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:13.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:13 smithi143 bash[29116]: audit 2023-11-15T04:12:11.662608+0000 mgr.smithi037.kdknfa (mgr.14182) 1045 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:15.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:15 smithi143 bash[29116]: cluster 2023-11-15T04:12:13.466451+0000 mgr.smithi037.kdknfa (mgr.14182) 1046 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:15.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:15 smithi037 bash[25974]: cluster 2023-11-15T04:12:13.466451+0000 mgr.smithi037.kdknfa (mgr.14182) 1046 : cluster [DBG] pgmap v700: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:16.693 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:16.694 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:17.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:17.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:17 smithi143 bash[29116]: cluster 2023-11-15T04:12:15.468095+0000 mgr.smithi037.kdknfa (mgr.14182) 1047 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:17.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:17 smithi037 bash[25974]: cluster 2023-11-15T04:12:15.468095+0000 mgr.smithi037.kdknfa (mgr.14182) 1047 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:18.318 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:18.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:18 smithi143 bash[29116]: audit 2023-11-15T04:12:16.676970+0000 mgr.smithi037.kdknfa (mgr.14182) 1048 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:18 smithi143 bash[29116]: cluster 2023-11-15T04:12:17.469705+0000 mgr.smithi037.kdknfa (mgr.14182) 1049 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:18.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:18 smithi037 bash[25974]: audit 2023-11-15T04:12:16.676970+0000 mgr.smithi037.kdknfa (mgr.14182) 1048 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:18.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:18 smithi037 bash[25974]: cluster 2023-11-15T04:12:17.469705+0000 mgr.smithi037.kdknfa (mgr.14182) 1049 : cluster [DBG] pgmap v702: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:20.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:20 smithi143 bash[29116]: cluster 2023-11-15T04:12:19.471566+0000 mgr.smithi037.kdknfa (mgr.14182) 1050 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:20.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:20 smithi037 bash[25974]: cluster 2023-11-15T04:12:19.471566+0000 mgr.smithi037.kdknfa (mgr.14182) 1050 : cluster [DBG] pgmap v703: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:21.746 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:21.746 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:22.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:22.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:22 smithi037 bash[25974]: cluster 2023-11-15T04:12:21.473307+0000 mgr.smithi037.kdknfa (mgr.14182) 1051 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:22.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:22 smithi037 bash[25974]: audit 2023-11-15T04:12:21.728446+0000 mgr.smithi037.kdknfa (mgr.14182) 1052 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:22.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:22 smithi143 bash[29116]: cluster 2023-11-15T04:12:21.473307+0000 mgr.smithi037.kdknfa (mgr.14182) 1051 : cluster [DBG] pgmap v704: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:22.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:22 smithi143 bash[29116]: audit 2023-11-15T04:12:21.728446+0000 mgr.smithi037.kdknfa (mgr.14182) 1052 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:23.452 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:24.831 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:24 smithi037 bash[25974]: cluster 2023-11-15T04:12:23.474808+0000 mgr.smithi037.kdknfa (mgr.14182) 1053 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:25.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:24 smithi143 bash[29116]: cluster 2023-11-15T04:12:23.474808+0000 mgr.smithi037.kdknfa (mgr.14182) 1053 : cluster [DBG] pgmap v705: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:26.605 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:26.605 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:26.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:26 smithi037 bash[25974]: cluster 2023-11-15T04:12:25.476392+0000 mgr.smithi037.kdknfa (mgr.14182) 1054 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:27.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:26 smithi143 bash[29116]: cluster 2023-11-15T04:12:25.476392+0000 mgr.smithi037.kdknfa (mgr.14182) 1054 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:27.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:28.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:27 smithi143 bash[29116]: audit 2023-11-15T04:12:26.589648+0000 mgr.smithi037.kdknfa (mgr.14182) 1055 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:28.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:27 smithi037 bash[25974]: audit 2023-11-15T04:12:26.589648+0000 mgr.smithi037.kdknfa (mgr.14182) 1055 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:28.221 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:29.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:28 smithi143 bash[29116]: cluster 2023-11-15T04:12:27.477982+0000 mgr.smithi037.kdknfa (mgr.14182) 1056 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:29.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:28 smithi037 bash[25974]: cluster 2023-11-15T04:12:27.477982+0000 mgr.smithi037.kdknfa (mgr.14182) 1056 : cluster [DBG] pgmap v707: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:31.100 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:30 smithi037 bash[25974]: cluster 2023-11-15T04:12:29.479104+0000 mgr.smithi037.kdknfa (mgr.14182) 1057 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:31.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:30 smithi143 bash[29116]: cluster 2023-11-15T04:12:29.479104+0000 mgr.smithi037.kdknfa (mgr.14182) 1057 : cluster [DBG] pgmap v708: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:31.550 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:31.550 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:32.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:33.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:32 smithi143 bash[29116]: cluster 2023-11-15T04:12:31.480601+0000 mgr.smithi037.kdknfa (mgr.14182) 1058 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:33.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:32 smithi143 bash[29116]: audit 2023-11-15T04:12:31.532842+0000 mgr.smithi037.kdknfa (mgr.14182) 1059 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:33.193 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:33.206 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:32 smithi037 bash[25974]: cluster 2023-11-15T04:12:31.480601+0000 mgr.smithi037.kdknfa (mgr.14182) 1058 : cluster [DBG] pgmap v709: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:33.206 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:32 smithi037 bash[25974]: audit 2023-11-15T04:12:31.532842+0000 mgr.smithi037.kdknfa (mgr.14182) 1059 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:35.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:34 smithi143 bash[29116]: cluster 2023-11-15T04:12:33.481583+0000 mgr.smithi037.kdknfa (mgr.14182) 1060 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:35.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:34 smithi037 bash[25974]: cluster 2023-11-15T04:12:33.481583+0000 mgr.smithi037.kdknfa (mgr.14182) 1060 : cluster [DBG] pgmap v710: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:36.424 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:36.424 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:37.078 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:36 smithi037 bash[25974]: cluster 2023-11-15T04:12:35.482945+0000 mgr.smithi037.kdknfa (mgr.14182) 1061 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:37.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:37.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:36 smithi143 bash[29116]: cluster 2023-11-15T04:12:35.482945+0000 mgr.smithi037.kdknfa (mgr.14182) 1061 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:38.080 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:38.091 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:37 smithi037 bash[25974]: audit 2023-11-15T04:12:36.408955+0000 mgr.smithi037.kdknfa (mgr.14182) 1062 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:38.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:37 smithi143 bash[29116]: audit 2023-11-15T04:12:36.408955+0000 mgr.smithi037.kdknfa (mgr.14182) 1062 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:39.129 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:38 smithi037 bash[25974]: cluster 2023-11-15T04:12:37.484494+0000 mgr.smithi037.kdknfa (mgr.14182) 1063 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:39.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:38 smithi143 bash[29116]: cluster 2023-11-15T04:12:37.484494+0000 mgr.smithi037.kdknfa (mgr.14182) 1063 : cluster [DBG] pgmap v712: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:41.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:40 smithi143 bash[29116]: cluster 2023-11-15T04:12:39.485809+0000 mgr.smithi037.kdknfa (mgr.14182) 1064 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:41.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:40 smithi037 bash[25974]: cluster 2023-11-15T04:12:39.485809+0000 mgr.smithi037.kdknfa (mgr.14182) 1064 : cluster [DBG] pgmap v713: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:41.268 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:41.269 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:41.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:42.897 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:43.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:42 smithi143 bash[29116]: audit 2023-11-15T04:12:41.252117+0000 mgr.smithi037.kdknfa (mgr.14182) 1065 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:43.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:42 smithi143 bash[29116]: cluster 2023-11-15T04:12:41.487092+0000 mgr.smithi037.kdknfa (mgr.14182) 1066 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:43.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:42 smithi037 bash[25974]: audit 2023-11-15T04:12:41.252117+0000 mgr.smithi037.kdknfa (mgr.14182) 1065 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:43.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:42 smithi037 bash[25974]: cluster 2023-11-15T04:12:41.487092+0000 mgr.smithi037.kdknfa (mgr.14182) 1066 : cluster [DBG] pgmap v714: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:45.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:44 smithi143 bash[29116]: cluster 2023-11-15T04:12:43.488777+0000 mgr.smithi037.kdknfa (mgr.14182) 1067 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:45.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:44 smithi037 bash[25974]: cluster 2023-11-15T04:12:43.488777+0000 mgr.smithi037.kdknfa (mgr.14182) 1067 : cluster [DBG] pgmap v715: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:46.176 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:46.177 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:46.780 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:47.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:46 smithi143 bash[29116]: cluster 2023-11-15T04:12:45.489760+0000 mgr.smithi037.kdknfa (mgr.14182) 1068 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:47.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:46 smithi037 bash[25974]: cluster 2023-11-15T04:12:45.489760+0000 mgr.smithi037.kdknfa (mgr.14182) 1068 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:47.781 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:48.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:47 smithi143 bash[29116]: audit 2023-11-15T04:12:46.161308+0000 mgr.smithi037.kdknfa (mgr.14182) 1069 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:48.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:47 smithi037 bash[25974]: audit 2023-11-15T04:12:46.161308+0000 mgr.smithi037.kdknfa (mgr.14182) 1069 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:49.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:48 smithi143 bash[29116]: cluster 2023-11-15T04:12:47.491235+0000 mgr.smithi037.kdknfa (mgr.14182) 1070 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:49.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:48 smithi037 bash[25974]: cluster 2023-11-15T04:12:47.491235+0000 mgr.smithi037.kdknfa (mgr.14182) 1070 : cluster [DBG] pgmap v717: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:51.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:50 smithi143 bash[29116]: cluster 2023-11-15T04:12:49.493078+0000 mgr.smithi037.kdknfa (mgr.14182) 1071 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:51.209 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:51.210 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:10:42.594027Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tlhbkw on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:51.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:50 smithi037 bash[25974]: cluster 2023-11-15T04:12:49.493078+0000 mgr.smithi037.kdknfa (mgr.14182) 1071 : cluster [DBG] pgmap v718: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:12:51.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:52.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:51 smithi143 bash[29116]: audit 2023-11-15T04:12:51.453159+0000 mon.smithi037 (mon.0) 927 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:12:52.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:51 smithi143 bash[29116]: audit 2023-11-15T04:12:51.782391+0000 mon.smithi037 (mon.0) 928 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:12:52.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:51 smithi143 bash[29116]: audit 2023-11-15T04:12:51.784257+0000 mon.smithi037 (mon.0) 929 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:12:52.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:51 smithi143 bash[29116]: audit 2023-11-15T04:12:51.793492+0000 mon.smithi037 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:12:52.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:51 smithi143 bash[29116]: audit 2023-11-15T04:12:51.802719+0000 mon.smithi037 (mon.0) 931 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:12:52.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:51 smithi143 bash[29116]: audit 2023-11-15T04:12:51.816705+0000 mon.smithi037 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:12:52.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:51 smithi037 bash[25974]: audit 2023-11-15T04:12:51.453159+0000 mon.smithi037 (mon.0) 927 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:12:52.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:51 smithi037 bash[25974]: audit 2023-11-15T04:12:51.782391+0000 mon.smithi037 (mon.0) 928 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:12:52.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:51 smithi037 bash[25974]: audit 2023-11-15T04:12:51.784257+0000 mon.smithi037 (mon.0) 929 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:12:52.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:51 smithi037 bash[25974]: audit 2023-11-15T04:12:51.793492+0000 mon.smithi037 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:12:52.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:51 smithi037 bash[25974]: audit 2023-11-15T04:12:51.802719+0000 mon.smithi037 (mon.0) 931 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:12:52.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:51 smithi037 bash[25974]: audit 2023-11-15T04:12:51.816705+0000 mon.smithi037 (mon.0) 932 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:12:52.884 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:53.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:52 smithi143 bash[29116]: audit 2023-11-15T04:12:51.191673+0000 mgr.smithi037.kdknfa (mgr.14182) 1072 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:53.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:52 smithi143 bash[29116]: cluster 2023-11-15T04:12:51.494801+0000 mgr.smithi037.kdknfa (mgr.14182) 1073 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:53.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:52 smithi143 bash[29116]: cluster 2023-11-15T04:12:51.794535+0000 mgr.smithi037.kdknfa (mgr.14182) 1074 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:53.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:52 smithi143 bash[29116]: cephadm 2023-11-15T04:12:51.819828+0000 mgr.smithi037.kdknfa (mgr.14182) 1075 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rptlug on smithi143 2023-11-15T04:12:53.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:52 smithi143 bash[29116]: cluster 2023-11-15T04:12:51.875233+0000 mon.smithi037 (mon.0) 933 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:12:53.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:52 smithi143 bash[29116]: cluster 2023-11-15T04:12:51.875292+0000 mon.smithi037 (mon.0) 934 : cluster [INF] Cluster is now healthy 2023-11-15T04:12:53.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:52 smithi037 bash[25974]: audit 2023-11-15T04:12:51.191673+0000 mgr.smithi037.kdknfa (mgr.14182) 1072 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:53.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:52 smithi037 bash[25974]: cluster 2023-11-15T04:12:51.494801+0000 mgr.smithi037.kdknfa (mgr.14182) 1073 : cluster [DBG] pgmap v719: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:12:53.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:52 smithi037 bash[25974]: cluster 2023-11-15T04:12:51.794535+0000 mgr.smithi037.kdknfa (mgr.14182) 1074 : cluster [DBG] pgmap v720: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:53.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:52 smithi037 bash[25974]: cephadm 2023-11-15T04:12:51.819828+0000 mgr.smithi037.kdknfa (mgr.14182) 1075 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.rptlug on smithi143 2023-11-15T04:12:53.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:52 smithi037 bash[25974]: cluster 2023-11-15T04:12:51.875233+0000 mon.smithi037 (mon.0) 933 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:12:53.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:52 smithi037 bash[25974]: cluster 2023-11-15T04:12:51.875292+0000 mon.smithi037 (mon.0) 934 : cluster [INF] Cluster is now healthy 2023-11-15T04:12:55.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:54 smithi037 bash[25974]: cluster 2023-11-15T04:12:53.796033+0000 mgr.smithi037.kdknfa (mgr.14182) 1076 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:55.301 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:54 smithi143 bash[29116]: cluster 2023-11-15T04:12:53.796033+0000 mgr.smithi037.kdknfa (mgr.14182) 1076 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:55.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:55 smithi037 bash[25974]: audit 2023-11-15T04:12:55.727952+0000 mon.smithi037 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rptlug"}]: dispatch 2023-11-15T04:12:56.137 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:12:56.138 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:47.108860Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.podrjb on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-podrjb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.podrjb\nDeploy daemon haproxy.nfs.foo.smithi143.podrjb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.445994Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wvmlzy on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wvmlzy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wvmlzy\nDeploy daemon haproxy.nfs.foo.smithi037.wvmlzy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:11:51.447992Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.omccvo on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:12:56.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:55 smithi143 bash[29116]: audit 2023-11-15T04:12:55.727952+0000 mon.smithi037 (mon.0) 935 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.rptlug"}]: dispatch 2023-11-15T04:12:56.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:12:57.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: cephadm 2023-11-15T04:12:55.726760+0000 mgr.smithi037.kdknfa (mgr.14182) 1077 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:12:57.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:12:57.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.rptlug ... 2023-11-15T04:12:57.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:57.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:57.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:57.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:12:57.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:12:57.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:12:57.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:12:57.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:12:57.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:12:57.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:12:57.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.rptlug ... 2023-11-15T04:12:57.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:57.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:57.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:57.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: cephadm 2023-11-15T04:12:55.727222+0000 mgr.smithi037.kdknfa (mgr.14182) 1078 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: cephadm 2023-11-15T04:12:55.729183+0000 mgr.smithi037.kdknfa (mgr.14182) 1079 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:12:57.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:12:57.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.rptlug ... 2023-11-15T04:12:57.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:57.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:57.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:57.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: cephadm 2023-11-15T04:12:55.731462+0000 mgr.smithi037.kdknfa (mgr.14182) 1080 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.itcdnm on smithi037 2023-11-15T04:12:57.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:56 smithi037 bash[25974]: cluster 2023-11-15T04:12:55.797293+0000 mgr.smithi037.kdknfa (mgr.14182) 1081 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:57.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: cephadm 2023-11-15T04:12:55.726760+0000 mgr.smithi037.kdknfa (mgr.14182) 1077 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:12:57.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:12:57.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.238 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.rptlug ... 2023-11-15T04:12:57.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:57.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:57.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:57.239 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:12:57.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:12:57.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:12:57.240 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:12:57.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:12:57.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:12:57.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.241 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:12:57.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.rptlug ... 2023-11-15T04:12:57.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.242 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:57.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:57.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:57.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.243 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: cephadm 2023-11-15T04:12:55.727222+0000 mgr.smithi037.kdknfa (mgr.14182) 1078 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: cephadm 2023-11-15T04:12:55.729183+0000 mgr.smithi037.kdknfa (mgr.14182) 1079 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:12:57.244 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug 2023-11-15T04:12:57.245 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:12:57.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug 2023-11-15T04:12:57.246 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.rptlug ... 2023-11-15T04:12:57.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:12:57.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:12:57.247 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:12:57.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:12:57.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: cephadm 2023-11-15T04:12:55.731462+0000 mgr.smithi037.kdknfa (mgr.14182) 1080 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.itcdnm on smithi037 2023-11-15T04:12:57.248 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:56 smithi143 bash[29116]: cluster 2023-11-15T04:12:55.797293+0000 mgr.smithi037.kdknfa (mgr.14182) 1081 : cluster [DBG] pgmap v722: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:57.816 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:12:58.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:57 smithi037 bash[25974]: audit 2023-11-15T04:12:56.120339+0000 mgr.smithi037.kdknfa (mgr.14182) 1082 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:58.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:57 smithi143 bash[29116]: audit 2023-11-15T04:12:56.120339+0000 mgr.smithi037.kdknfa (mgr.14182) 1082 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:12:59.174 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:58 smithi037 bash[25974]: cluster 2023-11-15T04:12:57.798841+0000 mgr.smithi037.kdknfa (mgr.14182) 1083 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:59.174 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:58 smithi037 bash[25974]: audit 2023-11-15T04:12:58.704451+0000 mon.smithi037 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:12:59.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:58 smithi143 bash[29116]: cluster 2023-11-15T04:12:57.798841+0000 mgr.smithi037.kdknfa (mgr.14182) 1083 : cluster [DBG] pgmap v723: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:12:59.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:58 smithi143 bash[29116]: audit 2023-11-15T04:12:58.704451+0000 mon.smithi037 (mon.0) 936 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:13:00.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:12:59 smithi037 bash[25974]: audit 2023-11-15T04:12:59.875624+0000 mon.smithi037 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.itcdnm"}]: dispatch 2023-11-15T04:13:00.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:12:59 smithi143 bash[29116]: audit 2023-11-15T04:12:59.875624+0000 mon.smithi037 (mon.0) 937 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.itcdnm"}]: dispatch 2023-11-15T04:13:01.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: cluster 2023-11-15T04:12:59.800367+0000 mgr.smithi037.kdknfa (mgr.14182) 1084 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:13:01.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: cephadm 2023-11-15T04:12:59.874704+0000 mgr.smithi037.kdknfa (mgr.14182) 1085 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:13:01.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:13:01.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.itcdnm ... 2023-11-15T04:13:01.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:01.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:01.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:01.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:13:01.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:13:01.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:13:01.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:13:01.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:13:01.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:13:01.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:13:01.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.itcdnm ... 2023-11-15T04:13:01.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:01.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:01.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:01.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: cephadm 2023-11-15T04:12:59.875014+0000 mgr.smithi037.kdknfa (mgr.14182) 1086 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: cephadm 2023-11-15T04:12:59.877230+0000 mgr.smithi037.kdknfa (mgr.14182) 1087 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:13:01.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:13:01.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.227 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.itcdnm ... 2023-11-15T04:13:01.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:01.228 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:01.229 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:01.229 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.230 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: cephadm 2023-11-15T04:12:59.879495+0000 mgr.smithi037.kdknfa (mgr.14182) 1088 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:13:01.230 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: cephadm 2023-11-15T04:12:59.881288+0000 mgr.smithi037.kdknfa (mgr.14182) 1089 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:13:01.231 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: cluster 2023-11-15T04:12:59.882760+0000 mgr.smithi037.kdknfa (mgr.14182) 1090 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:13:01.231 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:00 smithi037 bash[25974]: cluster 2023-11-15T04:12:59.914375+0000 mon.smithi037 (mon.0) 938 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:13:01.368 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:01.369 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: cluster 2023-11-15T04:12:59.800367+0000 mgr.smithi037.kdknfa (mgr.14182) 1084 : cluster [DBG] pgmap v724: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:13:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: cephadm 2023-11-15T04:12:59.874704+0000 mgr.smithi037.kdknfa (mgr.14182) 1085 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:13:01.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:13:01.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.itcdnm ... 2023-11-15T04:13:01.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:01.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:01.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:01.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:13:01.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:13:01.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:13:01.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:13:01.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:13:01.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:13:01.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:13:01.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.itcdnm ... 2023-11-15T04:13:01.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:01.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:01.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:01.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: cephadm 2023-11-15T04:12:59.875014+0000 mgr.smithi037.kdknfa (mgr.14182) 1086 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: cephadm 2023-11-15T04:12:59.877230+0000 mgr.smithi037.kdknfa (mgr.14182) 1087 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:13:01.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm 2023-11-15T04:13:01.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:13:01.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm 2023-11-15T04:13:01.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.itcdnm ... 2023-11-15T04:13:01.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:13:01.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:13:01.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:13:01.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:13:01.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: cephadm 2023-11-15T04:12:59.879495+0000 mgr.smithi037.kdknfa (mgr.14182) 1088 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:13:01.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: cephadm 2023-11-15T04:12:59.881288+0000 mgr.smithi037.kdknfa (mgr.14182) 1089 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:13:01.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: cluster 2023-11-15T04:12:59.882760+0000 mgr.smithi037.kdknfa (mgr.14182) 1090 : cluster [DBG] pgmap v725: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:13:01.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:00 smithi143 bash[29116]: cluster 2023-11-15T04:12:59.914375+0000 mon.smithi037 (mon.0) 938 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:13:01.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:02.899 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:02 smithi143 bash[29116]: audit 2023-11-15T04:13:01.346736+0000 mgr.smithi037.kdknfa (mgr.14182) 1091 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:02.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:02 smithi143 bash[29116]: audit 2023-11-15T04:13:01.574849+0000 mon.smithi037 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:13:02.900 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:02 smithi143 bash[29116]: cluster 2023-11-15T04:13:01.884521+0000 mgr.smithi037.kdknfa (mgr.14182) 1092 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:13:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:02 smithi037 bash[25974]: audit 2023-11-15T04:13:01.346736+0000 mgr.smithi037.kdknfa (mgr.14182) 1091 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:02.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:02 smithi037 bash[25974]: audit 2023-11-15T04:13:01.574849+0000 mon.smithi037 (mon.0) 939 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:13:02.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:02 smithi037 bash[25974]: cluster 2023-11-15T04:13:01.884521+0000 mgr.smithi037.kdknfa (mgr.14182) 1092 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:13:02.978 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:05.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:04 smithi037 bash[25974]: cluster 2023-11-15T04:13:03.886322+0000 mgr.smithi037.kdknfa (mgr.14182) 1093 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:13:05.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:04 smithi143 bash[29116]: cluster 2023-11-15T04:13:03.886322+0000 mgr.smithi037.kdknfa (mgr.14182) 1093 : cluster [DBG] pgmap v727: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:13:06.186 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:06.186 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:06.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:07.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:06 smithi037 bash[25974]: cluster 2023-11-15T04:13:05.887872+0000 mgr.smithi037.kdknfa (mgr.14182) 1094 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:13:07.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:06 smithi143 bash[29116]: cluster 2023-11-15T04:13:05.887872+0000 mgr.smithi037.kdknfa (mgr.14182) 1094 : cluster [DBG] pgmap v728: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:13:07.790 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:08.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:07 smithi037 bash[25974]: audit 2023-11-15T04:13:06.168391+0000 mgr.smithi037.kdknfa (mgr.14182) 1095 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:08.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:07 smithi143 bash[29116]: audit 2023-11-15T04:13:06.168391+0000 mgr.smithi037.kdknfa (mgr.14182) 1095 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:09.128 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:08 smithi037 bash[25974]: cluster 2023-11-15T04:13:07.889689+0000 mgr.smithi037.kdknfa (mgr.14182) 1096 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:13:09.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:08 smithi143 bash[29116]: cluster 2023-11-15T04:13:07.889689+0000 mgr.smithi037.kdknfa (mgr.14182) 1096 : cluster [DBG] pgmap v729: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:13:10.944 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:10.945 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:11.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:10 smithi143 bash[29116]: cluster 2023-11-15T04:13:09.891219+0000 mgr.smithi037.kdknfa (mgr.14182) 1097 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:13:11.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:10 smithi037 bash[25974]: cluster 2023-11-15T04:13:09.891219+0000 mgr.smithi037.kdknfa (mgr.14182) 1097 : cluster [DBG] pgmap v730: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:13:11.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:12.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:11 smithi143 bash[29116]: audit 2023-11-15T04:13:10.926607+0000 mgr.smithi037.kdknfa (mgr.14182) 1098 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:12.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:11 smithi037 bash[25974]: audit 2023-11-15T04:13:10.926607+0000 mgr.smithi037.kdknfa (mgr.14182) 1098 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:12.591 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:13.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:12 smithi143 bash[29116]: cluster 2023-11-15T04:13:11.892876+0000 mgr.smithi037.kdknfa (mgr.14182) 1099 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:13.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:12 smithi037 bash[25974]: cluster 2023-11-15T04:13:11.892876+0000 mgr.smithi037.kdknfa (mgr.14182) 1099 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:15.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:14 smithi143 bash[29116]: audit 2023-11-15T04:13:13.708298+0000 mon.smithi037 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:13:15.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:14 smithi143 bash[29116]: cluster 2023-11-15T04:13:13.894168+0000 mgr.smithi037.kdknfa (mgr.14182) 1100 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:15.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:14 smithi037 bash[25974]: audit 2023-11-15T04:13:13.708298+0000 mon.smithi037 (mon.0) 940 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:13:15.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:14 smithi037 bash[25974]: cluster 2023-11-15T04:13:13.894168+0000 mgr.smithi037.kdknfa (mgr.14182) 1100 : cluster [DBG] pgmap v732: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:15.787 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:15.787 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:16.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:17.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:16 smithi037 bash[25974]: audit 2023-11-15T04:13:15.777091+0000 mgr.smithi037.kdknfa (mgr.14182) 1101 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:17.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:16 smithi037 bash[25974]: cluster 2023-11-15T04:13:15.895706+0000 mgr.smithi037.kdknfa (mgr.14182) 1102 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:17.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:16 smithi143 bash[29116]: audit 2023-11-15T04:13:15.777091+0000 mgr.smithi037.kdknfa (mgr.14182) 1101 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:17.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:16 smithi143 bash[29116]: cluster 2023-11-15T04:13:15.895706+0000 mgr.smithi037.kdknfa (mgr.14182) 1102 : cluster [DBG] pgmap v733: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:17.382 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:19.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:18 smithi143 bash[29116]: cluster 2023-11-15T04:13:17.897603+0000 mgr.smithi037.kdknfa (mgr.14182) 1103 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:19.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:18 smithi037 bash[25974]: cluster 2023-11-15T04:13:17.897603+0000 mgr.smithi037.kdknfa (mgr.14182) 1103 : cluster [DBG] pgmap v734: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:20.610 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:20.610 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:21.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:20 smithi037 bash[25974]: cluster 2023-11-15T04:13:19.899102+0000 mgr.smithi037.kdknfa (mgr.14182) 1104 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:21.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:21.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:20 smithi143 bash[29116]: cluster 2023-11-15T04:13:19.899102+0000 mgr.smithi037.kdknfa (mgr.14182) 1104 : cluster [DBG] pgmap v735: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:22.239 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:22.252 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:21 smithi037 bash[25974]: audit 2023-11-15T04:13:20.593371+0000 mgr.smithi037.kdknfa (mgr.14182) 1105 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:22.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:21 smithi143 bash[29116]: audit 2023-11-15T04:13:20.593371+0000 mgr.smithi037.kdknfa (mgr.14182) 1105 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:23.341 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:22 smithi037 bash[25974]: cluster 2023-11-15T04:13:21.900809+0000 mgr.smithi037.kdknfa (mgr.14182) 1106 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:23.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:22 smithi143 bash[29116]: cluster 2023-11-15T04:13:21.900809+0000 mgr.smithi037.kdknfa (mgr.14182) 1106 : cluster [DBG] pgmap v736: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:25.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:24 smithi037 bash[25974]: cluster 2023-11-15T04:13:23.902572+0000 mgr.smithi037.kdknfa (mgr.14182) 1107 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:25.353 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:25.353 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:25.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:24 smithi143 bash[29116]: cluster 2023-11-15T04:13:23.902572+0000 mgr.smithi037.kdknfa (mgr.14182) 1107 : cluster [DBG] pgmap v737: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:25.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:26.977 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:27.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:26 smithi143 bash[29116]: audit 2023-11-15T04:13:25.334984+0000 mgr.smithi037.kdknfa (mgr.14182) 1108 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:27.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:26 smithi143 bash[29116]: cluster 2023-11-15T04:13:25.904171+0000 mgr.smithi037.kdknfa (mgr.14182) 1109 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:27.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:26 smithi037 bash[25974]: audit 2023-11-15T04:13:25.334984+0000 mgr.smithi037.kdknfa (mgr.14182) 1108 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:27.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:26 smithi037 bash[25974]: cluster 2023-11-15T04:13:25.904171+0000 mgr.smithi037.kdknfa (mgr.14182) 1109 : cluster [DBG] pgmap v738: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:29.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:28 smithi143 bash[29116]: cluster 2023-11-15T04:13:27.906210+0000 mgr.smithi037.kdknfa (mgr.14182) 1110 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:29.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:28 smithi037 bash[25974]: cluster 2023-11-15T04:13:27.906210+0000 mgr.smithi037.kdknfa (mgr.14182) 1110 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:30.299 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:30.300 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:30.888 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:31.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:30 smithi037 bash[25974]: cluster 2023-11-15T04:13:29.907620+0000 mgr.smithi037.kdknfa (mgr.14182) 1111 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:31.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:30 smithi143 bash[29116]: cluster 2023-11-15T04:13:29.907620+0000 mgr.smithi037.kdknfa (mgr.14182) 1111 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:31.890 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:32.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:31 smithi037 bash[25974]: audit 2023-11-15T04:13:30.283004+0000 mgr.smithi037.kdknfa (mgr.14182) 1112 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:32.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:31 smithi143 bash[29116]: audit 2023-11-15T04:13:30.283004+0000 mgr.smithi037.kdknfa (mgr.14182) 1112 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:33.249 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:32 smithi037 bash[25974]: cluster 2023-11-15T04:13:31.909484+0000 mgr.smithi037.kdknfa (mgr.14182) 1113 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:33.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:32 smithi143 bash[29116]: cluster 2023-11-15T04:13:31.909484+0000 mgr.smithi037.kdknfa (mgr.14182) 1113 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:35.103 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:35.104 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:35.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:34 smithi143 bash[29116]: cluster 2023-11-15T04:13:33.911133+0000 mgr.smithi037.kdknfa (mgr.14182) 1114 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:35.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:34 smithi037 bash[25974]: cluster 2023-11-15T04:13:33.911133+0000 mgr.smithi037.kdknfa (mgr.14182) 1114 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:35.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:36.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:36 smithi143 bash[29116]: audit 2023-11-15T04:13:35.089202+0000 mgr.smithi037.kdknfa (mgr.14182) 1115 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:36.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:35 smithi037 bash[25974]: audit 2023-11-15T04:13:35.089202+0000 mgr.smithi037.kdknfa (mgr.14182) 1115 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:36.737 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:37.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:37 smithi143 bash[29116]: cluster 2023-11-15T04:13:35.912726+0000 mgr.smithi037.kdknfa (mgr.14182) 1116 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:37.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:36 smithi037 bash[25974]: cluster 2023-11-15T04:13:35.912726+0000 mgr.smithi037.kdknfa (mgr.14182) 1116 : cluster [DBG] pgmap v743: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:39.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:38 smithi143 bash[29116]: cluster 2023-11-15T04:13:37.914105+0000 mgr.smithi037.kdknfa (mgr.14182) 1117 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:39.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:38 smithi037 bash[25974]: cluster 2023-11-15T04:13:37.914105+0000 mgr.smithi037.kdknfa (mgr.14182) 1117 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:40.008 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:40.008 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:40.610 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:41.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:40 smithi143 bash[29116]: cluster 2023-11-15T04:13:39.915532+0000 mgr.smithi037.kdknfa (mgr.14182) 1118 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:41.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:40 smithi143 bash[29116]: audit 2023-11-15T04:13:39.997951+0000 mgr.smithi037.kdknfa (mgr.14182) 1119 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:41.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:40 smithi037 bash[25974]: cluster 2023-11-15T04:13:39.915532+0000 mgr.smithi037.kdknfa (mgr.14182) 1118 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:41.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:40 smithi037 bash[25974]: audit 2023-11-15T04:13:39.997951+0000 mgr.smithi037.kdknfa (mgr.14182) 1119 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:41.614 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:43.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:42 smithi143 bash[29116]: cluster 2023-11-15T04:13:41.917311+0000 mgr.smithi037.kdknfa (mgr.14182) 1120 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:43.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:42 smithi037 bash[25974]: cluster 2023-11-15T04:13:41.917311+0000 mgr.smithi037.kdknfa (mgr.14182) 1120 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:44.698 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:44.698 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:45.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:44 smithi037 bash[25974]: cluster 2023-11-15T04:13:43.918858+0000 mgr.smithi037.kdknfa (mgr.14182) 1121 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:45.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:45.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:44 smithi143 bash[29116]: cluster 2023-11-15T04:13:43.918858+0000 mgr.smithi037.kdknfa (mgr.14182) 1121 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:46.290 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:46.304 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:45 smithi037 bash[25974]: audit 2023-11-15T04:13:44.679827+0000 mgr.smithi037.kdknfa (mgr.14182) 1122 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:46.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:46 smithi143 bash[29116]: audit 2023-11-15T04:13:44.679827+0000 mgr.smithi037.kdknfa (mgr.14182) 1122 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:47.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:47 smithi143 bash[29116]: cluster 2023-11-15T04:13:45.920566+0000 mgr.smithi037.kdknfa (mgr.14182) 1123 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:47.411 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:46 smithi037 bash[25974]: cluster 2023-11-15T04:13:45.920566+0000 mgr.smithi037.kdknfa (mgr.14182) 1123 : cluster [DBG] pgmap v748: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:49.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:48 smithi143 bash[29116]: cluster 2023-11-15T04:13:47.922304+0000 mgr.smithi037.kdknfa (mgr.14182) 1124 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:49.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:48 smithi037 bash[25974]: cluster 2023-11-15T04:13:47.922304+0000 mgr.smithi037.kdknfa (mgr.14182) 1124 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:49.347 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:49.348 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:49.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:50.996 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:51.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:50 smithi143 bash[29116]: audit 2023-11-15T04:13:49.331842+0000 mgr.smithi037.kdknfa (mgr.14182) 1125 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:51.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:50 smithi143 bash[29116]: cluster 2023-11-15T04:13:49.923812+0000 mgr.smithi037.kdknfa (mgr.14182) 1126 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:51.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:50 smithi037 bash[25974]: audit 2023-11-15T04:13:49.331842+0000 mgr.smithi037.kdknfa (mgr.14182) 1125 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:51.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:50 smithi037 bash[25974]: cluster 2023-11-15T04:13:49.923812+0000 mgr.smithi037.kdknfa (mgr.14182) 1126 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:53.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:52 smithi143 bash[29116]: cluster 2023-11-15T04:13:51.925615+0000 mgr.smithi037.kdknfa (mgr.14182) 1127 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:53.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:52 smithi037 bash[25974]: cluster 2023-11-15T04:13:51.925615+0000 mgr.smithi037.kdknfa (mgr.14182) 1127 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:13:54.306 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:54.306 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:54.915 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:55.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:55 smithi037 bash[25974]: cluster 2023-11-15T04:13:53.926738+0000 mgr.smithi037.kdknfa (mgr.14182) 1128 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:55.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:55 smithi143 bash[29116]: cluster 2023-11-15T04:13:53.926738+0000 mgr.smithi037.kdknfa (mgr.14182) 1128 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:55.916 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:13:56.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:56 smithi037 bash[25974]: audit 2023-11-15T04:13:54.295428+0000 mgr.smithi037.kdknfa (mgr.14182) 1129 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:56.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:56 smithi143 bash[29116]: audit 2023-11-15T04:13:54.295428+0000 mgr.smithi037.kdknfa (mgr.14182) 1129 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:13:57.245 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:57 smithi037 bash[25974]: cluster 2023-11-15T04:13:55.927819+0000 mgr.smithi037.kdknfa (mgr.14182) 1130 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:57.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:57 smithi143 bash[29116]: cluster 2023-11-15T04:13:55.927819+0000 mgr.smithi037.kdknfa (mgr.14182) 1130 : cluster [DBG] pgmap v753: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:58.962 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:13:58.962 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:13:59.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:58 smithi143 bash[29116]: cluster 2023-11-15T04:13:57.929529+0000 mgr.smithi037.kdknfa (mgr.14182) 1131 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:58 smithi037 bash[25974]: cluster 2023-11-15T04:13:57.929529+0000 mgr.smithi037.kdknfa (mgr.14182) 1131 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:13:59.579 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:13:59.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:13:59 smithi037 bash[25974]: audit 2023-11-15T04:13:58.946365+0000 mgr.smithi037.kdknfa (mgr.14182) 1132 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:00.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:13:59 smithi143 bash[29116]: audit 2023-11-15T04:13:58.946365+0000 mgr.smithi037.kdknfa (mgr.14182) 1132 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:00.580 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:00.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:00 smithi037 bash[25974]: audit 2023-11-15T04:13:59.884821+0000 mon.smithi037 (mon.0) 941 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:14:00.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:00 smithi037 bash[25974]: cluster 2023-11-15T04:13:59.931039+0000 mgr.smithi037.kdknfa (mgr.14182) 1133 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:00.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:00 smithi037 bash[25974]: audit 2023-11-15T04:14:00.195117+0000 mon.smithi037 (mon.0) 942 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:14:00.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:00 smithi037 bash[25974]: audit 2023-11-15T04:14:00.196774+0000 mon.smithi037 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:14:00.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:00 smithi037 bash[25974]: audit 2023-11-15T04:14:00.206939+0000 mon.smithi037 (mon.0) 944 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:14:00.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:00 smithi037 bash[25974]: audit 2023-11-15T04:14:00.215342+0000 mon.smithi037 (mon.0) 945 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:14:00.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:00 smithi037 bash[25974]: audit 2023-11-15T04:14:00.234634+0000 mon.smithi037 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:14:01.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:00 smithi143 bash[29116]: audit 2023-11-15T04:13:59.884821+0000 mon.smithi037 (mon.0) 941 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:14:01.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:00 smithi143 bash[29116]: cluster 2023-11-15T04:13:59.931039+0000 mgr.smithi037.kdknfa (mgr.14182) 1133 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:01.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:00 smithi143 bash[29116]: audit 2023-11-15T04:14:00.195117+0000 mon.smithi037 (mon.0) 942 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:14:01.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:00 smithi143 bash[29116]: audit 2023-11-15T04:14:00.196774+0000 mon.smithi037 (mon.0) 943 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:14:01.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:00 smithi143 bash[29116]: audit 2023-11-15T04:14:00.206939+0000 mon.smithi037 (mon.0) 944 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:14:01.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:00 smithi143 bash[29116]: audit 2023-11-15T04:14:00.215342+0000 mon.smithi037 (mon.0) 945 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:14:01.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:00 smithi143 bash[29116]: audit 2023-11-15T04:14:00.234634+0000 mon.smithi037 (mon.0) 946 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:14:02.008 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:01 smithi037 bash[25974]: cluster 2023-11-15T04:14:00.208216+0000 mgr.smithi037.kdknfa (mgr.14182) 1134 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-15T04:14:02.008 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:01 smithi037 bash[25974]: cephadm 2023-11-15T04:14:00.239456+0000 mgr.smithi037.kdknfa (mgr.14182) 1135 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.xxnttm on smithi143 2023-11-15T04:14:02.008 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:01 smithi037 bash[25974]: cluster 2023-11-15T04:14:00.817177+0000 mon.smithi037 (mon.0) 947 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:14:02.009 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:01 smithi037 bash[25974]: cluster 2023-11-15T04:14:00.817250+0000 mon.smithi037 (mon.0) 948 : cluster [INF] Cluster is now healthy 2023-11-15T04:14:02.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:01 smithi143 bash[29116]: cluster 2023-11-15T04:14:00.208216+0000 mgr.smithi037.kdknfa (mgr.14182) 1134 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-15T04:14:02.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:01 smithi143 bash[29116]: cephadm 2023-11-15T04:14:00.239456+0000 mgr.smithi037.kdknfa (mgr.14182) 1135 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.xxnttm on smithi143 2023-11-15T04:14:02.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:01 smithi143 bash[29116]: cluster 2023-11-15T04:14:00.817177+0000 mon.smithi037 (mon.0) 947 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:14:02.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:01 smithi143 bash[29116]: cluster 2023-11-15T04:14:00.817250+0000 mon.smithi037 (mon.0) 948 : cluster [INF] Cluster is now healthy 2023-11-15T04:14:03.747 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:03.748 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:11:51.449567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.bvlpub on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:55.729049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.rptlug on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-rptlug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.rptlug\nDeploy daemon haproxy.nfs.foo.smithi143.rptlug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.876893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.itcdnm on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-itcdnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.itcdnm\nDeploy daemon haproxy.nfs.foo.smithi037.itcdnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:12:59.879378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ynglje on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:03.995 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:03 smithi143 bash[29116]: cluster 2023-11-15T04:14:02.209567+0000 mgr.smithi037.kdknfa (mgr.14182) 1136 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:14:04.061 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:03 smithi037 bash[25974]: cluster 2023-11-15T04:14:02.209567+0000 mgr.smithi037.kdknfa (mgr.14182) 1136 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:14:04.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:05.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: audit 2023-11-15T04:14:03.737212+0000 mgr.smithi037.kdknfa (mgr.14182) 1137 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:05.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: cephadm 2023-11-15T04:14:04.056449+0000 mgr.smithi037.kdknfa (mgr.14182) 1138 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:05.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:05.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.xxnttm ... 2023-11-15T04:14:05.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:05.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:05.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:05.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:14:05.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:14:05.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:14:05.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:14:05.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:14:05.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:05.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:05.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.xxnttm ... 2023-11-15T04:14:05.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:05.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:05.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:05.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: cephadm 2023-11-15T04:14:04.056908+0000 mgr.smithi037.kdknfa (mgr.14182) 1139 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: audit 2023-11-15T04:14:04.057693+0000 mon.smithi037 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.xxnttm"}]: dispatch 2023-11-15T04:14:05.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: cephadm 2023-11-15T04:14:04.059537+0000 mgr.smithi037.kdknfa (mgr.14182) 1140 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:05.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.xxnttm ... 2023-11-15T04:14:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:05.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:05.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:05.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:04 smithi143 bash[29116]: cephadm 2023-11-15T04:14:04.064336+0000 mgr.smithi037.kdknfa (mgr.14182) 1141 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.hptwrj on smithi037 2023-11-15T04:14:05.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: audit 2023-11-15T04:14:03.737212+0000 mgr.smithi037.kdknfa (mgr.14182) 1137 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:05.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: cephadm 2023-11-15T04:14:04.056449+0000 mgr.smithi037.kdknfa (mgr.14182) 1138 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:05.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:05.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.xxnttm ... 2023-11-15T04:14:05.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:05.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:05.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:05.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:14:05.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:14:05.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:14:05.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:14:05.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:14:05.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:05.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:05.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.xxnttm ... 2023-11-15T04:14:05.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:05.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:05.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:05.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: cephadm 2023-11-15T04:14:04.056908+0000 mgr.smithi037.kdknfa (mgr.14182) 1139 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: audit 2023-11-15T04:14:04.057693+0000 mon.smithi037 (mon.0) 949 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.xxnttm"}]: dispatch 2023-11-15T04:14:05.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: cephadm 2023-11-15T04:14:04.059537+0000 mgr.smithi037.kdknfa (mgr.14182) 1140 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:05.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm 2023-11-15T04:14:05.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:05.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm 2023-11-15T04:14:05.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.xxnttm ... 2023-11-15T04:14:05.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:05.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:05.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:05.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:05.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:04 smithi037 bash[25974]: cephadm 2023-11-15T04:14:04.064336+0000 mgr.smithi037.kdknfa (mgr.14182) 1141 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.hptwrj on smithi037 2023-11-15T04:14:05.348 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:06.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:05 smithi143 bash[29116]: cluster 2023-11-15T04:14:04.211084+0000 mgr.smithi037.kdknfa (mgr.14182) 1142 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:14:06.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:05 smithi037 bash[25974]: cluster 2023-11-15T04:14:04.211084+0000 mgr.smithi037.kdknfa (mgr.14182) 1142 : cluster [DBG] pgmap v758: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:14:08.126 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:07 smithi037 bash[25974]: cluster 2023-11-15T04:14:06.212410+0000 mgr.smithi037.kdknfa (mgr.14182) 1143 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:14:08.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:07 smithi143 bash[29116]: cluster 2023-11-15T04:14:06.212410+0000 mgr.smithi037.kdknfa (mgr.14182) 1143 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:14:08.831 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:08.832 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:09.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:08 smithi143 bash[29116]: audit 2023-11-15T04:14:08.121996+0000 mon.smithi037 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.hptwrj"}]: dispatch 2023-11-15T04:14:09.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:08 smithi037 bash[25974]: audit 2023-11-15T04:14:08.121996+0000 mon.smithi037 (mon.0) 950 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.hptwrj"}]: dispatch 2023-11-15T04:14:09.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:10.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: cephadm 2023-11-15T04:14:08.121146+0000 mgr.smithi037.kdknfa (mgr.14182) 1144 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:10.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:10.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.hptwrj ... 2023-11-15T04:14:10.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.152 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:10.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:10.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:10.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:14:10.153 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:14:10.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:14:10.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:14:10.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:14:10.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.154 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:10.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:10.155 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.hptwrj ... 2023-11-15T04:14:10.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:10.156 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:10.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:10.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: cephadm 2023-11-15T04:14:08.121443+0000 mgr.smithi037.kdknfa (mgr.14182) 1145 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: cephadm 2023-11-15T04:14:08.123396+0000 mgr.smithi037.kdknfa (mgr.14182) 1146 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.157 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:10.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:14:10.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.158 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.hptwrj ... 2023-11-15T04:14:10.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:10.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:10.159 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:10.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: cephadm 2023-11-15T04:14:08.127427+0000 mgr.smithi037.kdknfa (mgr.14182) 1147 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:14:10.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: cephadm 2023-11-15T04:14:08.131102+0000 mgr.smithi037.kdknfa (mgr.14182) 1148 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:14:10.160 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: cluster 2023-11-15T04:14:08.133416+0000 mgr.smithi037.kdknfa (mgr.14182) 1149 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:14:10.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: audit 2023-11-15T04:14:08.816438+0000 mgr.smithi037.kdknfa (mgr.14182) 1150 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:10.161 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:09 smithi143 bash[29116]: cluster 2023-11-15T04:14:08.854017+0000 mon.smithi037 (mon.0) 951 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:14:10.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: cephadm 2023-11-15T04:14:08.121146+0000 mgr.smithi037.kdknfa (mgr.14182) 1144 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:10.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:10.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.hptwrj ... 2023-11-15T04:14:10.217 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:10.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:10.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:10.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.218 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:14:10.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:14:10.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:14:10.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:14:10.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:14:10.219 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:10.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:10.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.hptwrj ... 2023-11-15T04:14:10.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:10.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:10.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:10.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: cephadm 2023-11-15T04:14:08.121443+0000 mgr.smithi037.kdknfa (mgr.14182) 1145 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.222 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: cephadm 2023-11-15T04:14:08.123396+0000 mgr.smithi037.kdknfa (mgr.14182) 1146 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:10.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj 2023-11-15T04:14:10.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:14:10.223 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj 2023-11-15T04:14:10.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.hptwrj ... 2023-11-15T04:14:10.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:14:10.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:14:10.224 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:14:10.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:14:10.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: cephadm 2023-11-15T04:14:08.127427+0000 mgr.smithi037.kdknfa (mgr.14182) 1147 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:14:10.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: cephadm 2023-11-15T04:14:08.131102+0000 mgr.smithi037.kdknfa (mgr.14182) 1148 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:14:10.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: cluster 2023-11-15T04:14:08.133416+0000 mgr.smithi037.kdknfa (mgr.14182) 1149 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:14:10.225 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: audit 2023-11-15T04:14:08.816438+0000 mgr.smithi037.kdknfa (mgr.14182) 1150 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:10.226 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:09 smithi037 bash[25974]: cluster 2023-11-15T04:14:08.854017+0000 mon.smithi037 (mon.0) 951 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:14:10.524 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:11.952 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:11 smithi037 bash[25974]: cluster 2023-11-15T04:14:10.134905+0000 mgr.smithi037.kdknfa (mgr.14182) 1151 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-11-15T04:14:11.953 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:11 smithi037 bash[25974]: audit 2023-11-15T04:14:11.641815+0000 mon.smithi037 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:14:12.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:11 smithi143 bash[29116]: cluster 2023-11-15T04:14:10.134905+0000 mgr.smithi037.kdknfa (mgr.14182) 1151 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-11-15T04:14:12.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:11 smithi143 bash[29116]: audit 2023-11-15T04:14:11.641815+0000 mon.smithi037 (mon.0) 952 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:14:13.703 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:13.703 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:14.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:13 smithi143 bash[29116]: cluster 2023-11-15T04:14:12.136460+0000 mgr.smithi037.kdknfa (mgr.14182) 1152 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:14.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:13 smithi037 bash[25974]: cluster 2023-11-15T04:14:12.136460+0000 mgr.smithi037.kdknfa (mgr.14182) 1152 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:14.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:15.149 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:14 smithi143 bash[29116]: audit 2023-11-15T04:14:13.692472+0000 mgr.smithi037.kdknfa (mgr.14182) 1153 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:15.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:14 smithi037 bash[25974]: audit 2023-11-15T04:14:13.692472+0000 mgr.smithi037.kdknfa (mgr.14182) 1153 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:15.334 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:16.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:15 smithi143 bash[29116]: cluster 2023-11-15T04:14:14.138282+0000 mgr.smithi037.kdknfa (mgr.14182) 1154 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:16.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:15 smithi037 bash[25974]: cluster 2023-11-15T04:14:14.138282+0000 mgr.smithi037.kdknfa (mgr.14182) 1154 : cluster [DBG] pgmap v763: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:18.191 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:17 smithi037 bash[25974]: cluster 2023-11-15T04:14:16.139882+0000 mgr.smithi037.kdknfa (mgr.14182) 1155 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:17 smithi143 bash[29116]: cluster 2023-11-15T04:14:16.139882+0000 mgr.smithi037.kdknfa (mgr.14182) 1155 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:18.551 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:18.551 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:19.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:20.182 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:20.196 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:19 smithi037 bash[25974]: cluster 2023-11-15T04:14:18.140843+0000 mgr.smithi037.kdknfa (mgr.14182) 1156 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:20.196 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:19 smithi037 bash[25974]: audit 2023-11-15T04:14:18.537957+0000 mgr.smithi037.kdknfa (mgr.14182) 1157 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:20.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:19 smithi143 bash[29116]: cluster 2023-11-15T04:14:18.140843+0000 mgr.smithi037.kdknfa (mgr.14182) 1156 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:20.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:19 smithi143 bash[29116]: audit 2023-11-15T04:14:18.537957+0000 mgr.smithi037.kdknfa (mgr.14182) 1157 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:22.221 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:21 smithi037 bash[25974]: cluster 2023-11-15T04:14:20.142347+0000 mgr.smithi037.kdknfa (mgr.14182) 1158 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:22.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:21 smithi143 bash[29116]: cluster 2023-11-15T04:14:20.142347+0000 mgr.smithi037.kdknfa (mgr.14182) 1158 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:23.454 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:23.454 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:24.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:24.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:23 smithi037 bash[25974]: cluster 2023-11-15T04:14:22.143207+0000 mgr.smithi037.kdknfa (mgr.14182) 1159 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:24.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:23 smithi143 bash[29116]: cluster 2023-11-15T04:14:22.143207+0000 mgr.smithi037.kdknfa (mgr.14182) 1159 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:25.077 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:25.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:24 smithi037 bash[25974]: audit 2023-11-15T04:14:23.438453+0000 mgr.smithi037.kdknfa (mgr.14182) 1160 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:25.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:24 smithi143 bash[29116]: audit 2023-11-15T04:14:23.438453+0000 mgr.smithi037.kdknfa (mgr.14182) 1160 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:26.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:25 smithi037 bash[25974]: cluster 2023-11-15T04:14:24.145038+0000 mgr.smithi037.kdknfa (mgr.14182) 1161 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:26.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:25 smithi143 bash[29116]: cluster 2023-11-15T04:14:24.145038+0000 mgr.smithi037.kdknfa (mgr.14182) 1161 : cluster [DBG] pgmap v768: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:28.115 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:28.115 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:28.201 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:27 smithi037 bash[25974]: cluster 2023-11-15T04:14:26.146344+0000 mgr.smithi037.kdknfa (mgr.14182) 1162 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:28.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:27 smithi143 bash[29116]: cluster 2023-11-15T04:14:26.146344+0000 mgr.smithi037.kdknfa (mgr.14182) 1162 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:28.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:29.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:28 smithi037 bash[25974]: audit 2023-11-15T04:14:28.099677+0000 mgr.smithi037.kdknfa (mgr.14182) 1163 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:29.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:28 smithi143 bash[29116]: audit 2023-11-15T04:14:28.099677+0000 mgr.smithi037.kdknfa (mgr.14182) 1163 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:29.749 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:30.034 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:29 smithi037 bash[25974]: cluster 2023-11-15T04:14:28.148050+0000 mgr.smithi037.kdknfa (mgr.14182) 1164 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:30.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:29 smithi143 bash[29116]: cluster 2023-11-15T04:14:28.148050+0000 mgr.smithi037.kdknfa (mgr.14182) 1164 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:32.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:31 smithi037 bash[25974]: cluster 2023-11-15T04:14:30.148856+0000 mgr.smithi037.kdknfa (mgr.14182) 1165 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:32.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:31 smithi143 bash[29116]: cluster 2023-11-15T04:14:30.148856+0000 mgr.smithi037.kdknfa (mgr.14182) 1165 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:33.052 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:33.052 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:33.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:34.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:33 smithi143 bash[29116]: cluster 2023-11-15T04:14:32.150534+0000 mgr.smithi037.kdknfa (mgr.14182) 1166 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:34.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:33 smithi143 bash[29116]: audit 2023-11-15T04:14:33.035852+0000 mgr.smithi037.kdknfa (mgr.14182) 1167 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:34.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:33 smithi037 bash[25974]: cluster 2023-11-15T04:14:32.150534+0000 mgr.smithi037.kdknfa (mgr.14182) 1166 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:34.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:33 smithi037 bash[25974]: audit 2023-11-15T04:14:33.035852+0000 mgr.smithi037.kdknfa (mgr.14182) 1167 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:34.694 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:36.105 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:35 smithi037 bash[25974]: cluster 2023-11-15T04:14:34.152389+0000 mgr.smithi037.kdknfa (mgr.14182) 1168 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:36.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:35 smithi143 bash[29116]: cluster 2023-11-15T04:14:34.152389+0000 mgr.smithi037.kdknfa (mgr.14182) 1168 : cluster [DBG] pgmap v773: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:37.901 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:37.901 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:38.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:37 smithi037 bash[25974]: cluster 2023-11-15T04:14:36.154069+0000 mgr.smithi037.kdknfa (mgr.14182) 1169 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:38.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:37 smithi143 bash[29116]: cluster 2023-11-15T04:14:36.154069+0000 mgr.smithi037.kdknfa (mgr.14182) 1169 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:38.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:39.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:38 smithi143 bash[29116]: audit 2023-11-15T04:14:37.888265+0000 mgr.smithi037.kdknfa (mgr.14182) 1170 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:39.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:38 smithi037 bash[25974]: audit 2023-11-15T04:14:37.888265+0000 mgr.smithi037.kdknfa (mgr.14182) 1170 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:39.513 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:40.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:39 smithi143 bash[29116]: cluster 2023-11-15T04:14:38.155789+0000 mgr.smithi037.kdknfa (mgr.14182) 1171 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:40.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:39 smithi037 bash[25974]: cluster 2023-11-15T04:14:38.155789+0000 mgr.smithi037.kdknfa (mgr.14182) 1171 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:42.373 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:41 smithi037 bash[25974]: cluster 2023-11-15T04:14:40.156950+0000 mgr.smithi037.kdknfa (mgr.14182) 1172 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:42 smithi143 bash[29116]: cluster 2023-11-15T04:14:40.156950+0000 mgr.smithi037.kdknfa (mgr.14182) 1172 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:42.796 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:42.797 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:43.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:44.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:44 smithi143 bash[29116]: cluster 2023-11-15T04:14:42.157741+0000 mgr.smithi037.kdknfa (mgr.14182) 1173 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:44.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:44 smithi143 bash[29116]: audit 2023-11-15T04:14:42.784316+0000 mgr.smithi037.kdknfa (mgr.14182) 1174 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:44.437 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:44.450 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:44 smithi037 bash[25974]: cluster 2023-11-15T04:14:42.157741+0000 mgr.smithi037.kdknfa (mgr.14182) 1173 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:44.450 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:44 smithi037 bash[25974]: audit 2023-11-15T04:14:42.784316+0000 mgr.smithi037.kdknfa (mgr.14182) 1174 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:46.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:46 smithi037 bash[25974]: cluster 2023-11-15T04:14:44.159541+0000 mgr.smithi037.kdknfa (mgr.14182) 1175 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:46.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:46 smithi143 bash[29116]: cluster 2023-11-15T04:14:44.159541+0000 mgr.smithi037.kdknfa (mgr.14182) 1175 : cluster [DBG] pgmap v778: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:47.570 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:47.571 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:48.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:48.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:48 smithi143 bash[29116]: cluster 2023-11-15T04:14:46.161109+0000 mgr.smithi037.kdknfa (mgr.14182) 1176 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:48.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:48 smithi037 bash[25974]: cluster 2023-11-15T04:14:46.161109+0000 mgr.smithi037.kdknfa (mgr.14182) 1176 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:49.191 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:49.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:49 smithi143 bash[29116]: audit 2023-11-15T04:14:47.558234+0000 mgr.smithi037.kdknfa (mgr.14182) 1177 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:49.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:49 smithi037 bash[25974]: audit 2023-11-15T04:14:47.558234+0000 mgr.smithi037.kdknfa (mgr.14182) 1177 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:50.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:50 smithi143 bash[29116]: cluster 2023-11-15T04:14:48.162361+0000 mgr.smithi037.kdknfa (mgr.14182) 1178 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:50.414 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:50 smithi037 bash[25974]: cluster 2023-11-15T04:14:48.162361+0000 mgr.smithi037.kdknfa (mgr.14182) 1178 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:52.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:52 smithi037 bash[25974]: cluster 2023-11-15T04:14:50.163877+0000 mgr.smithi037.kdknfa (mgr.14182) 1179 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:52.367 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:52.368 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:52.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:52 smithi143 bash[29116]: cluster 2023-11-15T04:14:50.163877+0000 mgr.smithi037.kdknfa (mgr.14182) 1179 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:14:53.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:54.017 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:54.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:54 smithi143 bash[29116]: cluster 2023-11-15T04:14:52.165397+0000 mgr.smithi037.kdknfa (mgr.14182) 1180 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:54.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:54 smithi143 bash[29116]: audit 2023-11-15T04:14:52.350880+0000 mgr.smithi037.kdknfa (mgr.14182) 1181 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:54.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:54 smithi037 bash[25974]: cluster 2023-11-15T04:14:52.165397+0000 mgr.smithi037.kdknfa (mgr.14182) 1180 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:54.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:54 smithi037 bash[25974]: audit 2023-11-15T04:14:52.350880+0000 mgr.smithi037.kdknfa (mgr.14182) 1181 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:56.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:56 smithi143 bash[29116]: cluster 2023-11-15T04:14:54.167184+0000 mgr.smithi037.kdknfa (mgr.14182) 1182 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:56.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:56 smithi037 bash[25974]: cluster 2023-11-15T04:14:54.167184+0000 mgr.smithi037.kdknfa (mgr.14182) 1182 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:57.194 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:14:57.194 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:14:57.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:14:58.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:58 smithi143 bash[29116]: cluster 2023-11-15T04:14:56.168792+0000 mgr.smithi037.kdknfa (mgr.14182) 1183 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:58.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:58 smithi037 bash[25974]: cluster 2023-11-15T04:14:56.168792+0000 mgr.smithi037.kdknfa (mgr.14182) 1183 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:14:58.801 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:14:59.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:14:59 smithi037 bash[25974]: audit 2023-11-15T04:14:57.179437+0000 mgr.smithi037.kdknfa (mgr.14182) 1184 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:14:59.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:14:59 smithi143 bash[29116]: audit 2023-11-15T04:14:57.179437+0000 mgr.smithi037.kdknfa (mgr.14182) 1184 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:00.196 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:00 smithi037 bash[25974]: cluster 2023-11-15T04:14:58.170517+0000 mgr.smithi037.kdknfa (mgr.14182) 1185 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:00.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:00 smithi143 bash[29116]: cluster 2023-11-15T04:14:58.170517+0000 mgr.smithi037.kdknfa (mgr.14182) 1185 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:01.926 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:01.927 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:02.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:02 smithi143 bash[29116]: cluster 2023-11-15T04:15:00.172197+0000 mgr.smithi037.kdknfa (mgr.14182) 1186 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:02.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:02 smithi037 bash[25974]: cluster 2023-11-15T04:15:00.172197+0000 mgr.smithi037.kdknfa (mgr.14182) 1186 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:02.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:03.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:03 smithi143 bash[29116]: audit 2023-11-15T04:15:01.907963+0000 mgr.smithi037.kdknfa (mgr.14182) 1187 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:03.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:03 smithi037 bash[25974]: audit 2023-11-15T04:15:01.907963+0000 mgr.smithi037.kdknfa (mgr.14182) 1187 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:03.636 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:04.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:04 smithi143 bash[29116]: cluster 2023-11-15T04:15:02.173854+0000 mgr.smithi037.kdknfa (mgr.14182) 1188 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:04.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:04 smithi037 bash[25974]: cluster 2023-11-15T04:15:02.173854+0000 mgr.smithi037.kdknfa (mgr.14182) 1188 : cluster [DBG] pgmap v787: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:06.370 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:06 smithi037 bash[25974]: cluster 2023-11-15T04:15:04.175704+0000 mgr.smithi037.kdknfa (mgr.14182) 1189 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:06.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:06 smithi143 bash[29116]: cluster 2023-11-15T04:15:04.175704+0000 mgr.smithi037.kdknfa (mgr.14182) 1189 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:06.814 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:06.815 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:07.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:08.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:08 smithi143 bash[29116]: cluster 2023-11-15T04:15:06.177310+0000 mgr.smithi037.kdknfa (mgr.14182) 1190 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:08.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:08 smithi143 bash[29116]: audit 2023-11-15T04:15:06.804222+0000 mgr.smithi037.kdknfa (mgr.14182) 1191 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:08.429 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:08.439 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:08 smithi037 bash[25974]: cluster 2023-11-15T04:15:06.177310+0000 mgr.smithi037.kdknfa (mgr.14182) 1190 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:08.439 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:08 smithi037 bash[25974]: audit 2023-11-15T04:15:06.804222+0000 mgr.smithi037.kdknfa (mgr.14182) 1191 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:09.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:09 smithi143 bash[29116]: audit 2023-11-15T04:15:08.135234+0000 mon.smithi037 (mon.0) 953 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:15:09.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:09 smithi143 bash[29116]: audit 2023-11-15T04:15:08.449917+0000 mon.smithi037 (mon.0) 954 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:15:09.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:09 smithi143 bash[29116]: audit 2023-11-15T04:15:08.451299+0000 mon.smithi037 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:15:09.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:09 smithi143 bash[29116]: audit 2023-11-15T04:15:08.461504+0000 mon.smithi037 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:15:09.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:09 smithi143 bash[29116]: audit 2023-11-15T04:15:08.472555+0000 mon.smithi037 (mon.0) 957 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:15:09.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:09 smithi143 bash[29116]: audit 2023-11-15T04:15:08.487178+0000 mon.smithi037 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:15:09.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:09 smithi037 bash[25974]: audit 2023-11-15T04:15:08.135234+0000 mon.smithi037 (mon.0) 953 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:15:09.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:09 smithi037 bash[25974]: audit 2023-11-15T04:15:08.449917+0000 mon.smithi037 (mon.0) 954 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:15:09.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:09 smithi037 bash[25974]: audit 2023-11-15T04:15:08.451299+0000 mon.smithi037 (mon.0) 955 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:15:09.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:09 smithi037 bash[25974]: audit 2023-11-15T04:15:08.461504+0000 mon.smithi037 (mon.0) 956 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:15:09.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:09 smithi037 bash[25974]: audit 2023-11-15T04:15:08.472555+0000 mon.smithi037 (mon.0) 957 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:15:09.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:09 smithi037 bash[25974]: audit 2023-11-15T04:15:08.487178+0000 mon.smithi037 (mon.0) 958 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:15:10.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:10 smithi143 bash[29116]: cluster 2023-11-15T04:15:08.178855+0000 mgr.smithi037.kdknfa (mgr.14182) 1192 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:10.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:10 smithi143 bash[29116]: cluster 2023-11-15T04:15:08.462722+0000 mgr.smithi037.kdknfa (mgr.14182) 1193 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:10.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:10 smithi143 bash[29116]: cephadm 2023-11-15T04:15:08.490443+0000 mgr.smithi037.kdknfa (mgr.14182) 1194 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.gxgtau on smithi143 2023-11-15T04:15:10.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:10 smithi143 bash[29116]: cluster 2023-11-15T04:15:09.093221+0000 mon.smithi037 (mon.0) 959 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:15:10.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:10 smithi143 bash[29116]: cluster 2023-11-15T04:15:09.093283+0000 mon.smithi037 (mon.0) 960 : cluster [INF] Cluster is now healthy 2023-11-15T04:15:10.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:10 smithi037 bash[25974]: cluster 2023-11-15T04:15:08.178855+0000 mgr.smithi037.kdknfa (mgr.14182) 1192 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:10.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:10 smithi037 bash[25974]: cluster 2023-11-15T04:15:08.462722+0000 mgr.smithi037.kdknfa (mgr.14182) 1193 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:10.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:10 smithi037 bash[25974]: cephadm 2023-11-15T04:15:08.490443+0000 mgr.smithi037.kdknfa (mgr.14182) 1194 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.gxgtau on smithi143 2023-11-15T04:15:10.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:10 smithi037 bash[25974]: cluster 2023-11-15T04:15:09.093221+0000 mon.smithi037 (mon.0) 959 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:15:10.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:10 smithi037 bash[25974]: cluster 2023-11-15T04:15:09.093283+0000 mon.smithi037 (mon.0) 960 : cluster [INF] Cluster is now healthy 2023-11-15T04:15:11.783 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:11.783 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:12:59.881173Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.tkyjta on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:04.059233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.xxnttm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-xxnttm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.xxnttm\nDeploy daemon haproxy.nfs.foo.smithi143.xxnttm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.123147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hptwrj on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hptwrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hptwrj\nDeploy daemon haproxy.nfs.foo.smithi037.hptwrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:14:08.127222Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.tkamqw on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:12.253 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:12 smithi143 bash[29116]: cluster 2023-11-15T04:15:10.464135+0000 mgr.smithi037.kdknfa (mgr.14182) 1195 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:12.440 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:12 smithi037 bash[25974]: cluster 2023-11-15T04:15:10.464135+0000 mgr.smithi037.kdknfa (mgr.14182) 1195 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:12.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:13.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:13 smithi143 bash[29116]: audit 2023-11-15T04:15:11.766503+0000 mgr.smithi037.kdknfa (mgr.14182) 1196 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:13.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:13 smithi143 bash[29116]: audit 2023-11-15T04:15:12.316863+0000 mon.smithi037 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.gxgtau"}]: dispatch 2023-11-15T04:15:13.443 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:13.456 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:13 smithi037 bash[25974]: audit 2023-11-15T04:15:11.766503+0000 mgr.smithi037.kdknfa (mgr.14182) 1196 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:13.456 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:13 smithi037 bash[25974]: audit 2023-11-15T04:15:12.316863+0000 mon.smithi037 (mon.0) 961 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.gxgtau"}]: dispatch 2023-11-15T04:15:14.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: cephadm 2023-11-15T04:15:12.315831+0000 mgr.smithi037.kdknfa (mgr.14182) 1197 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:14.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:14.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.gxgtau ... 2023-11-15T04:15:14.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:14.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:14.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:14.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:15:14.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:15:14.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:15:14.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:15:14.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:15:14.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:14.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:14.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.gxgtau ... 2023-11-15T04:15:14.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:14.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:14.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:14.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: cephadm 2023-11-15T04:15:12.316342+0000 mgr.smithi037.kdknfa (mgr.14182) 1198 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: cephadm 2023-11-15T04:15:12.318332+0000 mgr.smithi037.kdknfa (mgr.14182) 1199 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:14.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:14.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.gxgtau ... 2023-11-15T04:15:14.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:14.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:14.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:14.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: cephadm 2023-11-15T04:15:12.323053+0000 mgr.smithi037.kdknfa (mgr.14182) 1200 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.atioml on smithi037 2023-11-15T04:15:14.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: cluster 2023-11-15T04:15:12.465424+0000 mgr.smithi037.kdknfa (mgr.14182) 1201 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:14.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:14 smithi143 bash[29116]: audit 2023-11-15T04:15:13.709465+0000 mon.smithi037 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:15:14.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: cephadm 2023-11-15T04:15:12.315831+0000 mgr.smithi037.kdknfa (mgr.14182) 1197 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:14.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:14.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.gxgtau ... 2023-11-15T04:15:14.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:14.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:14.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:14.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:15:14.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:15:14.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:15:14.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:15:14.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:15:14.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:14.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:14.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.gxgtau ... 2023-11-15T04:15:14.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:14.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:14.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:14.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: cephadm 2023-11-15T04:15:12.316342+0000 mgr.smithi037.kdknfa (mgr.14182) 1198 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: cephadm 2023-11-15T04:15:12.318332+0000 mgr.smithi037.kdknfa (mgr.14182) 1199 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:14.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau 2023-11-15T04:15:14.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:14.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau 2023-11-15T04:15:14.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.gxgtau ... 2023-11-15T04:15:14.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:14.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:14.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:14.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:14.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: cephadm 2023-11-15T04:15:12.323053+0000 mgr.smithi037.kdknfa (mgr.14182) 1200 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.atioml on smithi037 2023-11-15T04:15:14.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: cluster 2023-11-15T04:15:12.465424+0000 mgr.smithi037.kdknfa (mgr.14182) 1201 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:14.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:14 smithi037 bash[25974]: audit 2023-11-15T04:15:13.709465+0000 mon.smithi037 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:15:16.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:16 smithi143 bash[29116]: cluster 2023-11-15T04:15:14.467003+0000 mgr.smithi037.kdknfa (mgr.14182) 1202 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:16.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:16 smithi037 bash[25974]: cluster 2023-11-15T04:15:14.467003+0000 mgr.smithi037.kdknfa (mgr.14182) 1202 : cluster [DBG] pgmap v794: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:15:16.644 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:16.645 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:17.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:17.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:17 smithi143 bash[29116]: audit 2023-11-15T04:15:16.219897+0000 mon.smithi037 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.atioml"}]: dispatch 2023-11-15T04:15:17.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:17 smithi143 bash[29116]: audit 2023-11-15T04:15:16.703454+0000 mon.smithi037 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:15:17.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:17 smithi037 bash[25974]: audit 2023-11-15T04:15:16.219897+0000 mon.smithi037 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.atioml"}]: dispatch 2023-11-15T04:15:17.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:17 smithi037 bash[25974]: audit 2023-11-15T04:15:16.703454+0000 mon.smithi037 (mon.0) 964 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:15:18.325 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:18.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: cephadm 2023-11-15T04:15:16.218563+0000 mgr.smithi037.kdknfa (mgr.14182) 1203 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:18.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:18.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.atioml ... 2023-11-15T04:15:18.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:18.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:18.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:18.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:15:18.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:15:18.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:15:18.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:15:18.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:15:18.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:18.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:18.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.atioml ... 2023-11-15T04:15:18.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:18.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:18.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:18.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: cephadm 2023-11-15T04:15:16.219137+0000 mgr.smithi037.kdknfa (mgr.14182) 1204 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: cephadm 2023-11-15T04:15:16.221442+0000 mgr.smithi037.kdknfa (mgr.14182) 1205 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:18.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:15:18.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.atioml ... 2023-11-15T04:15:18.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:18.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:18.412 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:18.412 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.412 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: cephadm 2023-11-15T04:15:16.226127+0000 mgr.smithi037.kdknfa (mgr.14182) 1206 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:15:18.412 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: cephadm 2023-11-15T04:15:16.229925+0000 mgr.smithi037.kdknfa (mgr.14182) 1207 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:15:18.412 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: cluster 2023-11-15T04:15:16.232409+0000 mgr.smithi037.kdknfa (mgr.14182) 1208 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:15:18.413 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: audit 2023-11-15T04:15:16.634054+0000 mgr.smithi037.kdknfa (mgr.14182) 1209 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:18.413 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:18 smithi143 bash[29116]: cluster 2023-11-15T04:15:17.124650+0000 mon.smithi037 (mon.0) 965 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:15:18.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: cephadm 2023-11-15T04:15:16.218563+0000 mgr.smithi037.kdknfa (mgr.14182) 1203 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:18.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:18.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.atioml ... 2023-11-15T04:15:18.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:18.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:18.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:18.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:15:18.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:15:18.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:15:18.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:15:18.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:15:18.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:18.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:18.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.atioml ... 2023-11-15T04:15:18.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:18.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:18.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:18.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: cephadm 2023-11-15T04:15:16.219137+0000 mgr.smithi037.kdknfa (mgr.14182) 1204 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: cephadm 2023-11-15T04:15:16.221442+0000 mgr.smithi037.kdknfa (mgr.14182) 1205 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:18.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml 2023-11-15T04:15:18.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:15:18.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml 2023-11-15T04:15:18.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.atioml ... 2023-11-15T04:15:18.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:15:18.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:15:18.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:15:18.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:15:18.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: cephadm 2023-11-15T04:15:16.226127+0000 mgr.smithi037.kdknfa (mgr.14182) 1206 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:15:18.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: cephadm 2023-11-15T04:15:16.229925+0000 mgr.smithi037.kdknfa (mgr.14182) 1207 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:15:18.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: cluster 2023-11-15T04:15:16.232409+0000 mgr.smithi037.kdknfa (mgr.14182) 1208 : cluster [DBG] pgmap v795: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:15:18.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: audit 2023-11-15T04:15:16.634054+0000 mgr.smithi037.kdknfa (mgr.14182) 1209 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:18.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:18 smithi037 bash[25974]: cluster 2023-11-15T04:15:17.124650+0000 mon.smithi037 (mon.0) 965 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:15:19.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:19 smithi037 bash[25974]: cluster 2023-11-15T04:15:18.234240+0000 mgr.smithi037.kdknfa (mgr.14182) 1210 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:15:19.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:19 smithi143 bash[29116]: cluster 2023-11-15T04:15:18.234240+0000 mgr.smithi037.kdknfa (mgr.14182) 1210 : cluster [DBG] pgmap v796: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:15:21.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:21 smithi037 bash[25974]: cluster 2023-11-15T04:15:20.235988+0000 mgr.smithi037.kdknfa (mgr.14182) 1211 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-15T04:15:21.583 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:21.584 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:21.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:21 smithi143 bash[29116]: cluster 2023-11-15T04:15:20.235988+0000 mgr.smithi037.kdknfa (mgr.14182) 1211 : cluster [DBG] pgmap v797: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-15T04:15:22.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:22.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:22 smithi143 bash[29116]: audit 2023-11-15T04:15:21.566976+0000 mgr.smithi037.kdknfa (mgr.14182) 1212 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:22.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:22 smithi037 bash[25974]: audit 2023-11-15T04:15:21.566976+0000 mgr.smithi037.kdknfa (mgr.14182) 1212 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:23.234 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:24.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:23 smithi143 bash[29116]: cluster 2023-11-15T04:15:22.237797+0000 mgr.smithi037.kdknfa (mgr.14182) 1213 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:15:24.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:23 smithi037 bash[25974]: cluster 2023-11-15T04:15:22.237797+0000 mgr.smithi037.kdknfa (mgr.14182) 1213 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:15:26.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:25 smithi143 bash[29116]: cluster 2023-11-15T04:15:24.239678+0000 mgr.smithi037.kdknfa (mgr.14182) 1214 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:15:26.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:25 smithi037 bash[25974]: cluster 2023-11-15T04:15:24.239678+0000 mgr.smithi037.kdknfa (mgr.14182) 1214 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:15:26.316 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:26.317 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:26.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:27.959 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:28.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:27 smithi143 bash[29116]: cluster 2023-11-15T04:15:26.241284+0000 mgr.smithi037.kdknfa (mgr.14182) 1215 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:15:28.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:27 smithi143 bash[29116]: audit 2023-11-15T04:15:26.300433+0000 mgr.smithi037.kdknfa (mgr.14182) 1216 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:28.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:27 smithi037 bash[25974]: cluster 2023-11-15T04:15:26.241284+0000 mgr.smithi037.kdknfa (mgr.14182) 1215 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:15:28.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:27 smithi037 bash[25974]: audit 2023-11-15T04:15:26.300433+0000 mgr.smithi037.kdknfa (mgr.14182) 1216 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:30.034 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:29 smithi037 bash[25974]: cluster 2023-11-15T04:15:28.243007+0000 mgr.smithi037.kdknfa (mgr.14182) 1217 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:30.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:29 smithi037 bash[25974]: audit 2023-11-15T04:15:28.710933+0000 mon.smithi037 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:15:30.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:29 smithi143 bash[29116]: cluster 2023-11-15T04:15:28.243007+0000 mgr.smithi037.kdknfa (mgr.14182) 1217 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:30.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:29 smithi143 bash[29116]: audit 2023-11-15T04:15:28.710933+0000 mon.smithi037 (mon.0) 966 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:15:31.250 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:31.251 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:31.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:32.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:31 smithi143 bash[29116]: cluster 2023-11-15T04:15:30.244603+0000 mgr.smithi037.kdknfa (mgr.14182) 1218 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:32.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:31 smithi037 bash[25974]: cluster 2023-11-15T04:15:30.244603+0000 mgr.smithi037.kdknfa (mgr.14182) 1218 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:32.882 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:33.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:32 smithi143 bash[29116]: audit 2023-11-15T04:15:31.232472+0000 mgr.smithi037.kdknfa (mgr.14182) 1219 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:33.220 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:32 smithi037 bash[25974]: audit 2023-11-15T04:15:31.232472+0000 mgr.smithi037.kdknfa (mgr.14182) 1219 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:34.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:33 smithi143 bash[29116]: cluster 2023-11-15T04:15:32.246204+0000 mgr.smithi037.kdknfa (mgr.14182) 1220 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:34.170 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:33 smithi037 bash[25974]: cluster 2023-11-15T04:15:32.246204+0000 mgr.smithi037.kdknfa (mgr.14182) 1220 : cluster [DBG] pgmap v803: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:35.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:35 smithi037 bash[25974]: cluster 2023-11-15T04:15:34.248026+0000 mgr.smithi037.kdknfa (mgr.14182) 1221 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:36.130 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:36.130 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:36.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:35 smithi143 bash[29116]: cluster 2023-11-15T04:15:34.248026+0000 mgr.smithi037.kdknfa (mgr.14182) 1221 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:36.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:37.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:36 smithi143 bash[29116]: audit 2023-11-15T04:15:36.111371+0000 mgr.smithi037.kdknfa (mgr.14182) 1222 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:37.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:36 smithi037 bash[25974]: audit 2023-11-15T04:15:36.111371+0000 mgr.smithi037.kdknfa (mgr.14182) 1222 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:37.728 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:38.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:37 smithi143 bash[29116]: cluster 2023-11-15T04:15:36.250010+0000 mgr.smithi037.kdknfa (mgr.14182) 1223 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:38.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:37 smithi037 bash[25974]: cluster 2023-11-15T04:15:36.250010+0000 mgr.smithi037.kdknfa (mgr.14182) 1223 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:40.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:39 smithi143 bash[29116]: cluster 2023-11-15T04:15:38.251801+0000 mgr.smithi037.kdknfa (mgr.14182) 1224 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:40.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:39 smithi037 bash[25974]: cluster 2023-11-15T04:15:38.251801+0000 mgr.smithi037.kdknfa (mgr.14182) 1224 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:41.056 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:41.057 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:41.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:41.965 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:41 smithi037 bash[25974]: cluster 2023-11-15T04:15:40.253421+0000 mgr.smithi037.kdknfa (mgr.14182) 1225 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:41.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:41 smithi037 bash[25974]: audit 2023-11-15T04:15:41.041423+0000 mgr.smithi037.kdknfa (mgr.14182) 1226 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:41 smithi143 bash[29116]: cluster 2023-11-15T04:15:40.253421+0000 mgr.smithi037.kdknfa (mgr.14182) 1225 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:41 smithi143 bash[29116]: audit 2023-11-15T04:15:41.041423+0000 mgr.smithi037.kdknfa (mgr.14182) 1226 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:42.666 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:44.095 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:43 smithi037 bash[25974]: cluster 2023-11-15T04:15:42.255007+0000 mgr.smithi037.kdknfa (mgr.14182) 1227 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:44.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:43 smithi143 bash[29116]: cluster 2023-11-15T04:15:42.255007+0000 mgr.smithi037.kdknfa (mgr.14182) 1227 : cluster [DBG] pgmap v808: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:45.865 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:45.866 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:46.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:45 smithi037 bash[25974]: cluster 2023-11-15T04:15:44.256828+0000 mgr.smithi037.kdknfa (mgr.14182) 1228 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:46.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:45 smithi143 bash[29116]: cluster 2023-11-15T04:15:44.256828+0000 mgr.smithi037.kdknfa (mgr.14182) 1228 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:46.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:47.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:46 smithi037 bash[25974]: audit 2023-11-15T04:15:45.854855+0000 mgr.smithi037.kdknfa (mgr.14182) 1229 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:47.237 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:46 smithi143 bash[29116]: audit 2023-11-15T04:15:45.854855+0000 mgr.smithi037.kdknfa (mgr.14182) 1229 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:47.482 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:48.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:47 smithi037 bash[25974]: cluster 2023-11-15T04:15:46.258470+0000 mgr.smithi037.kdknfa (mgr.14182) 1230 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:48.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:47 smithi143 bash[29116]: cluster 2023-11-15T04:15:46.258470+0000 mgr.smithi037.kdknfa (mgr.14182) 1230 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:50.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:49 smithi037 bash[25974]: cluster 2023-11-15T04:15:48.260234+0000 mgr.smithi037.kdknfa (mgr.14182) 1231 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:50.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:49 smithi143 bash[29116]: cluster 2023-11-15T04:15:48.260234+0000 mgr.smithi037.kdknfa (mgr.14182) 1231 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:50.707 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:50.707 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:51.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:52.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:51 smithi037 bash[25974]: cluster 2023-11-15T04:15:50.261542+0000 mgr.smithi037.kdknfa (mgr.14182) 1232 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:52.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:51 smithi037 bash[25974]: audit 2023-11-15T04:15:50.689755+0000 mgr.smithi037.kdknfa (mgr.14182) 1233 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:52.391 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:52.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:51 smithi143 bash[29116]: cluster 2023-11-15T04:15:50.261542+0000 mgr.smithi037.kdknfa (mgr.14182) 1232 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:15:52.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:51 smithi143 bash[29116]: audit 2023-11-15T04:15:50.689755+0000 mgr.smithi037.kdknfa (mgr.14182) 1233 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:54.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:53 smithi037 bash[25974]: cluster 2023-11-15T04:15:52.263066+0000 mgr.smithi037.kdknfa (mgr.14182) 1234 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:54.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:53 smithi143 bash[29116]: cluster 2023-11-15T04:15:52.263066+0000 mgr.smithi037.kdknfa (mgr.14182) 1234 : cluster [DBG] pgmap v813: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:55.563 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:15:55.563 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:15:56.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:15:56.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:55 smithi037 bash[25974]: cluster 2023-11-15T04:15:54.264420+0000 mgr.smithi037.kdknfa (mgr.14182) 1235 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:56.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:55 smithi143 bash[29116]: cluster 2023-11-15T04:15:54.264420+0000 mgr.smithi037.kdknfa (mgr.14182) 1235 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:15:57.167 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:15:57.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:56 smithi037 bash[25974]: audit 2023-11-15T04:15:55.552470+0000 mgr.smithi037.kdknfa (mgr.14182) 1236 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:57.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:56 smithi143 bash[29116]: audit 2023-11-15T04:15:55.552470+0000 mgr.smithi037.kdknfa (mgr.14182) 1236 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:15:58.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:57 smithi037 bash[25974]: cluster 2023-11-15T04:15:56.266120+0000 mgr.smithi037.kdknfa (mgr.14182) 1237 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:15:58.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:57 smithi143 bash[29116]: cluster 2023-11-15T04:15:56.266120+0000 mgr.smithi037.kdknfa (mgr.14182) 1237 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:16:00.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:15:59 smithi037 bash[25974]: cluster 2023-11-15T04:15:58.267867+0000 mgr.smithi037.kdknfa (mgr.14182) 1238 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:16:00.344 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:00.345 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:00.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:15:59 smithi143 bash[29116]: cluster 2023-11-15T04:15:58.267867+0000 mgr.smithi037.kdknfa (mgr.14182) 1238 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:16:00.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:01.993 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:02.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:01 smithi143 bash[29116]: cluster 2023-11-15T04:16:00.269515+0000 mgr.smithi037.kdknfa (mgr.14182) 1239 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-15T04:16:02.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:01 smithi143 bash[29116]: audit 2023-11-15T04:16:00.325923+0000 mgr.smithi037.kdknfa (mgr.14182) 1240 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:02.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:01 smithi037 bash[25974]: cluster 2023-11-15T04:16:00.269515+0000 mgr.smithi037.kdknfa (mgr.14182) 1239 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-11-15T04:16:02.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:01 smithi037 bash[25974]: audit 2023-11-15T04:16:00.325923+0000 mgr.smithi037.kdknfa (mgr.14182) 1240 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:04.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:03 smithi143 bash[29116]: cluster 2023-11-15T04:16:02.271059+0000 mgr.smithi037.kdknfa (mgr.14182) 1241 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:16:04.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:03 smithi037 bash[25974]: cluster 2023-11-15T04:16:02.271059+0000 mgr.smithi037.kdknfa (mgr.14182) 1241 : cluster [DBG] pgmap v818: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:16:05.162 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:05.162 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:05.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:06.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:05 smithi037 bash[25974]: cluster 2023-11-15T04:16:04.272978+0000 mgr.smithi037.kdknfa (mgr.14182) 1242 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:16:06.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:05 smithi143 bash[29116]: cluster 2023-11-15T04:16:04.272978+0000 mgr.smithi037.kdknfa (mgr.14182) 1242 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:16:06.802 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:07.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:06 smithi037 bash[25974]: audit 2023-11-15T04:16:05.143259+0000 mgr.smithi037.kdknfa (mgr.14182) 1243 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:07.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:06 smithi143 bash[29116]: audit 2023-11-15T04:16:05.143259+0000 mgr.smithi037.kdknfa (mgr.14182) 1243 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:08.199 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:07 smithi037 bash[25974]: cluster 2023-11-15T04:16:06.274622+0000 mgr.smithi037.kdknfa (mgr.14182) 1244 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:16:08.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:08 smithi143 bash[29116]: cluster 2023-11-15T04:16:06.274622+0000 mgr.smithi037.kdknfa (mgr.14182) 1244 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2023-11-15T04:16:09.910 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:09.910 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:10.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:09 smithi037 bash[25974]: cluster 2023-11-15T04:16:08.276373+0000 mgr.smithi037.kdknfa (mgr.14182) 1245 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:10.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:10 smithi143 bash[29116]: cluster 2023-11-15T04:16:08.276373+0000 mgr.smithi037.kdknfa (mgr.14182) 1245 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:10.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:11.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:11 smithi143 bash[29116]: audit 2023-11-15T04:16:09.899341+0000 mgr.smithi037.kdknfa (mgr.14182) 1246 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:11.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:11 smithi037 bash[25974]: audit 2023-11-15T04:16:09.899341+0000 mgr.smithi037.kdknfa (mgr.14182) 1246 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:11.523 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:12.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:12 smithi143 bash[29116]: cluster 2023-11-15T04:16:10.277986+0000 mgr.smithi037.kdknfa (mgr.14182) 1247 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:12.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:12 smithi037 bash[25974]: cluster 2023-11-15T04:16:10.277986+0000 mgr.smithi037.kdknfa (mgr.14182) 1247 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:14.344 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:14 smithi037 bash[25974]: cluster 2023-11-15T04:16:12.279565+0000 mgr.smithi037.kdknfa (mgr.14182) 1248 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:14.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:14 smithi143 bash[29116]: cluster 2023-11-15T04:16:12.279565+0000 mgr.smithi037.kdknfa (mgr.14182) 1248 : cluster [DBG] pgmap v823: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:14.790 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:14.791 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:15.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:16.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:16 smithi143 bash[29116]: cluster 2023-11-15T04:16:14.281378+0000 mgr.smithi037.kdknfa (mgr.14182) 1249 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:16.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:16 smithi143 bash[29116]: audit 2023-11-15T04:16:14.779592+0000 mgr.smithi037.kdknfa (mgr.14182) 1250 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:16.454 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:16.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:16 smithi037 bash[25974]: cluster 2023-11-15T04:16:14.281378+0000 mgr.smithi037.kdknfa (mgr.14182) 1249 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:16.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:16 smithi037 bash[25974]: audit 2023-11-15T04:16:14.779592+0000 mgr.smithi037.kdknfa (mgr.14182) 1250 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:17.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:17 smithi143 bash[29116]: audit 2023-11-15T04:16:16.235328+0000 mon.smithi037 (mon.0) 967 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:16:17.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:17 smithi143 bash[29116]: audit 2023-11-15T04:16:16.550055+0000 mon.smithi037 (mon.0) 968 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:16:17.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:17 smithi143 bash[29116]: audit 2023-11-15T04:16:16.551676+0000 mon.smithi037 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:16:17.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:17 smithi143 bash[29116]: audit 2023-11-15T04:16:16.561061+0000 mon.smithi037 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:16:17.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:17 smithi143 bash[29116]: audit 2023-11-15T04:16:16.570156+0000 mon.smithi037 (mon.0) 971 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:16:17.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:17 smithi143 bash[29116]: audit 2023-11-15T04:16:16.582923+0000 mon.smithi037 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:16:17.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:17 smithi037 bash[25974]: audit 2023-11-15T04:16:16.235328+0000 mon.smithi037 (mon.0) 967 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:16:17.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:17 smithi037 bash[25974]: audit 2023-11-15T04:16:16.550055+0000 mon.smithi037 (mon.0) 968 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:16:17.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:17 smithi037 bash[25974]: audit 2023-11-15T04:16:16.551676+0000 mon.smithi037 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:16:17.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:17 smithi037 bash[25974]: audit 2023-11-15T04:16:16.561061+0000 mon.smithi037 (mon.0) 970 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:16:17.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:17 smithi037 bash[25974]: audit 2023-11-15T04:16:16.570156+0000 mon.smithi037 (mon.0) 971 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:16:17.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:17 smithi037 bash[25974]: audit 2023-11-15T04:16:16.582923+0000 mon.smithi037 (mon.0) 972 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:16:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:18 smithi143 bash[29116]: cluster 2023-11-15T04:16:16.282650+0000 mgr.smithi037.kdknfa (mgr.14182) 1251 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:18 smithi143 bash[29116]: cluster 2023-11-15T04:16:16.562173+0000 mgr.smithi037.kdknfa (mgr.14182) 1252 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:18 smithi143 bash[29116]: cephadm 2023-11-15T04:16:16.586936+0000 mgr.smithi037.kdknfa (mgr.14182) 1253 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.hmemvu on smithi143 2023-11-15T04:16:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:18 smithi143 bash[29116]: cluster 2023-11-15T04:16:17.023584+0000 mon.smithi037 (mon.0) 973 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:16:18.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:18 smithi143 bash[29116]: cluster 2023-11-15T04:16:17.023661+0000 mon.smithi037 (mon.0) 974 : cluster [INF] Cluster is now healthy 2023-11-15T04:16:18.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:18 smithi037 bash[25974]: cluster 2023-11-15T04:16:16.282650+0000 mgr.smithi037.kdknfa (mgr.14182) 1251 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:18.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:18 smithi037 bash[25974]: cluster 2023-11-15T04:16:16.562173+0000 mgr.smithi037.kdknfa (mgr.14182) 1252 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:18.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:18 smithi037 bash[25974]: cephadm 2023-11-15T04:16:16.586936+0000 mgr.smithi037.kdknfa (mgr.14182) 1253 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.hmemvu on smithi143 2023-11-15T04:16:18.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:18 smithi037 bash[25974]: cluster 2023-11-15T04:16:17.023584+0000 mon.smithi037 (mon.0) 973 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:16:18.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:18 smithi037 bash[25974]: cluster 2023-11-15T04:16:17.023661+0000 mon.smithi037 (mon.0) 974 : cluster [INF] Cluster is now healthy 2023-11-15T04:16:19.744 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:19.745 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:14:08.130895Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.yywgcp on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:12.318103Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gxgtau on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gxgtau\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gxgtau\nDeploy daemon haproxy.nfs.foo.smithi143.gxgtau ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.221105Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.atioml on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-atioml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.atioml\nDeploy daemon haproxy.nfs.foo.smithi037.atioml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:15:16.225939Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.apwisx on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:20.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:20 smithi037 bash[25974]: cluster 2023-11-15T04:16:18.563436+0000 mgr.smithi037.kdknfa (mgr.14182) 1254 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:20.355 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:20 smithi143 bash[29116]: cluster 2023-11-15T04:16:18.563436+0000 mgr.smithi037.kdknfa (mgr.14182) 1254 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:20.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:21.363 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:21.375 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:21 smithi037 bash[25974]: audit 2023-11-15T04:16:19.733685+0000 mgr.smithi037.kdknfa (mgr.14182) 1255 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:21.375 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:21 smithi037 bash[25974]: audit 2023-11-15T04:16:20.421620+0000 mon.smithi037 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.hmemvu"}]: dispatch 2023-11-15T04:16:21.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:21 smithi143 bash[29116]: audit 2023-11-15T04:16:19.733685+0000 mgr.smithi037.kdknfa (mgr.14182) 1255 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:21.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:21 smithi143 bash[29116]: audit 2023-11-15T04:16:20.421620+0000 mon.smithi037 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.hmemvu"}]: dispatch 2023-11-15T04:16:22.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: cephadm 2023-11-15T04:16:20.420274+0000 mgr.smithi037.kdknfa (mgr.14182) 1256 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:22.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:22.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.hmemvu ... 2023-11-15T04:16:22.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:22.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:22.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:22.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:16:22.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:16:22.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:16:22.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:16:22.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:16:22.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:22.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:22.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.hmemvu ... 2023-11-15T04:16:22.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:22.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:22.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:22.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: cephadm 2023-11-15T04:16:20.420836+0000 mgr.smithi037.kdknfa (mgr.14182) 1257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: cephadm 2023-11-15T04:16:20.423478+0000 mgr.smithi037.kdknfa (mgr.14182) 1258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:22.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:22.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.hmemvu ... 2023-11-15T04:16:22.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:22.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:22.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:22.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: cephadm 2023-11-15T04:16:20.428111+0000 mgr.smithi037.kdknfa (mgr.14182) 1259 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.svelyu on smithi037 2023-11-15T04:16:22.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:22 smithi143 bash[29116]: cluster 2023-11-15T04:16:20.564514+0000 mgr.smithi037.kdknfa (mgr.14182) 1260 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:22.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: cephadm 2023-11-15T04:16:20.420274+0000 mgr.smithi037.kdknfa (mgr.14182) 1256 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:22.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:22.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.hmemvu ... 2023-11-15T04:16:22.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:22.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:22.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:22.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:16:22.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:16:22.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:16:22.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:16:22.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:16:22.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:22.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:22.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.hmemvu ... 2023-11-15T04:16:22.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:22.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:22.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:22.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: cephadm 2023-11-15T04:16:20.420836+0000 mgr.smithi037.kdknfa (mgr.14182) 1257 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: cephadm 2023-11-15T04:16:20.423478+0000 mgr.smithi037.kdknfa (mgr.14182) 1258 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:22.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu 2023-11-15T04:16:22.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:22.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu 2023-11-15T04:16:22.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.hmemvu ... 2023-11-15T04:16:22.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:22.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:22.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:22.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:22.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: cephadm 2023-11-15T04:16:20.428111+0000 mgr.smithi037.kdknfa (mgr.14182) 1259 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.svelyu on smithi037 2023-11-15T04:16:22.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:22 smithi037 bash[25974]: cluster 2023-11-15T04:16:20.564514+0000 mgr.smithi037.kdknfa (mgr.14182) 1260 : cluster [DBG] pgmap v828: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:24.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:24 smithi143 bash[29116]: cluster 2023-11-15T04:16:22.565673+0000 mgr.smithi037.kdknfa (mgr.14182) 1261 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:24.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:24 smithi037 bash[25974]: cluster 2023-11-15T04:16:22.565673+0000 mgr.smithi037.kdknfa (mgr.14182) 1261 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:16:24.558 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:24.559 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:25.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:25.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:25 smithi143 bash[29116]: audit 2023-11-15T04:16:24.219257+0000 mon.smithi037 (mon.0) 976 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.svelyu"}]: dispatch 2023-11-15T04:16:25.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:25 smithi037 bash[25974]: audit 2023-11-15T04:16:24.219257+0000 mon.smithi037 (mon.0) 976 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.svelyu"}]: dispatch 2023-11-15T04:16:26.239 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:26.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: cephadm 2023-11-15T04:16:24.218191+0000 mgr.smithi037.kdknfa (mgr.14182) 1262 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:26.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.svelyu ... 2023-11-15T04:16:26.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:26.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:26.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:26.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:16:26.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:16:26.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:16:26.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:16:26.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:16:26.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:26.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:26.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.svelyu ... 2023-11-15T04:16:26.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:26.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:26.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:26.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: cephadm 2023-11-15T04:16:24.218639+0000 mgr.smithi037.kdknfa (mgr.14182) 1263 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: cephadm 2023-11-15T04:16:24.220663+0000 mgr.smithi037.kdknfa (mgr.14182) 1264 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:26.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:16:26.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.svelyu ... 2023-11-15T04:16:26.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:26.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:26.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:26.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: cephadm 2023-11-15T04:16:24.225132+0000 mgr.smithi037.kdknfa (mgr.14182) 1265 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:16:26.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: cephadm 2023-11-15T04:16:24.228693+0000 mgr.smithi037.kdknfa (mgr.14182) 1266 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:16:26.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: cluster 2023-11-15T04:16:24.230375+0000 mgr.smithi037.kdknfa (mgr.14182) 1267 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:16:26.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: audit 2023-11-15T04:16:24.539874+0000 mgr.smithi037.kdknfa (mgr.14182) 1268 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:26.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:26 smithi143 bash[29116]: cluster 2023-11-15T04:16:25.055210+0000 mon.smithi037 (mon.0) 977 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:16:26.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: cephadm 2023-11-15T04:16:24.218191+0000 mgr.smithi037.kdknfa (mgr.14182) 1262 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:26.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:26.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.svelyu ... 2023-11-15T04:16:26.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:26.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:26.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:26.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:16:26.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:16:26.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:16:26.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:16:26.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:16:26.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:26.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:26.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.svelyu ... 2023-11-15T04:16:26.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:26.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:26.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:26.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: cephadm 2023-11-15T04:16:24.218639+0000 mgr.smithi037.kdknfa (mgr.14182) 1263 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: cephadm 2023-11-15T04:16:24.220663+0000 mgr.smithi037.kdknfa (mgr.14182) 1264 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:26.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu 2023-11-15T04:16:26.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:16:26.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu 2023-11-15T04:16:26.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.svelyu ... 2023-11-15T04:16:26.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:16:26.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:16:26.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:16:26.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:16:26.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: cephadm 2023-11-15T04:16:24.225132+0000 mgr.smithi037.kdknfa (mgr.14182) 1265 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:16:26.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: cephadm 2023-11-15T04:16:24.228693+0000 mgr.smithi037.kdknfa (mgr.14182) 1266 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:16:26.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: cluster 2023-11-15T04:16:24.230375+0000 mgr.smithi037.kdknfa (mgr.14182) 1267 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:16:26.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: audit 2023-11-15T04:16:24.539874+0000 mgr.smithi037.kdknfa (mgr.14182) 1268 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:26.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:26 smithi037 bash[25974]: cluster 2023-11-15T04:16:25.055210+0000 mon.smithi037 (mon.0) 977 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:16:27.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:27 smithi037 bash[25974]: cluster 2023-11-15T04:16:26.231926+0000 mgr.smithi037.kdknfa (mgr.14182) 1269 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:16:27.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:27 smithi037 bash[25974]: audit 2023-11-15T04:16:26.763208+0000 mon.smithi037 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:16:28.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:27 smithi143 bash[29116]: cluster 2023-11-15T04:16:26.231926+0000 mgr.smithi037.kdknfa (mgr.14182) 1269 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:16:28.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:27 smithi143 bash[29116]: audit 2023-11-15T04:16:26.763208+0000 mon.smithi037 (mon.0) 978 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:16:29.525 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:29.525 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:30.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:30.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:29 smithi143 bash[29116]: cluster 2023-11-15T04:16:28.232848+0000 mgr.smithi037.kdknfa (mgr.14182) 1270 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:30.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:29 smithi037 bash[25974]: cluster 2023-11-15T04:16:28.232848+0000 mgr.smithi037.kdknfa (mgr.14182) 1270 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:31.126 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:31.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:30 smithi037 bash[25974]: audit 2023-11-15T04:16:29.506538+0000 mgr.smithi037.kdknfa (mgr.14182) 1271 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:31.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:30 smithi143 bash[29116]: audit 2023-11-15T04:16:29.506538+0000 mgr.smithi037.kdknfa (mgr.14182) 1271 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:32.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:31 smithi037 bash[25974]: cluster 2023-11-15T04:16:30.234393+0000 mgr.smithi037.kdknfa (mgr.14182) 1272 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-15T04:16:32.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:31 smithi143 bash[29116]: cluster 2023-11-15T04:16:30.234393+0000 mgr.smithi037.kdknfa (mgr.14182) 1272 : cluster [DBG] pgmap v833: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2023-11-15T04:16:34.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:33 smithi037 bash[25974]: cluster 2023-11-15T04:16:32.236001+0000 mgr.smithi037.kdknfa (mgr.14182) 1273 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:34.322 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:34.322 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:34.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:33 smithi143 bash[29116]: cluster 2023-11-15T04:16:32.236001+0000 mgr.smithi037.kdknfa (mgr.14182) 1273 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:34.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:35.926 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:36.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:35 smithi037 bash[25974]: cluster 2023-11-15T04:16:34.237195+0000 mgr.smithi037.kdknfa (mgr.14182) 1274 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:36.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:35 smithi037 bash[25974]: audit 2023-11-15T04:16:34.303470+0000 mgr.smithi037.kdknfa (mgr.14182) 1275 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:36.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:35 smithi143 bash[29116]: cluster 2023-11-15T04:16:34.237195+0000 mgr.smithi037.kdknfa (mgr.14182) 1274 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-15T04:16:36.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:35 smithi143 bash[29116]: audit 2023-11-15T04:16:34.303470+0000 mgr.smithi037.kdknfa (mgr.14182) 1275 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:38.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:37 smithi037 bash[25974]: cluster 2023-11-15T04:16:36.238946+0000 mgr.smithi037.kdknfa (mgr.14182) 1276 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:38.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:37 smithi143 bash[29116]: cluster 2023-11-15T04:16:36.238946+0000 mgr.smithi037.kdknfa (mgr.14182) 1276 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:39.235 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:39.236 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:39.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:40.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:39 smithi037 bash[25974]: cluster 2023-11-15T04:16:38.240860+0000 mgr.smithi037.kdknfa (mgr.14182) 1277 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:40.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:39 smithi143 bash[29116]: cluster 2023-11-15T04:16:38.240860+0000 mgr.smithi037.kdknfa (mgr.14182) 1277 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:40.885 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:41.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:40 smithi037 bash[25974]: audit 2023-11-15T04:16:39.218949+0000 mgr.smithi037.kdknfa (mgr.14182) 1278 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:41.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:40 smithi143 bash[29116]: audit 2023-11-15T04:16:39.218949+0000 mgr.smithi037.kdknfa (mgr.14182) 1278 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:42.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:41 smithi037 bash[25974]: cluster 2023-11-15T04:16:40.242422+0000 mgr.smithi037.kdknfa (mgr.14182) 1279 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:41 smithi143 bash[29116]: cluster 2023-11-15T04:16:40.242422+0000 mgr.smithi037.kdknfa (mgr.14182) 1279 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:44.080 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:44.080 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:44.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:43 smithi037 bash[25974]: cluster 2023-11-15T04:16:42.244177+0000 mgr.smithi037.kdknfa (mgr.14182) 1280 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:44.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:43 smithi143 bash[29116]: cluster 2023-11-15T04:16:42.244177+0000 mgr.smithi037.kdknfa (mgr.14182) 1280 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:44.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:45.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:44 smithi037 bash[25974]: audit 2023-11-15T04:16:44.063534+0000 mgr.smithi037.kdknfa (mgr.14182) 1281 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:45.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:44 smithi143 bash[29116]: audit 2023-11-15T04:16:44.063534+0000 mgr.smithi037.kdknfa (mgr.14182) 1281 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:45.748 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:46.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:45 smithi037 bash[25974]: cluster 2023-11-15T04:16:44.246148+0000 mgr.smithi037.kdknfa (mgr.14182) 1282 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:46.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:45 smithi143 bash[29116]: cluster 2023-11-15T04:16:44.246148+0000 mgr.smithi037.kdknfa (mgr.14182) 1282 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:48.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:47 smithi143 bash[29116]: cluster 2023-11-15T04:16:46.247755+0000 mgr.smithi037.kdknfa (mgr.14182) 1283 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:48.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:47 smithi037 bash[25974]: cluster 2023-11-15T04:16:46.247755+0000 mgr.smithi037.kdknfa (mgr.14182) 1283 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:49.056 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:49.057 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:49.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:50.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:49 smithi037 bash[25974]: cluster 2023-11-15T04:16:48.249490+0000 mgr.smithi037.kdknfa (mgr.14182) 1284 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:50.035 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:49 smithi037 bash[25974]: audit 2023-11-15T04:16:49.039463+0000 mgr.smithi037.kdknfa (mgr.14182) 1285 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:50.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:49 smithi143 bash[29116]: cluster 2023-11-15T04:16:48.249490+0000 mgr.smithi037.kdknfa (mgr.14182) 1284 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:50.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:49 smithi143 bash[29116]: audit 2023-11-15T04:16:49.039463+0000 mgr.smithi037.kdknfa (mgr.14182) 1285 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:50.773 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:52.100 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:51 smithi037 bash[25974]: cluster 2023-11-15T04:16:50.251048+0000 mgr.smithi037.kdknfa (mgr.14182) 1286 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:52.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:51 smithi143 bash[29116]: cluster 2023-11-15T04:16:50.251048+0000 mgr.smithi037.kdknfa (mgr.14182) 1286 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:16:53.950 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:53.951 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:54.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:53 smithi143 bash[29116]: cluster 2023-11-15T04:16:52.252581+0000 mgr.smithi037.kdknfa (mgr.14182) 1287 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:54.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:53 smithi037 bash[25974]: cluster 2023-11-15T04:16:52.252581+0000 mgr.smithi037.kdknfa (mgr.14182) 1287 : cluster [DBG] pgmap v844: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:54.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:16:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:55 smithi143 bash[29116]: audit 2023-11-15T04:16:53.936802+0000 mgr.smithi037.kdknfa (mgr.14182) 1288 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:55.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:54 smithi037 bash[25974]: audit 2023-11-15T04:16:53.936802+0000 mgr.smithi037.kdknfa (mgr.14182) 1288 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:16:55.609 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:16:56.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:56 smithi143 bash[29116]: cluster 2023-11-15T04:16:54.254434+0000 mgr.smithi037.kdknfa (mgr.14182) 1289 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:56.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:56 smithi037 bash[25974]: cluster 2023-11-15T04:16:54.254434+0000 mgr.smithi037.kdknfa (mgr.14182) 1289 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:58.386 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:16:58 smithi037 bash[25974]: cluster 2023-11-15T04:16:56.256069+0000 mgr.smithi037.kdknfa (mgr.14182) 1290 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:58.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:16:58 smithi143 bash[29116]: cluster 2023-11-15T04:16:56.256069+0000 mgr.smithi037.kdknfa (mgr.14182) 1290 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:16:58.826 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:16:58.827 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:16:59.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:00.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:00 smithi143 bash[29116]: cluster 2023-11-15T04:16:58.257864+0000 mgr.smithi037.kdknfa (mgr.14182) 1291 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:00.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:00 smithi143 bash[29116]: audit 2023-11-15T04:16:58.815832+0000 mgr.smithi037.kdknfa (mgr.14182) 1292 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:00.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:00 smithi037 bash[25974]: cluster 2023-11-15T04:16:58.257864+0000 mgr.smithi037.kdknfa (mgr.14182) 1291 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:00.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:00 smithi037 bash[25974]: audit 2023-11-15T04:16:58.815832+0000 mgr.smithi037.kdknfa (mgr.14182) 1292 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:00.469 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:02.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:02 smithi143 bash[29116]: cluster 2023-11-15T04:17:00.259407+0000 mgr.smithi037.kdknfa (mgr.14182) 1293 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:02.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:02 smithi037 bash[25974]: cluster 2023-11-15T04:17:00.259407+0000 mgr.smithi037.kdknfa (mgr.14182) 1293 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:03.802 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:03.802 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:04.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:04 smithi037 bash[25974]: cluster 2023-11-15T04:17:02.260981+0000 mgr.smithi037.kdknfa (mgr.14182) 1294 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:04.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:04 smithi143 bash[29116]: cluster 2023-11-15T04:17:02.260981+0000 mgr.smithi037.kdknfa (mgr.14182) 1294 : cluster [DBG] pgmap v849: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:04.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:05.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:05 smithi143 bash[29116]: audit 2023-11-15T04:17:03.790746+0000 mgr.smithi037.kdknfa (mgr.14182) 1295 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:05.450 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:05.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:05 smithi037 bash[25974]: audit 2023-11-15T04:17:03.790746+0000 mgr.smithi037.kdknfa (mgr.14182) 1295 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:06.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:06 smithi143 bash[29116]: cluster 2023-11-15T04:17:04.262890+0000 mgr.smithi037.kdknfa (mgr.14182) 1296 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:06.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:06 smithi037 bash[25974]: cluster 2023-11-15T04:17:04.262890+0000 mgr.smithi037.kdknfa (mgr.14182) 1296 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:08.318 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:08 smithi037 bash[25974]: cluster 2023-11-15T04:17:06.264595+0000 mgr.smithi037.kdknfa (mgr.14182) 1297 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:08.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:08 smithi143 bash[29116]: cluster 2023-11-15T04:17:06.264595+0000 mgr.smithi037.kdknfa (mgr.14182) 1297 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:08.676 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:08.677 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:09.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:10.304 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:10.317 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:10 smithi037 bash[25974]: cluster 2023-11-15T04:17:08.267047+0000 mgr.smithi037.kdknfa (mgr.14182) 1298 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:10.317 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:10 smithi037 bash[25974]: audit 2023-11-15T04:17:08.663510+0000 mgr.smithi037.kdknfa (mgr.14182) 1299 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:10.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:10 smithi143 bash[29116]: cluster 2023-11-15T04:17:08.267047+0000 mgr.smithi037.kdknfa (mgr.14182) 1298 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:10.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:10 smithi143 bash[29116]: audit 2023-11-15T04:17:08.663510+0000 mgr.smithi037.kdknfa (mgr.14182) 1299 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:12.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:12 smithi143 bash[29116]: cluster 2023-11-15T04:17:10.268632+0000 mgr.smithi037.kdknfa (mgr.14182) 1300 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:12.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:12 smithi037 bash[25974]: cluster 2023-11-15T04:17:10.268632+0000 mgr.smithi037.kdknfa (mgr.14182) 1300 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:13.552 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:13.552 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:14.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:14.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:14 smithi143 bash[29116]: cluster 2023-11-15T04:17:12.269633+0000 mgr.smithi037.kdknfa (mgr.14182) 1301 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:14.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:14 smithi037 bash[25974]: cluster 2023-11-15T04:17:12.269633+0000 mgr.smithi037.kdknfa (mgr.14182) 1301 : cluster [DBG] pgmap v854: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:15.185 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:15.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:15 smithi143 bash[29116]: audit 2023-11-15T04:17:13.534484+0000 mgr.smithi037.kdknfa (mgr.14182) 1302 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:15.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:15 smithi037 bash[25974]: audit 2023-11-15T04:17:13.534484+0000 mgr.smithi037.kdknfa (mgr.14182) 1302 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:16.378 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:16 smithi037 bash[25974]: cluster 2023-11-15T04:17:14.271476+0000 mgr.smithi037.kdknfa (mgr.14182) 1303 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2023-11-15T04:17:16.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:16 smithi143 bash[29116]: cluster 2023-11-15T04:17:14.271476+0000 mgr.smithi037.kdknfa (mgr.14182) 1303 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 0 B/s wr, 1 op/s 2023-11-15T04:17:18.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:18 smithi037 bash[25974]: cluster 2023-11-15T04:17:16.273003+0000 mgr.smithi037.kdknfa (mgr.14182) 1304 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 56 op/s 2023-11-15T04:17:18.396 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:18.396 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:18 smithi143 bash[29116]: cluster 2023-11-15T04:17:16.273003+0000 mgr.smithi037.kdknfa (mgr.14182) 1304 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 34 KiB/s rd, 0 B/s wr, 56 op/s 2023-11-15T04:17:18.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:19.985 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:20.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:20 smithi143 bash[29116]: cluster 2023-11-15T04:17:18.274675+0000 mgr.smithi037.kdknfa (mgr.14182) 1305 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2023-11-15T04:17:20.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:20 smithi143 bash[29116]: audit 2023-11-15T04:17:18.377210+0000 mgr.smithi037.kdknfa (mgr.14182) 1306 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:20.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:20 smithi037 bash[25974]: cluster 2023-11-15T04:17:18.274675+0000 mgr.smithi037.kdknfa (mgr.14182) 1305 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 54 KiB/s rd, 0 B/s wr, 89 op/s 2023-11-15T04:17:20.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:20 smithi037 bash[25974]: audit 2023-11-15T04:17:18.377210+0000 mgr.smithi037.kdknfa (mgr.14182) 1306 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:22.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:22 smithi143 bash[29116]: cluster 2023-11-15T04:17:20.275698+0000 mgr.smithi037.kdknfa (mgr.14182) 1307 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2023-11-15T04:17:22.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:22 smithi037 bash[25974]: cluster 2023-11-15T04:17:20.275698+0000 mgr.smithi037.kdknfa (mgr.14182) 1307 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2023-11-15T04:17:23.147 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:23.147 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:23.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:24.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:24 smithi143 bash[29116]: cluster 2023-11-15T04:17:22.277261+0000 mgr.smithi037.kdknfa (mgr.14182) 1308 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2023-11-15T04:17:24.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:24 smithi143 bash[29116]: audit 2023-11-15T04:17:23.135962+0000 mgr.smithi037.kdknfa (mgr.14182) 1309 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:24.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:24 smithi037 bash[25974]: cluster 2023-11-15T04:17:22.277261+0000 mgr.smithi037.kdknfa (mgr.14182) 1308 : cluster [DBG] pgmap v859: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2023-11-15T04:17:24.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:24 smithi037 bash[25974]: audit 2023-11-15T04:17:23.135962+0000 mgr.smithi037.kdknfa (mgr.14182) 1309 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:24.784 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:25.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:25 smithi143 bash[29116]: audit 2023-11-15T04:17:24.232339+0000 mon.smithi037 (mon.0) 979 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:17:25.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:25 smithi143 bash[29116]: audit 2023-11-15T04:17:24.560202+0000 mon.smithi037 (mon.0) 980 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:17:25.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:25 smithi143 bash[29116]: audit 2023-11-15T04:17:24.561569+0000 mon.smithi037 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:17:25.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:25 smithi143 bash[29116]: audit 2023-11-15T04:17:24.568962+0000 mon.smithi037 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:17:25.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:25 smithi143 bash[29116]: audit 2023-11-15T04:17:24.576203+0000 mon.smithi037 (mon.0) 983 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:17:25.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:25 smithi143 bash[29116]: audit 2023-11-15T04:17:24.593213+0000 mon.smithi037 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:17:25.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:25 smithi037 bash[25974]: audit 2023-11-15T04:17:24.232339+0000 mon.smithi037 (mon.0) 979 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:17:25.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:25 smithi037 bash[25974]: audit 2023-11-15T04:17:24.560202+0000 mon.smithi037 (mon.0) 980 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:17:25.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:25 smithi037 bash[25974]: audit 2023-11-15T04:17:24.561569+0000 mon.smithi037 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:17:25.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:25 smithi037 bash[25974]: audit 2023-11-15T04:17:24.568962+0000 mon.smithi037 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:17:25.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:25 smithi037 bash[25974]: audit 2023-11-15T04:17:24.576203+0000 mon.smithi037 (mon.0) 983 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:17:25.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:25 smithi037 bash[25974]: audit 2023-11-15T04:17:24.593213+0000 mon.smithi037 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:17:26.248 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:26 smithi037 bash[25974]: cluster 2023-11-15T04:17:24.279219+0000 mgr.smithi037.kdknfa (mgr.14182) 1310 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2023-11-15T04:17:26.248 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:26 smithi037 bash[25974]: cluster 2023-11-15T04:17:24.569887+0000 mgr.smithi037.kdknfa (mgr.14182) 1311 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 78 KiB/s rd, 0 B/s wr, 129 op/s 2023-11-15T04:17:26.249 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:26 smithi037 bash[25974]: cephadm 2023-11-15T04:17:24.598148+0000 mgr.smithi037.kdknfa (mgr.14182) 1312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.lashvw on smithi143 2023-11-15T04:17:26.249 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:26 smithi037 bash[25974]: cluster 2023-11-15T04:17:25.100746+0000 mon.smithi037 (mon.0) 985 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:17:26.249 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:26 smithi037 bash[25974]: cluster 2023-11-15T04:17:25.100819+0000 mon.smithi037 (mon.0) 986 : cluster [INF] Cluster is now healthy 2023-11-15T04:17:26.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:26 smithi143 bash[29116]: cluster 2023-11-15T04:17:24.279219+0000 mgr.smithi037.kdknfa (mgr.14182) 1310 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 68 KiB/s rd, 0 B/s wr, 112 op/s 2023-11-15T04:17:26.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:26 smithi143 bash[29116]: cluster 2023-11-15T04:17:24.569887+0000 mgr.smithi037.kdknfa (mgr.14182) 1311 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 78 KiB/s rd, 0 B/s wr, 129 op/s 2023-11-15T04:17:26.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:26 smithi143 bash[29116]: cephadm 2023-11-15T04:17:24.598148+0000 mgr.smithi037.kdknfa (mgr.14182) 1312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.lashvw on smithi143 2023-11-15T04:17:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:26 smithi143 bash[29116]: cluster 2023-11-15T04:17:25.100746+0000 mon.smithi037 (mon.0) 985 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:17:26.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:26 smithi143 bash[29116]: cluster 2023-11-15T04:17:25.100819+0000 mon.smithi037 (mon.0) 986 : cluster [INF] Cluster is now healthy 2023-11-15T04:17:28.076 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:28.076 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:15:16.229722Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.lmwfcn on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:20.423220Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.hmemvu on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-hmemvu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.hmemvu\nDeploy daemon haproxy.nfs.foo.smithi143.hmemvu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.220395Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.svelyu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-svelyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.svelyu\nDeploy daemon haproxy.nfs.foo.smithi037.svelyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:16:24.224881Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.djtxsk on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:28.286 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:28 smithi143 bash[29116]: cluster 2023-11-15T04:17:26.571302+0000 mgr.smithi037.kdknfa (mgr.14182) 1313 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 65 op/s 2023-11-15T04:17:28.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:28 smithi037 bash[25974]: cluster 2023-11-15T04:17:26.571302+0000 mgr.smithi037.kdknfa (mgr.14182) 1313 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 39 KiB/s rd, 0 B/s wr, 65 op/s 2023-11-15T04:17:28.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:29.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:29 smithi143 bash[29116]: audit 2023-11-15T04:17:28.057696+0000 mgr.smithi037.kdknfa (mgr.14182) 1314 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:29.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:29 smithi143 bash[29116]: audit 2023-11-15T04:17:28.348498+0000 mon.smithi037 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.lashvw"}]: dispatch 2023-11-15T04:17:29.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:29 smithi143 bash[29116]: audit 2023-11-15T04:17:28.713946+0000 mon.smithi037 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:17:29.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:29 smithi037 bash[25974]: audit 2023-11-15T04:17:28.057696+0000 mgr.smithi037.kdknfa (mgr.14182) 1314 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:29.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:29 smithi037 bash[25974]: audit 2023-11-15T04:17:28.348498+0000 mon.smithi037 (mon.0) 987 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.lashvw"}]: dispatch 2023-11-15T04:17:29.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:29 smithi037 bash[25974]: audit 2023-11-15T04:17:28.713946+0000 mon.smithi037 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:17:29.672 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:30.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: cephadm 2023-11-15T04:17:28.347248+0000 mgr.smithi037.kdknfa (mgr.14182) 1315 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:30.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:30.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.lashvw ... 2023-11-15T04:17:30.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:30.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:30.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:30.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:17:30.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:17:30.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:17:30.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:17:30.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:17:30.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:30.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:30.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.lashvw ... 2023-11-15T04:17:30.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:30.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:30.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:30.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: cephadm 2023-11-15T04:17:28.347802+0000 mgr.smithi037.kdknfa (mgr.14182) 1316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: cephadm 2023-11-15T04:17:28.350441+0000 mgr.smithi037.kdknfa (mgr.14182) 1317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:30.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:30.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.lashvw ... 2023-11-15T04:17:30.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:30.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:30.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:30.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: cephadm 2023-11-15T04:17:28.355298+0000 mgr.smithi037.kdknfa (mgr.14182) 1318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.cvbrmu on smithi037 2023-11-15T04:17:30.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:30 smithi143 bash[29116]: cluster 2023-11-15T04:17:28.572147+0000 mgr.smithi037.kdknfa (mgr.14182) 1319 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 27 op/s 2023-11-15T04:17:30.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: cephadm 2023-11-15T04:17:28.347248+0000 mgr.smithi037.kdknfa (mgr.14182) 1315 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:30.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:30.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.lashvw ... 2023-11-15T04:17:30.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:30.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:30.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:30.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:17:30.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:17:30.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:17:30.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:17:30.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:17:30.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:30.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:30.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.lashvw ... 2023-11-15T04:17:30.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:30.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:30.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:30.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: cephadm 2023-11-15T04:17:28.347802+0000 mgr.smithi037.kdknfa (mgr.14182) 1316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: cephadm 2023-11-15T04:17:28.350441+0000 mgr.smithi037.kdknfa (mgr.14182) 1317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:30.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw 2023-11-15T04:17:30.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:30.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw 2023-11-15T04:17:30.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.lashvw ... 2023-11-15T04:17:30.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:30.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:30.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:30.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:30.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: cephadm 2023-11-15T04:17:28.355298+0000 mgr.smithi037.kdknfa (mgr.14182) 1318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.cvbrmu on smithi037 2023-11-15T04:17:30.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:30 smithi037 bash[25974]: cluster 2023-11-15T04:17:28.572147+0000 mgr.smithi037.kdknfa (mgr.14182) 1319 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 27 op/s 2023-11-15T04:17:32.396 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:32 smithi037 bash[25974]: cluster 2023-11-15T04:17:30.573440+0000 mgr.smithi037.kdknfa (mgr.14182) 1320 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:17:32.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:32 smithi143 bash[29116]: cluster 2023-11-15T04:17:30.573440+0000 mgr.smithi037.kdknfa (mgr.14182) 1320 : cluster [DBG] pgmap v864: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:17:33.117 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:33.117 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:33.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:33 smithi037 bash[25974]: audit 2023-11-15T04:17:32.387965+0000 mon.smithi037 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.cvbrmu"}]: dispatch 2023-11-15T04:17:33.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:33 smithi143 bash[29116]: audit 2023-11-15T04:17:32.387965+0000 mon.smithi037 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.cvbrmu"}]: dispatch 2023-11-15T04:17:33.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:34.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: cephadm 2023-11-15T04:17:32.387243+0000 mgr.smithi037.kdknfa (mgr.14182) 1321 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:34.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:34.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.cvbrmu ... 2023-11-15T04:17:34.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:34.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:34.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:34.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:17:34.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:17:34.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:17:34.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:17:34.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:17:34.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:34.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:34.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.cvbrmu ... 2023-11-15T04:17:34.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:34.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:34.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:34.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: cephadm 2023-11-15T04:17:32.387483+0000 mgr.smithi037.kdknfa (mgr.14182) 1322 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: cephadm 2023-11-15T04:17:32.388982+0000 mgr.smithi037.kdknfa (mgr.14182) 1323 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:34.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:17:34.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.cvbrmu ... 2023-11-15T04:17:34.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:34.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:34.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:34.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: cephadm 2023-11-15T04:17:32.390830+0000 mgr.smithi037.kdknfa (mgr.14182) 1324 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:17:34.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: cephadm 2023-11-15T04:17:32.392369+0000 mgr.smithi037.kdknfa (mgr.14182) 1325 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:17:34.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: cluster 2023-11-15T04:17:32.393588+0000 mgr.smithi037.kdknfa (mgr.14182) 1326 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:17:34.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: audit 2023-11-15T04:17:33.097902+0000 mgr.smithi037.kdknfa (mgr.14182) 1327 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:34.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:34 smithi037 bash[25974]: cluster 2023-11-15T04:17:33.139309+0000 mon.smithi037 (mon.0) 990 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:17:34.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: cephadm 2023-11-15T04:17:32.387243+0000 mgr.smithi037.kdknfa (mgr.14182) 1321 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:34.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:34.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.cvbrmu ... 2023-11-15T04:17:34.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:34.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:34.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:34.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:17:34.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:17:34.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:17:34.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:17:34.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:17:34.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:34.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:34.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.cvbrmu ... 2023-11-15T04:17:34.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:34.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:34.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:34.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: cephadm 2023-11-15T04:17:32.387483+0000 mgr.smithi037.kdknfa (mgr.14182) 1322 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: cephadm 2023-11-15T04:17:32.388982+0000 mgr.smithi037.kdknfa (mgr.14182) 1323 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:34.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu 2023-11-15T04:17:34.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:17:34.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu 2023-11-15T04:17:34.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.cvbrmu ... 2023-11-15T04:17:34.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:17:34.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:17:34.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:17:34.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:17:34.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: cephadm 2023-11-15T04:17:32.390830+0000 mgr.smithi037.kdknfa (mgr.14182) 1324 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:17:34.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: cephadm 2023-11-15T04:17:32.392369+0000 mgr.smithi037.kdknfa (mgr.14182) 1325 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:17:34.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: cluster 2023-11-15T04:17:32.393588+0000 mgr.smithi037.kdknfa (mgr.14182) 1326 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:17:34.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: audit 2023-11-15T04:17:33.097902+0000 mgr.smithi037.kdknfa (mgr.14182) 1327 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:34.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:34 smithi143 bash[29116]: cluster 2023-11-15T04:17:33.139309+0000 mon.smithi037 (mon.0) 990 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:17:34.818 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:36.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:36 smithi037 bash[25974]: cluster 2023-11-15T04:17:34.395367+0000 mgr.smithi037.kdknfa (mgr.14182) 1328 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:17:36.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:36 smithi143 bash[29116]: cluster 2023-11-15T04:17:34.395367+0000 mgr.smithi037.kdknfa (mgr.14182) 1328 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-15T04:17:38.006 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:38.006 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:38.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:37 smithi143 bash[29116]: cluster 2023-11-15T04:17:36.397233+0000 mgr.smithi037.kdknfa (mgr.14182) 1329 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:17:38.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:37 smithi143 bash[29116]: audit 2023-11-15T04:17:36.824266+0000 mon.smithi037 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:17:38.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:37 smithi037 bash[25974]: cluster 2023-11-15T04:17:36.397233+0000 mgr.smithi037.kdknfa (mgr.14182) 1329 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:17:38.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:37 smithi037 bash[25974]: audit 2023-11-15T04:17:36.824266+0000 mon.smithi037 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:17:38.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:39.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:38 smithi037 bash[25974]: audit 2023-11-15T04:17:37.989117+0000 mgr.smithi037.kdknfa (mgr.14182) 1330 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:39.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:38 smithi143 bash[29116]: audit 2023-11-15T04:17:37.989117+0000 mgr.smithi037.kdknfa (mgr.14182) 1330 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:39.669 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:39.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:39 smithi037 bash[25974]: cluster 2023-11-15T04:17:38.399007+0000 mgr.smithi037.kdknfa (mgr.14182) 1331 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:17:40.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:39 smithi143 bash[29116]: cluster 2023-11-15T04:17:38.399007+0000 mgr.smithi037.kdknfa (mgr.14182) 1331 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:17:42.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:41 smithi037 bash[25974]: cluster 2023-11-15T04:17:40.400593+0000 mgr.smithi037.kdknfa (mgr.14182) 1332 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-15T04:17:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:41 smithi143 bash[29116]: cluster 2023-11-15T04:17:40.400593+0000 mgr.smithi037.kdknfa (mgr.14182) 1332 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-15T04:17:43.053 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:43.054 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:43.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:43.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:43 smithi037 bash[25974]: cluster 2023-11-15T04:17:42.402152+0000 mgr.smithi037.kdknfa (mgr.14182) 1333 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:17:43.966 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:43 smithi037 bash[25974]: audit 2023-11-15T04:17:43.036598+0000 mgr.smithi037.kdknfa (mgr.14182) 1334 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:43.967 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:43 smithi037 bash[25974]: audit 2023-11-15T04:17:43.713838+0000 mon.smithi037 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:17:44.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:43 smithi143 bash[29116]: cluster 2023-11-15T04:17:42.402152+0000 mgr.smithi037.kdknfa (mgr.14182) 1333 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:17:44.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:43 smithi143 bash[29116]: audit 2023-11-15T04:17:43.036598+0000 mgr.smithi037.kdknfa (mgr.14182) 1334 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:44.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:43 smithi143 bash[29116]: audit 2023-11-15T04:17:43.713838+0000 mon.smithi037 (mon.0) 992 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:17:44.709 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:46.168 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:45 smithi037 bash[25974]: cluster 2023-11-15T04:17:44.403956+0000 mgr.smithi037.kdknfa (mgr.14182) 1335 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:46.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:45 smithi143 bash[29116]: cluster 2023-11-15T04:17:44.403956+0000 mgr.smithi037.kdknfa (mgr.14182) 1335 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:47.984 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:47.985 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:48.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:47 smithi037 bash[25974]: cluster 2023-11-15T04:17:46.405755+0000 mgr.smithi037.kdknfa (mgr.14182) 1336 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:48.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:47 smithi143 bash[29116]: cluster 2023-11-15T04:17:46.405755+0000 mgr.smithi037.kdknfa (mgr.14182) 1336 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:48.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:49.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:48 smithi037 bash[25974]: audit 2023-11-15T04:17:47.967116+0000 mgr.smithi037.kdknfa (mgr.14182) 1337 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:49.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:48 smithi143 bash[29116]: audit 2023-11-15T04:17:47.967116+0000 mgr.smithi037.kdknfa (mgr.14182) 1337 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:49.581 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:50.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:49 smithi037 bash[25974]: cluster 2023-11-15T04:17:48.407486+0000 mgr.smithi037.kdknfa (mgr.14182) 1338 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:50.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:49 smithi143 bash[29116]: cluster 2023-11-15T04:17:48.407486+0000 mgr.smithi037.kdknfa (mgr.14182) 1338 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:52.350 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:51 smithi037 bash[25974]: cluster 2023-11-15T04:17:50.409051+0000 mgr.smithi037.kdknfa (mgr.14182) 1339 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:52.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:51 smithi143 bash[29116]: cluster 2023-11-15T04:17:50.409051+0000 mgr.smithi037.kdknfa (mgr.14182) 1339 : cluster [DBG] pgmap v874: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:17:52.776 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:52.777 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:53.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:54.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:53 smithi143 bash[29116]: cluster 2023-11-15T04:17:52.410112+0000 mgr.smithi037.kdknfa (mgr.14182) 1340 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:54.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:53 smithi143 bash[29116]: audit 2023-11-15T04:17:52.763706+0000 mgr.smithi037.kdknfa (mgr.14182) 1341 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:54.435 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:54.449 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:53 smithi037 bash[25974]: cluster 2023-11-15T04:17:52.410112+0000 mgr.smithi037.kdknfa (mgr.14182) 1340 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:54.449 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:53 smithi037 bash[25974]: audit 2023-11-15T04:17:52.763706+0000 mgr.smithi037.kdknfa (mgr.14182) 1341 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:56.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:55 smithi037 bash[25974]: cluster 2023-11-15T04:17:54.411872+0000 mgr.smithi037.kdknfa (mgr.14182) 1342 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:56.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:55 smithi143 bash[29116]: cluster 2023-11-15T04:17:54.411872+0000 mgr.smithi037.kdknfa (mgr.14182) 1342 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:17:57.705 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:17:57.706 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:17:58.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:57 smithi037 bash[25974]: cluster 2023-11-15T04:17:56.413646+0000 mgr.smithi037.kdknfa (mgr.14182) 1343 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:17:58.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:17:58.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:57 smithi143 bash[29116]: cluster 2023-11-15T04:17:56.413646+0000 mgr.smithi037.kdknfa (mgr.14182) 1343 : cluster [DBG] pgmap v877: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:17:59.364 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:17:59.377 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:58 smithi037 bash[25974]: audit 2023-11-15T04:17:57.689067+0000 mgr.smithi037.kdknfa (mgr.14182) 1344 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:17:59.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:17:59 smithi143 bash[29116]: audit 2023-11-15T04:17:57.689067+0000 mgr.smithi037.kdknfa (mgr.14182) 1344 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:00.387 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:17:59 smithi037 bash[25974]: cluster 2023-11-15T04:17:58.415427+0000 mgr.smithi037.kdknfa (mgr.14182) 1345 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T04:18:00.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:00 smithi143 bash[29116]: cluster 2023-11-15T04:17:58.415427+0000 mgr.smithi037.kdknfa (mgr.14182) 1345 : cluster [DBG] pgmap v878: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T04:18:02.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:02 smithi037 bash[25974]: cluster 2023-11-15T04:18:00.417136+0000 mgr.smithi037.kdknfa (mgr.14182) 1346 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:18:02.373 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:02.374 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:02.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:02 smithi143 bash[29116]: cluster 2023-11-15T04:18:00.417136+0000 mgr.smithi037.kdknfa (mgr.14182) 1346 : cluster [DBG] pgmap v879: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.2 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:18:02.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:03.963 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:04.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:04 smithi143 bash[29116]: audit 2023-11-15T04:18:02.360592+0000 mgr.smithi037.kdknfa (mgr.14182) 1347 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:04.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:04 smithi143 bash[29116]: cluster 2023-11-15T04:18:02.418735+0000 mgr.smithi037.kdknfa (mgr.14182) 1348 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:18:04.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:04 smithi037 bash[25974]: audit 2023-11-15T04:18:02.360592+0000 mgr.smithi037.kdknfa (mgr.14182) 1347 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:04.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:04 smithi037 bash[25974]: cluster 2023-11-15T04:18:02.418735+0000 mgr.smithi037.kdknfa (mgr.14182) 1348 : cluster [DBG] pgmap v880: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:18:06.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:06 smithi143 bash[29116]: cluster 2023-11-15T04:18:04.420678+0000 mgr.smithi037.kdknfa (mgr.14182) 1349 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:18:06.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:06 smithi037 bash[25974]: cluster 2023-11-15T04:18:04.420678+0000 mgr.smithi037.kdknfa (mgr.14182) 1349 : cluster [DBG] pgmap v881: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:18:07.212 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:07.212 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:07.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:08.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:08 smithi037 bash[25974]: cluster 2023-11-15T04:18:06.422380+0000 mgr.smithi037.kdknfa (mgr.14182) 1350 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:18:08.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:08 smithi143 bash[29116]: cluster 2023-11-15T04:18:06.422380+0000 mgr.smithi037.kdknfa (mgr.14182) 1350 : cluster [DBG] pgmap v882: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.1 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-15T04:18:08.852 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:09.216 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:09 smithi037 bash[25974]: audit 2023-11-15T04:18:07.194234+0000 mgr.smithi037.kdknfa (mgr.14182) 1351 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:09.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:09 smithi143 bash[29116]: audit 2023-11-15T04:18:07.194234+0000 mgr.smithi037.kdknfa (mgr.14182) 1351 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:10.204 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:10 smithi037 bash[25974]: cluster 2023-11-15T04:18:08.424094+0000 mgr.smithi037.kdknfa (mgr.14182) 1352 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T04:18:10.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:10 smithi143 bash[29116]: cluster 2023-11-15T04:18:08.424094+0000 mgr.smithi037.kdknfa (mgr.14182) 1352 : cluster [DBG] pgmap v883: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 0 B/s wr, 4 op/s 2023-11-15T04:18:11.964 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:11.965 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:12.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:12 smithi143 bash[29116]: cluster 2023-11-15T04:18:10.425673+0000 mgr.smithi037.kdknfa (mgr.14182) 1353 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:18:12.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:12 smithi037 bash[25974]: cluster 2023-11-15T04:18:10.425673+0000 mgr.smithi037.kdknfa (mgr.14182) 1353 : cluster [DBG] pgmap v884: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-15T04:18:12.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:13.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:13 smithi143 bash[29116]: audit 2023-11-15T04:18:11.953540+0000 mgr.smithi037.kdknfa (mgr.14182) 1354 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:13.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:13 smithi037 bash[25974]: audit 2023-11-15T04:18:11.953540+0000 mgr.smithi037.kdknfa (mgr.14182) 1354 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:13.589 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:14.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:14 smithi143 bash[29116]: cluster 2023-11-15T04:18:12.427246+0000 mgr.smithi037.kdknfa (mgr.14182) 1355 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:14.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:14 smithi037 bash[25974]: cluster 2023-11-15T04:18:12.427246+0000 mgr.smithi037.kdknfa (mgr.14182) 1355 : cluster [DBG] pgmap v885: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:16.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:16 smithi143 bash[29116]: cluster 2023-11-15T04:18:14.429085+0000 mgr.smithi037.kdknfa (mgr.14182) 1356 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:16.404 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:16 smithi037 bash[25974]: cluster 2023-11-15T04:18:14.429085+0000 mgr.smithi037.kdknfa (mgr.14182) 1356 : cluster [DBG] pgmap v886: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:16.837 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:16.838 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:17.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:18 smithi143 bash[29116]: cluster 2023-11-15T04:18:16.430737+0000 mgr.smithi037.kdknfa (mgr.14182) 1357 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:18 smithi143 bash[29116]: audit 2023-11-15T04:18:16.818608+0000 mgr.smithi037.kdknfa (mgr.14182) 1358 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:18.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:18 smithi037 bash[25974]: cluster 2023-11-15T04:18:16.430737+0000 mgr.smithi037.kdknfa (mgr.14182) 1357 : cluster [DBG] pgmap v887: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:18.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:18 smithi037 bash[25974]: audit 2023-11-15T04:18:16.818608+0000 mgr.smithi037.kdknfa (mgr.14182) 1358 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:18.503 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:20.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:20 smithi143 bash[29116]: cluster 2023-11-15T04:18:18.432464+0000 mgr.smithi037.kdknfa (mgr.14182) 1359 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:20.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:20 smithi037 bash[25974]: cluster 2023-11-15T04:18:18.432464+0000 mgr.smithi037.kdknfa (mgr.14182) 1359 : cluster [DBG] pgmap v888: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:21.711 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:21.712 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:22.370 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:22 smithi037 bash[25974]: cluster 2023-11-15T04:18:20.434013+0000 mgr.smithi037.kdknfa (mgr.14182) 1360 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:18:22.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:22.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:22 smithi143 bash[29116]: cluster 2023-11-15T04:18:20.434013+0000 mgr.smithi037.kdknfa (mgr.14182) 1360 : cluster [DBG] pgmap v889: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:18:23.375 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:23.387 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:23 smithi037 bash[25974]: audit 2023-11-15T04:18:21.700668+0000 mgr.smithi037.kdknfa (mgr.14182) 1361 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:23.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:23 smithi143 bash[29116]: audit 2023-11-15T04:18:21.700668+0000 mgr.smithi037.kdknfa (mgr.14182) 1361 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:24.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:24 smithi143 bash[29116]: cluster 2023-11-15T04:18:22.435598+0000 mgr.smithi037.kdknfa (mgr.14182) 1362 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:24.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:24 smithi037 bash[25974]: cluster 2023-11-15T04:18:22.435598+0000 mgr.smithi037.kdknfa (mgr.14182) 1362 : cluster [DBG] pgmap v890: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:26.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:26 smithi143 bash[29116]: cluster 2023-11-15T04:18:24.437534+0000 mgr.smithi037.kdknfa (mgr.14182) 1363 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:26.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:26 smithi037 bash[25974]: cluster 2023-11-15T04:18:24.437534+0000 mgr.smithi037.kdknfa (mgr.14182) 1363 : cluster [DBG] pgmap v891: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:26.630 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:26.630 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:27.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:28.285 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:28.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:28 smithi143 bash[29116]: cluster 2023-11-15T04:18:26.439011+0000 mgr.smithi037.kdknfa (mgr.14182) 1364 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:28.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:28 smithi143 bash[29116]: audit 2023-11-15T04:18:26.617486+0000 mgr.smithi037.kdknfa (mgr.14182) 1365 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:28.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:28 smithi037 bash[25974]: cluster 2023-11-15T04:18:26.439011+0000 mgr.smithi037.kdknfa (mgr.14182) 1364 : cluster [DBG] pgmap v892: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:28.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:28 smithi037 bash[25974]: audit 2023-11-15T04:18:26.617486+0000 mgr.smithi037.kdknfa (mgr.14182) 1365 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:30.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:30 smithi143 bash[29116]: cluster 2023-11-15T04:18:28.440807+0000 mgr.smithi037.kdknfa (mgr.14182) 1366 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:30.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:30 smithi037 bash[25974]: cluster 2023-11-15T04:18:28.440807+0000 mgr.smithi037.kdknfa (mgr.14182) 1366 : cluster [DBG] pgmap v893: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:31.510 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:31.510 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:32.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:32.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:32 smithi143 bash[29116]: cluster 2023-11-15T04:18:30.442353+0000 mgr.smithi037.kdknfa (mgr.14182) 1367 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:18:32.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:32 smithi037 bash[25974]: cluster 2023-11-15T04:18:30.442353+0000 mgr.smithi037.kdknfa (mgr.14182) 1367 : cluster [DBG] pgmap v894: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:18:33.134 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:33.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:33 smithi143 bash[29116]: audit 2023-11-15T04:18:31.491399+0000 mgr.smithi037.kdknfa (mgr.14182) 1368 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:33.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:33 smithi143 bash[29116]: audit 2023-11-15T04:18:32.396505+0000 mon.smithi037 (mon.0) 993 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:18:33.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:33 smithi143 bash[29116]: audit 2023-11-15T04:18:32.713606+0000 mon.smithi037 (mon.0) 994 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:18:33.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:33 smithi143 bash[29116]: audit 2023-11-15T04:18:32.715247+0000 mon.smithi037 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:18:33.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:33 smithi143 bash[29116]: audit 2023-11-15T04:18:32.723596+0000 mon.smithi037 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:18:33.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:33 smithi143 bash[29116]: audit 2023-11-15T04:18:32.732540+0000 mon.smithi037 (mon.0) 997 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:18:33.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:33 smithi143 bash[29116]: audit 2023-11-15T04:18:32.749451+0000 mon.smithi037 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:18:33.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:33 smithi037 bash[25974]: audit 2023-11-15T04:18:31.491399+0000 mgr.smithi037.kdknfa (mgr.14182) 1368 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:33.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:33 smithi037 bash[25974]: audit 2023-11-15T04:18:32.396505+0000 mon.smithi037 (mon.0) 993 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:18:33.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:33 smithi037 bash[25974]: audit 2023-11-15T04:18:32.713606+0000 mon.smithi037 (mon.0) 994 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:18:33.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:33 smithi037 bash[25974]: audit 2023-11-15T04:18:32.715247+0000 mon.smithi037 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:18:33.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:33 smithi037 bash[25974]: audit 2023-11-15T04:18:32.723596+0000 mon.smithi037 (mon.0) 996 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:18:33.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:33 smithi037 bash[25974]: audit 2023-11-15T04:18:32.732540+0000 mon.smithi037 (mon.0) 997 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:18:33.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:33 smithi037 bash[25974]: audit 2023-11-15T04:18:32.749451+0000 mon.smithi037 (mon.0) 998 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:18:34.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:34 smithi143 bash[29116]: cluster 2023-11-15T04:18:32.443580+0000 mgr.smithi037.kdknfa (mgr.14182) 1369 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:34.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:34 smithi143 bash[29116]: cluster 2023-11-15T04:18:32.724994+0000 mgr.smithi037.kdknfa (mgr.14182) 1370 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:34.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:34 smithi143 bash[29116]: cephadm 2023-11-15T04:18:32.754991+0000 mgr.smithi037.kdknfa (mgr.14182) 1371 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.abztdr on smithi143 2023-11-15T04:18:34.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:34 smithi143 bash[29116]: cluster 2023-11-15T04:18:33.116884+0000 mon.smithi037 (mon.0) 999 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:18:34.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:34 smithi143 bash[29116]: cluster 2023-11-15T04:18:33.117002+0000 mon.smithi037 (mon.0) 1000 : cluster [INF] Cluster is now healthy 2023-11-15T04:18:34.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:34 smithi037 bash[25974]: cluster 2023-11-15T04:18:32.443580+0000 mgr.smithi037.kdknfa (mgr.14182) 1369 : cluster [DBG] pgmap v895: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:34.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:34 smithi037 bash[25974]: cluster 2023-11-15T04:18:32.724994+0000 mgr.smithi037.kdknfa (mgr.14182) 1370 : cluster [DBG] pgmap v896: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:34.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:34 smithi037 bash[25974]: cephadm 2023-11-15T04:18:32.754991+0000 mgr.smithi037.kdknfa (mgr.14182) 1371 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.abztdr on smithi143 2023-11-15T04:18:34.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:34 smithi037 bash[25974]: cluster 2023-11-15T04:18:33.116884+0000 mon.smithi037 (mon.0) 999 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:18:34.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:34 smithi037 bash[25974]: cluster 2023-11-15T04:18:33.117002+0000 mon.smithi037 (mon.0) 1000 : cluster [INF] Cluster is now healthy 2023-11-15T04:18:36.226 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:36.226 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:16:24.228595Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sypdbo on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:28.350149Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.lashvw on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-lashvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.lashvw\nDeploy daemon haproxy.nfs.foo.smithi143.lashvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.388851Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.cvbrmu on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-cvbrmu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.cvbrmu\nDeploy daemon haproxy.nfs.foo.smithi037.cvbrmu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:17:32.390727Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.drlycc on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:36.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:36 smithi143 bash[29116]: cluster 2023-11-15T04:18:34.726236+0000 mgr.smithi037.kdknfa (mgr.14182) 1372 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:36.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:36 smithi037 bash[25974]: cluster 2023-11-15T04:18:34.726236+0000 mgr.smithi037.kdknfa (mgr.14182) 1372 : cluster [DBG] pgmap v897: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:36.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:37.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:37 smithi037 bash[25974]: audit 2023-11-15T04:18:36.689795+0000 mon.smithi037 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.abztdr"}]: dispatch 2023-11-15T04:18:37.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:37 smithi143 bash[29116]: audit 2023-11-15T04:18:36.689795+0000 mon.smithi037 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.abztdr"}]: dispatch 2023-11-15T04:18:37.838 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:38.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: audit 2023-11-15T04:18:36.207485+0000 mgr.smithi037.kdknfa (mgr.14182) 1373 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:38.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: cephadm 2023-11-15T04:18:36.688539+0000 mgr.smithi037.kdknfa (mgr.14182) 1374 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:38.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:38.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.abztdr ... 2023-11-15T04:18:38.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:38.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:38.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:38.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:18:38.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:18:38.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:18:38.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:18:38.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:18:38.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:38.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:38.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.abztdr ... 2023-11-15T04:18:38.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:38.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:38.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:38.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: cephadm 2023-11-15T04:18:36.689083+0000 mgr.smithi037.kdknfa (mgr.14182) 1375 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: cephadm 2023-11-15T04:18:36.691599+0000 mgr.smithi037.kdknfa (mgr.14182) 1376 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:38.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:38.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.abztdr ... 2023-11-15T04:18:38.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:38.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:38.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:38.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: cephadm 2023-11-15T04:18:36.696671+0000 mgr.smithi037.kdknfa (mgr.14182) 1377 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.hiudos on smithi037 2023-11-15T04:18:38.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:38 smithi037 bash[25974]: cluster 2023-11-15T04:18:36.727329+0000 mgr.smithi037.kdknfa (mgr.14182) 1378 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:38.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: audit 2023-11-15T04:18:36.207485+0000 mgr.smithi037.kdknfa (mgr.14182) 1373 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:38.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: cephadm 2023-11-15T04:18:36.688539+0000 mgr.smithi037.kdknfa (mgr.14182) 1374 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:38.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:38.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.abztdr ... 2023-11-15T04:18:38.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:38.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:38.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:38.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:18:38.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:18:38.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:18:38.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:18:38.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:18:38.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:38.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:38.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.abztdr ... 2023-11-15T04:18:38.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:38.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:38.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:38.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: cephadm 2023-11-15T04:18:36.689083+0000 mgr.smithi037.kdknfa (mgr.14182) 1375 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: cephadm 2023-11-15T04:18:36.691599+0000 mgr.smithi037.kdknfa (mgr.14182) 1376 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:38.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr 2023-11-15T04:18:38.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:38.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr 2023-11-15T04:18:38.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.abztdr ... 2023-11-15T04:18:38.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:38.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:38.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:38.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:38.662 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: cephadm 2023-11-15T04:18:36.696671+0000 mgr.smithi037.kdknfa (mgr.14182) 1377 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.hiudos on smithi037 2023-11-15T04:18:38.662 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:38 smithi143 bash[29116]: cluster 2023-11-15T04:18:36.727329+0000 mgr.smithi037.kdknfa (mgr.14182) 1378 : cluster [DBG] pgmap v898: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:40.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:40 smithi037 bash[25974]: cluster 2023-11-15T04:18:38.728855+0000 mgr.smithi037.kdknfa (mgr.14182) 1379 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:40.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:40 smithi143 bash[29116]: cluster 2023-11-15T04:18:38.728855+0000 mgr.smithi037.kdknfa (mgr.14182) 1379 : cluster [DBG] pgmap v899: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:41.320 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:41.321 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:41.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:41 smithi037 bash[25974]: audit 2023-11-15T04:18:40.745333+0000 mon.smithi037 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.hiudos"}]: dispatch 2023-11-15T04:18:41.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:41 smithi143 bash[29116]: audit 2023-11-15T04:18:40.745333+0000 mon.smithi037 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.hiudos"}]: dispatch 2023-11-15T04:18:42.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:42.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: cluster 2023-11-15T04:18:40.730331+0000 mgr.smithi037.kdknfa (mgr.14182) 1380 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:42.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: cephadm 2023-11-15T04:18:40.743839+0000 mgr.smithi037.kdknfa (mgr.14182) 1381 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:42.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:42.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.hiudos ... 2023-11-15T04:18:42.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:42.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:42.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:42.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:18:42.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:18:42.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:18:42.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:18:42.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:18:42.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:42.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:42.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.hiudos ... 2023-11-15T04:18:42.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:42.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:42.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:42.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: cephadm 2023-11-15T04:18:40.744456+0000 mgr.smithi037.kdknfa (mgr.14182) 1382 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: cephadm 2023-11-15T04:18:40.746695+0000 mgr.smithi037.kdknfa (mgr.14182) 1383 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:42.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:18:42.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.hiudos ... 2023-11-15T04:18:42.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:42.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:42.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:42.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: cephadm 2023-11-15T04:18:40.753197+0000 mgr.smithi037.kdknfa (mgr.14182) 1384 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:18:42.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: cephadm 2023-11-15T04:18:40.756428+0000 mgr.smithi037.kdknfa (mgr.14182) 1385 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:18:42.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: cluster 2023-11-15T04:18:40.757421+0000 mgr.smithi037.kdknfa (mgr.14182) 1386 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2023-11-15T04:18:42.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: cluster 2023-11-15T04:18:41.157319+0000 mon.smithi037 (mon.0) 1003 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:18:42.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:42 smithi037 bash[25974]: audit 2023-11-15T04:18:41.881706+0000 mon.smithi037 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:18:42.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: cluster 2023-11-15T04:18:40.730331+0000 mgr.smithi037.kdknfa (mgr.14182) 1380 : cluster [DBG] pgmap v900: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-15T04:18:42.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: cephadm 2023-11-15T04:18:40.743839+0000 mgr.smithi037.kdknfa (mgr.14182) 1381 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:42.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:42.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.hiudos ... 2023-11-15T04:18:42.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:42.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:42.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:42.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:18:42.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:18:42.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:18:42.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:18:42.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:18:42.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:42.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:42.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.hiudos ... 2023-11-15T04:18:42.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:42.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:42.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:42.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: cephadm 2023-11-15T04:18:40.744456+0000 mgr.smithi037.kdknfa (mgr.14182) 1382 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.661 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: cephadm 2023-11-15T04:18:40.746695+0000 mgr.smithi037.kdknfa (mgr.14182) 1383 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.662 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:42.662 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos 2023-11-15T04:18:42.662 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.662 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:18:42.662 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos 2023-11-15T04:18:42.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.hiudos ... 2023-11-15T04:18:42.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:18:42.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:18:42.663 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:18:42.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:18:42.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: cephadm 2023-11-15T04:18:40.753197+0000 mgr.smithi037.kdknfa (mgr.14182) 1384 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:18:42.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: cephadm 2023-11-15T04:18:40.756428+0000 mgr.smithi037.kdknfa (mgr.14182) 1385 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:18:42.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: cluster 2023-11-15T04:18:40.757421+0000 mgr.smithi037.kdknfa (mgr.14182) 1386 : cluster [DBG] pgmap v901: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 123 B/s rd, 0 op/s 2023-11-15T04:18:42.664 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: cluster 2023-11-15T04:18:41.157319+0000 mon.smithi037 (mon.0) 1003 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:18:42.665 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:42 smithi143 bash[29116]: audit 2023-11-15T04:18:41.881706+0000 mon.smithi037 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:18:43.010 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:43.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:43 smithi037 bash[25974]: audit 2023-11-15T04:18:41.302000+0000 mgr.smithi037.kdknfa (mgr.14182) 1387 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:43.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:43 smithi037 bash[25974]: cluster 2023-11-15T04:18:42.759131+0000 mgr.smithi037.kdknfa (mgr.14182) 1388 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:18:43.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:43 smithi143 bash[29116]: audit 2023-11-15T04:18:41.302000+0000 mgr.smithi037.kdknfa (mgr.14182) 1387 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:43.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:43 smithi143 bash[29116]: cluster 2023-11-15T04:18:42.759131+0000 mgr.smithi037.kdknfa (mgr.14182) 1388 : cluster [DBG] pgmap v902: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:18:46.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:45 smithi143 bash[29116]: cluster 2023-11-15T04:18:44.760815+0000 mgr.smithi037.kdknfa (mgr.14182) 1389 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:18:46.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:45 smithi037 bash[25974]: cluster 2023-11-15T04:18:44.760815+0000 mgr.smithi037.kdknfa (mgr.14182) 1389 : cluster [DBG] pgmap v903: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:18:46.254 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:46.254 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:46.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:47.903 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:48.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:47 smithi143 bash[29116]: audit 2023-11-15T04:18:46.235939+0000 mgr.smithi037.kdknfa (mgr.14182) 1390 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:48.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:47 smithi143 bash[29116]: cluster 2023-11-15T04:18:46.762395+0000 mgr.smithi037.kdknfa (mgr.14182) 1391 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:18:48.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:47 smithi037 bash[25974]: audit 2023-11-15T04:18:46.235939+0000 mgr.smithi037.kdknfa (mgr.14182) 1390 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:48.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:47 smithi037 bash[25974]: cluster 2023-11-15T04:18:46.762395+0000 mgr.smithi037.kdknfa (mgr.14182) 1391 : cluster [DBG] pgmap v904: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:18:50.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:49 smithi037 bash[25974]: cluster 2023-11-15T04:18:48.763588+0000 mgr.smithi037.kdknfa (mgr.14182) 1392 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:18:50.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:49 smithi143 bash[29116]: cluster 2023-11-15T04:18:48.763588+0000 mgr.smithi037.kdknfa (mgr.14182) 1392 : cluster [DBG] pgmap v905: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:18:51.315 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:51.315 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:51.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:52.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:51 smithi037 bash[25974]: cluster 2023-11-15T04:18:50.765186+0000 mgr.smithi037.kdknfa (mgr.14182) 1393 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:18:52.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:51 smithi143 bash[29116]: cluster 2023-11-15T04:18:50.765186+0000 mgr.smithi037.kdknfa (mgr.14182) 1393 : cluster [DBG] pgmap v906: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-11-15T04:18:52.935 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:53.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:52 smithi037 bash[25974]: audit 2023-11-15T04:18:51.297124+0000 mgr.smithi037.kdknfa (mgr.14182) 1394 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:53.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:52 smithi143 bash[29116]: audit 2023-11-15T04:18:51.297124+0000 mgr.smithi037.kdknfa (mgr.14182) 1394 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:54.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:53 smithi037 bash[25974]: cluster 2023-11-15T04:18:52.766923+0000 mgr.smithi037.kdknfa (mgr.14182) 1395 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:54.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:53 smithi143 bash[29116]: cluster 2023-11-15T04:18:52.766923+0000 mgr.smithi037.kdknfa (mgr.14182) 1395 : cluster [DBG] pgmap v907: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:56.032 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:18:56.032 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:18:56.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:55 smithi143 bash[29116]: cluster 2023-11-15T04:18:54.768728+0000 mgr.smithi037.kdknfa (mgr.14182) 1396 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:56.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:55 smithi037 bash[25974]: cluster 2023-11-15T04:18:54.768728+0000 mgr.smithi037.kdknfa (mgr.14182) 1396 : cluster [DBG] pgmap v908: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:56.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:18:57.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:56 smithi143 bash[29116]: audit 2023-11-15T04:18:56.013772+0000 mgr.smithi037.kdknfa (mgr.14182) 1397 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:57.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:56 smithi037 bash[25974]: audit 2023-11-15T04:18:56.013772+0000 mgr.smithi037.kdknfa (mgr.14182) 1397 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:18:57.694 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:18:58.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:57 smithi143 bash[29116]: cluster 2023-11-15T04:18:56.769814+0000 mgr.smithi037.kdknfa (mgr.14182) 1398 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:18:58.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:57 smithi037 bash[25974]: cluster 2023-11-15T04:18:56.769814+0000 mgr.smithi037.kdknfa (mgr.14182) 1398 : cluster [DBG] pgmap v909: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:00.383 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:18:59 smithi037 bash[25974]: cluster 2023-11-15T04:18:58.771496+0000 mgr.smithi037.kdknfa (mgr.14182) 1399 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:00.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:18:59 smithi143 bash[29116]: cluster 2023-11-15T04:18:58.771496+0000 mgr.smithi037.kdknfa (mgr.14182) 1399 : cluster [DBG] pgmap v910: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:00.819 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:00.819 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:01.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:02.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:01 smithi143 bash[29116]: cluster 2023-11-15T04:19:00.773018+0000 mgr.smithi037.kdknfa (mgr.14182) 1400 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:02.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:01 smithi143 bash[29116]: audit 2023-11-15T04:19:00.808881+0000 mgr.smithi037.kdknfa (mgr.14182) 1401 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:02.426 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:02.438 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:01 smithi037 bash[25974]: cluster 2023-11-15T04:19:00.773018+0000 mgr.smithi037.kdknfa (mgr.14182) 1400 : cluster [DBG] pgmap v911: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:02.439 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:01 smithi037 bash[25974]: audit 2023-11-15T04:19:00.808881+0000 mgr.smithi037.kdknfa (mgr.14182) 1401 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:04.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:03 smithi037 bash[25974]: cluster 2023-11-15T04:19:02.774572+0000 mgr.smithi037.kdknfa (mgr.14182) 1402 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:04.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:04 smithi143 bash[29116]: cluster 2023-11-15T04:19:02.774572+0000 mgr.smithi037.kdknfa (mgr.14182) 1402 : cluster [DBG] pgmap v912: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:05.758 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:05.759 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:06.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:06 smithi037 bash[25974]: cluster 2023-11-15T04:19:04.776104+0000 mgr.smithi037.kdknfa (mgr.14182) 1403 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:06.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:06 smithi143 bash[29116]: cluster 2023-11-15T04:19:04.776104+0000 mgr.smithi037.kdknfa (mgr.14182) 1403 : cluster [DBG] pgmap v913: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:06.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:07.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:07 smithi143 bash[29116]: audit 2023-11-15T04:19:05.740647+0000 mgr.smithi037.kdknfa (mgr.14182) 1404 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:07.402 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:07.416 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:07 smithi037 bash[25974]: audit 2023-11-15T04:19:05.740647+0000 mgr.smithi037.kdknfa (mgr.14182) 1404 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:08.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:08 smithi143 bash[29116]: cluster 2023-11-15T04:19:06.777899+0000 mgr.smithi037.kdknfa (mgr.14182) 1405 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:08.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:08 smithi037 bash[25974]: cluster 2023-11-15T04:19:06.777899+0000 mgr.smithi037.kdknfa (mgr.14182) 1405 : cluster [DBG] pgmap v914: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:10.273 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:10 smithi037 bash[25974]: cluster 2023-11-15T04:19:08.779704+0000 mgr.smithi037.kdknfa (mgr.14182) 1406 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:10.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:10 smithi143 bash[29116]: cluster 2023-11-15T04:19:08.779704+0000 mgr.smithi037.kdknfa (mgr.14182) 1406 : cluster [DBG] pgmap v915: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:10.727 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:10.727 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:11.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:12.397 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:12.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:12 smithi143 bash[29116]: audit 2023-11-15T04:19:10.711990+0000 mgr.smithi037.kdknfa (mgr.14182) 1407 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:12.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:12 smithi143 bash[29116]: cluster 2023-11-15T04:19:10.781761+0000 mgr.smithi037.kdknfa (mgr.14182) 1408 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:12.411 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:12 smithi037 bash[25974]: audit 2023-11-15T04:19:10.711990+0000 mgr.smithi037.kdknfa (mgr.14182) 1407 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:12.411 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:12 smithi037 bash[25974]: cluster 2023-11-15T04:19:10.781761+0000 mgr.smithi037.kdknfa (mgr.14182) 1408 : cluster [DBG] pgmap v916: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:14.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:14 smithi037 bash[25974]: cluster 2023-11-15T04:19:12.783568+0000 mgr.smithi037.kdknfa (mgr.14182) 1409 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:14.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:14 smithi143 bash[29116]: cluster 2023-11-15T04:19:12.783568+0000 mgr.smithi037.kdknfa (mgr.14182) 1409 : cluster [DBG] pgmap v917: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:15.596 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:15.596 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:16.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:16.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:16 smithi143 bash[29116]: cluster 2023-11-15T04:19:14.785265+0000 mgr.smithi037.kdknfa (mgr.14182) 1410 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:16.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:16 smithi037 bash[25974]: cluster 2023-11-15T04:19:14.785265+0000 mgr.smithi037.kdknfa (mgr.14182) 1410 : cluster [DBG] pgmap v918: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:17.233 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:17.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:17 smithi143 bash[29116]: audit 2023-11-15T04:19:15.578815+0000 mgr.smithi037.kdknfa (mgr.14182) 1411 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:17.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:17 smithi037 bash[25974]: audit 2023-11-15T04:19:15.578815+0000 mgr.smithi037.kdknfa (mgr.14182) 1411 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:18.397 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:18 smithi037 bash[25974]: cluster 2023-11-15T04:19:16.786818+0000 mgr.smithi037.kdknfa (mgr.14182) 1412 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:18.399 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:18 smithi143 bash[29116]: cluster 2023-11-15T04:19:16.786818+0000 mgr.smithi037.kdknfa (mgr.14182) 1412 : cluster [DBG] pgmap v919: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:20.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:20 smithi037 bash[25974]: cluster 2023-11-15T04:19:18.788005+0000 mgr.smithi037.kdknfa (mgr.14182) 1413 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:20.345 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:20.346 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:20.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:20 smithi143 bash[29116]: cluster 2023-11-15T04:19:18.788005+0000 mgr.smithi037.kdknfa (mgr.14182) 1413 : cluster [DBG] pgmap v920: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:20.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:21.971 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:22.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:22 smithi143 bash[29116]: audit 2023-11-15T04:19:20.327273+0000 mgr.smithi037.kdknfa (mgr.14182) 1414 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:22.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:22 smithi143 bash[29116]: cluster 2023-11-15T04:19:20.789554+0000 mgr.smithi037.kdknfa (mgr.14182) 1415 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:22.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:22 smithi037 bash[25974]: audit 2023-11-15T04:19:20.327273+0000 mgr.smithi037.kdknfa (mgr.14182) 1414 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:22.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:22 smithi037 bash[25974]: cluster 2023-11-15T04:19:20.789554+0000 mgr.smithi037.kdknfa (mgr.14182) 1415 : cluster [DBG] pgmap v921: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:24.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:24 smithi143 bash[29116]: cluster 2023-11-15T04:19:22.790550+0000 mgr.smithi037.kdknfa (mgr.14182) 1416 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:24.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:24 smithi037 bash[25974]: cluster 2023-11-15T04:19:22.790550+0000 mgr.smithi037.kdknfa (mgr.14182) 1416 : cluster [DBG] pgmap v922: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:25.172 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:25.173 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:25.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:26.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:26 smithi143 bash[29116]: cluster 2023-11-15T04:19:24.792032+0000 mgr.smithi037.kdknfa (mgr.14182) 1417 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:26.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:26 smithi143 bash[29116]: audit 2023-11-15T04:19:25.154043+0000 mgr.smithi037.kdknfa (mgr.14182) 1418 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:26.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:26 smithi037 bash[25974]: cluster 2023-11-15T04:19:24.792032+0000 mgr.smithi037.kdknfa (mgr.14182) 1417 : cluster [DBG] pgmap v923: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:26.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:26 smithi037 bash[25974]: audit 2023-11-15T04:19:25.154043+0000 mgr.smithi037.kdknfa (mgr.14182) 1418 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:26.807 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:28.129 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:28 smithi037 bash[25974]: cluster 2023-11-15T04:19:26.793662+0000 mgr.smithi037.kdknfa (mgr.14182) 1419 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:28.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:28 smithi143 bash[29116]: cluster 2023-11-15T04:19:26.793662+0000 mgr.smithi037.kdknfa (mgr.14182) 1419 : cluster [DBG] pgmap v924: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:29.926 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:29.926 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:30.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:30 smithi143 bash[29116]: cluster 2023-11-15T04:19:28.795287+0000 mgr.smithi037.kdknfa (mgr.14182) 1420 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:30.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:30 smithi037 bash[25974]: cluster 2023-11-15T04:19:28.795287+0000 mgr.smithi037.kdknfa (mgr.14182) 1420 : cluster [DBG] pgmap v925: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:30.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:31.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:31 smithi143 bash[29116]: audit 2023-11-15T04:19:29.908498+0000 mgr.smithi037.kdknfa (mgr.14182) 1421 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:31.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:31 smithi037 bash[25974]: audit 2023-11-15T04:19:29.908498+0000 mgr.smithi037.kdknfa (mgr.14182) 1421 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:31.610 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:32.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:32 smithi143 bash[29116]: cluster 2023-11-15T04:19:30.796894+0000 mgr.smithi037.kdknfa (mgr.14182) 1422 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:32.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:32 smithi037 bash[25974]: cluster 2023-11-15T04:19:30.796894+0000 mgr.smithi037.kdknfa (mgr.14182) 1422 : cluster [DBG] pgmap v926: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:34.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:34 smithi143 bash[29116]: cluster 2023-11-15T04:19:32.798431+0000 mgr.smithi037.kdknfa (mgr.14182) 1423 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:34.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:34 smithi037 bash[25974]: cluster 2023-11-15T04:19:32.798431+0000 mgr.smithi037.kdknfa (mgr.14182) 1423 : cluster [DBG] pgmap v927: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:34.708 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:34.708 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:35.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:36.375 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:36.388 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:36 smithi037 bash[25974]: audit 2023-11-15T04:19:34.698428+0000 mgr.smithi037.kdknfa (mgr.14182) 1424 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:36.389 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:36 smithi037 bash[25974]: cluster 2023-11-15T04:19:34.799289+0000 mgr.smithi037.kdknfa (mgr.14182) 1425 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:36.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:36 smithi143 bash[29116]: audit 2023-11-15T04:19:34.698428+0000 mgr.smithi037.kdknfa (mgr.14182) 1424 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:36.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:36 smithi143 bash[29116]: cluster 2023-11-15T04:19:34.799289+0000 mgr.smithi037.kdknfa (mgr.14182) 1425 : cluster [DBG] pgmap v928: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:38.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:38 smithi143 bash[29116]: cluster 2023-11-15T04:19:36.800878+0000 mgr.smithi037.kdknfa (mgr.14182) 1426 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:38.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:38 smithi037 bash[25974]: cluster 2023-11-15T04:19:36.800878+0000 mgr.smithi037.kdknfa (mgr.14182) 1426 : cluster [DBG] pgmap v929: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:39.704 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:39.704 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:40.314 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:40 smithi037 bash[25974]: cluster 2023-11-15T04:19:38.802703+0000 mgr.smithi037.kdknfa (mgr.14182) 1427 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:40.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:40.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:40 smithi143 bash[29116]: cluster 2023-11-15T04:19:38.802703+0000 mgr.smithi037.kdknfa (mgr.14182) 1427 : cluster [DBG] pgmap v930: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:41.317 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:41.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:41 smithi143 bash[29116]: audit 2023-11-15T04:19:39.686732+0000 mgr.smithi037.kdknfa (mgr.14182) 1428 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:41.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:41 smithi143 bash[29116]: audit 2023-11-15T04:19:40.760251+0000 mon.smithi037 (mon.0) 1005 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:19:41.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:41 smithi037 bash[25974]: audit 2023-11-15T04:19:39.686732+0000 mgr.smithi037.kdknfa (mgr.14182) 1428 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:41.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:41 smithi037 bash[25974]: audit 2023-11-15T04:19:40.760251+0000 mon.smithi037 (mon.0) 1005 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:19:42.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:42 smithi143 bash[29116]: cluster 2023-11-15T04:19:40.804048+0000 mgr.smithi037.kdknfa (mgr.14182) 1429 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:42.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:42 smithi037 bash[25974]: cluster 2023-11-15T04:19:40.804048+0000 mgr.smithi037.kdknfa (mgr.14182) 1429 : cluster [DBG] pgmap v931: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:19:44.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:44 smithi037 bash[25974]: cluster 2023-11-15T04:19:42.805788+0000 mgr.smithi037.kdknfa (mgr.14182) 1430 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:44.480 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:44.480 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:09:20.384365Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:09:20.384464Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:09:20.384560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:09:20.384260Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:09:20.384090Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:09:20.385297Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:09:20.384663Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:09:20.384791Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:09:20.385202Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:44.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:44 smithi143 bash[29116]: cluster 2023-11-15T04:19:42.805788+0000 mgr.smithi037.kdknfa (mgr.14182) 1430 : cluster [DBG] pgmap v932: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:45.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:46.148 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:46.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:46 smithi037 bash[25974]: audit 2023-11-15T04:19:44.465648+0000 mgr.smithi037.kdknfa (mgr.14182) 1431 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:46.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:46 smithi037 bash[25974]: cluster 2023-11-15T04:19:44.807483+0000 mgr.smithi037.kdknfa (mgr.14182) 1432 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:46.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:46 smithi143 bash[29116]: audit 2023-11-15T04:19:44.465648+0000 mgr.smithi037.kdknfa (mgr.14182) 1431 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:46.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:46 smithi143 bash[29116]: cluster 2023-11-15T04:19:44.807483+0000 mgr.smithi037.kdknfa (mgr.14182) 1432 : cluster [DBG] pgmap v933: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:48.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:48 smithi143 bash[29116]: cluster 2023-11-15T04:19:46.809176+0000 mgr.smithi037.kdknfa (mgr.14182) 1433 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:48.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:48 smithi143 bash[29116]: audit 2023-11-15T04:19:47.105695+0000 mon.smithi037 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:19:48.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:48 smithi143 bash[29116]: audit 2023-11-15T04:19:47.407173+0000 mon.smithi037 (mon.0) 1007 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:19:48.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:48 smithi143 bash[29116]: audit 2023-11-15T04:19:47.408607+0000 mon.smithi037 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:19:48.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:48 smithi143 bash[29116]: audit 2023-11-15T04:19:47.415620+0000 mon.smithi037 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:19:48.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:48 smithi143 bash[29116]: audit 2023-11-15T04:19:47.423768+0000 mon.smithi037 (mon.0) 1010 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:19:48.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:48 smithi143 bash[29116]: audit 2023-11-15T04:19:47.440807+0000 mon.smithi037 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:19:48.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:48 smithi037 bash[25974]: cluster 2023-11-15T04:19:46.809176+0000 mgr.smithi037.kdknfa (mgr.14182) 1433 : cluster [DBG] pgmap v934: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:19:48.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:48 smithi037 bash[25974]: audit 2023-11-15T04:19:47.105695+0000 mon.smithi037 (mon.0) 1006 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:19:48.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:48 smithi037 bash[25974]: audit 2023-11-15T04:19:47.407173+0000 mon.smithi037 (mon.0) 1007 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:19:48.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:48 smithi037 bash[25974]: audit 2023-11-15T04:19:47.408607+0000 mon.smithi037 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:19:48.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:48 smithi037 bash[25974]: audit 2023-11-15T04:19:47.415620+0000 mon.smithi037 (mon.0) 1009 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:19:48.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:48 smithi037 bash[25974]: audit 2023-11-15T04:19:47.423768+0000 mon.smithi037 (mon.0) 1010 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:19:48.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:48 smithi037 bash[25974]: audit 2023-11-15T04:19:47.440807+0000 mon.smithi037 (mon.0) 1011 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:19:49.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:49 smithi143 bash[29116]: cluster 2023-11-15T04:19:47.416696+0000 mgr.smithi037.kdknfa (mgr.14182) 1434 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:19:49.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:49 smithi143 bash[29116]: cephadm 2023-11-15T04:19:47.445350+0000 mgr.smithi037.kdknfa (mgr.14182) 1435 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.mjksyg on smithi143 2023-11-15T04:19:49.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:49 smithi143 bash[29116]: cluster 2023-11-15T04:19:48.413770+0000 mon.smithi037 (mon.0) 1012 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:19:49.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:49 smithi143 bash[29116]: cluster 2023-11-15T04:19:48.413852+0000 mon.smithi037 (mon.0) 1013 : cluster [INF] Cluster is now healthy 2023-11-15T04:19:49.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:49 smithi037 bash[25974]: cluster 2023-11-15T04:19:47.416696+0000 mgr.smithi037.kdknfa (mgr.14182) 1434 : cluster [DBG] pgmap v935: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:19:49.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:49 smithi037 bash[25974]: cephadm 2023-11-15T04:19:47.445350+0000 mgr.smithi037.kdknfa (mgr.14182) 1435 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.mjksyg on smithi143 2023-11-15T04:19:49.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:49 smithi037 bash[25974]: cluster 2023-11-15T04:19:48.413770+0000 mon.smithi037 (mon.0) 1012 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:19:49.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:49 smithi037 bash[25974]: cluster 2023-11-15T04:19:48.413852+0000 mon.smithi037 (mon.0) 1013 : cluster [INF] Cluster is now healthy 2023-11-15T04:19:49.508 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:49.508 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:17:32.392265Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.jnmvoz on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:50.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:51.171 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:51.187 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:51 smithi143 bash[29116]: cluster 2023-11-15T04:19:49.417907+0000 mgr.smithi037.kdknfa (mgr.14182) 1436 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:19:51.188 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:51 smithi143 bash[29116]: audit 2023-11-15T04:19:49.498124+0000 mgr.smithi037.kdknfa (mgr.14182) 1437 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:51.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:51 smithi037 bash[25974]: cluster 2023-11-15T04:19:49.417907+0000 mgr.smithi037.kdknfa (mgr.14182) 1436 : cluster [DBG] pgmap v936: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:19:51.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:51 smithi037 bash[25974]: audit 2023-11-15T04:19:49.498124+0000 mgr.smithi037.kdknfa (mgr.14182) 1437 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:52.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:52 smithi143 bash[29116]: audit 2023-11-15T04:19:51.251692+0000 mon.smithi037 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.mjksyg"}]: dispatch 2023-11-15T04:19:52.432 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:52 smithi037 bash[25974]: audit 2023-11-15T04:19:51.251692+0000 mon.smithi037 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.mjksyg"}]: dispatch 2023-11-15T04:19:53.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: cephadm 2023-11-15T04:19:51.250381+0000 mgr.smithi037.kdknfa (mgr.14182) 1438 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:53.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:53.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.mjksyg ... 2023-11-15T04:19:53.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:53.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:53.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:53.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:19:53.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:19:53.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:19:53.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:19:53.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:19:53.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:53.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:53.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.mjksyg ... 2023-11-15T04:19:53.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:53.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:53.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:53.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: cephadm 2023-11-15T04:19:51.251016+0000 mgr.smithi037.kdknfa (mgr.14182) 1439 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: cephadm 2023-11-15T04:19:51.253204+0000 mgr.smithi037.kdknfa (mgr.14182) 1440 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:53.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.412 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:53.412 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.412 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.mjksyg ... 2023-11-15T04:19:53.413 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.413 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:53.413 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:53.414 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:53.414 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: cephadm 2023-11-15T04:19:51.256212+0000 mgr.smithi037.kdknfa (mgr.14182) 1441 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.wmmcev on smithi037 2023-11-15T04:19:53.415 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:53 smithi143 bash[29116]: cluster 2023-11-15T04:19:51.418985+0000 mgr.smithi037.kdknfa (mgr.14182) 1442 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:19:53.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: cephadm 2023-11-15T04:19:51.250381+0000 mgr.smithi037.kdknfa (mgr.14182) 1438 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:53.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:53.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.mjksyg ... 2023-11-15T04:19:53.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:53.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:53.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:53.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:19:53.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:19:53.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:19:53.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:19:53.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:19:53.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:53.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:53.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.mjksyg ... 2023-11-15T04:19:53.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:53.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:53.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:53.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: cephadm 2023-11-15T04:19:51.251016+0000 mgr.smithi037.kdknfa (mgr.14182) 1439 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: cephadm 2023-11-15T04:19:51.253204+0000 mgr.smithi037.kdknfa (mgr.14182) 1440 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:53.479 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg 2023-11-15T04:19:53.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:53.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg 2023-11-15T04:19:53.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.mjksyg ... 2023-11-15T04:19:53.480 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.481 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:53.482 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:53.482 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:53.483 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:53.483 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: cephadm 2023-11-15T04:19:51.256212+0000 mgr.smithi037.kdknfa (mgr.14182) 1441 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.wmmcev on smithi037 2023-11-15T04:19:53.483 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:53 smithi037 bash[25974]: cluster 2023-11-15T04:19:51.418985+0000 mgr.smithi037.kdknfa (mgr.14182) 1442 : cluster [DBG] pgmap v937: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:19:54.530 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:54.530 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:36.691342Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.abztdr on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-abztdr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.abztdr\nDeploy daemon haproxy.nfs.foo.smithi143.abztdr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.746463Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.hiudos on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-hiudos\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.hiudos\nDeploy daemon haproxy.nfs.foo.smithi037.hiudos ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:18:40.752908Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.abljcu on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:55.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:19:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:55 smithi143 bash[29116]: cluster 2023-11-15T04:19:53.420549+0000 mgr.smithi037.kdknfa (mgr.14182) 1443 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:19:55.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:55 smithi037 bash[25974]: cluster 2023-11-15T04:19:53.420549+0000 mgr.smithi037.kdknfa (mgr.14182) 1443 : cluster [DBG] pgmap v938: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:19:56.241 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:19:56.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:56 smithi037 bash[25974]: audit 2023-11-15T04:19:54.512805+0000 mgr.smithi037.kdknfa (mgr.14182) 1444 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:56.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:56 smithi037 bash[25974]: audit 2023-11-15T04:19:55.274012+0000 mon.smithi037 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.wmmcev"}]: dispatch 2023-11-15T04:19:56.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:56 smithi143 bash[29116]: audit 2023-11-15T04:19:54.512805+0000 mgr.smithi037.kdknfa (mgr.14182) 1444 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:19:56.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:56 smithi143 bash[29116]: audit 2023-11-15T04:19:55.274012+0000 mon.smithi037 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.wmmcev"}]: dispatch 2023-11-15T04:19:57.418 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: cephadm 2023-11-15T04:19:55.273182+0000 mgr.smithi037.kdknfa (mgr.14182) 1445 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.418 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:57.418 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.419 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.419 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:57.419 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.419 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.wmmcev ... 2023-11-15T04:19:57.419 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.420 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:57.420 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:57.420 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:57.420 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.420 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:19:57.420 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:19:57.421 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:19:57.421 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:19:57.421 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:19:57.421 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.421 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:57.422 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.422 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.422 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:57.422 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.422 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.wmmcev ... 2023-11-15T04:19:57.423 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.423 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:57.423 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:57.423 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:57.423 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.424 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: cephadm 2023-11-15T04:19:55.273462+0000 mgr.smithi037.kdknfa (mgr.14182) 1446 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.424 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: cephadm 2023-11-15T04:19:55.275508+0000 mgr.smithi037.kdknfa (mgr.14182) 1447 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.424 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:57.424 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.424 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.424 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:19:57.425 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.425 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.wmmcev ... 2023-11-15T04:19:57.425 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.425 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:57.426 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:57.426 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:57.426 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.426 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: cephadm 2023-11-15T04:19:55.277765+0000 mgr.smithi037.kdknfa (mgr.14182) 1448 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:19:57.427 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: cephadm 2023-11-15T04:19:55.279633+0000 mgr.smithi037.kdknfa (mgr.14182) 1449 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:19:57.427 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: cluster 2023-11-15T04:19:55.280844+0000 mgr.smithi037.kdknfa (mgr.14182) 1450 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T04:19:57.427 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: cluster 2023-11-15T04:19:56.134366+0000 mon.smithi037 (mon.0) 1016 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:19:57.427 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:57 smithi037 bash[25974]: audit 2023-11-15T04:19:56.948814+0000 mon.smithi037 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:19:57.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: cephadm 2023-11-15T04:19:55.273182+0000 mgr.smithi037.kdknfa (mgr.14182) 1445 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:57.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:57.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.wmmcev ... 2023-11-15T04:19:57.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:57.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:57.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:57.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:19:57.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:19:57.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:19:57.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:19:57.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:19:57.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:57.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:57.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.wmmcev ... 2023-11-15T04:19:57.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:57.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:57.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:57.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: cephadm 2023-11-15T04:19:55.273462+0000 mgr.smithi037.kdknfa (mgr.14182) 1446 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: cephadm 2023-11-15T04:19:55.275508+0000 mgr.smithi037.kdknfa (mgr.14182) 1447 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:57.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev 2023-11-15T04:19:57.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:19:57.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev 2023-11-15T04:19:57.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.wmmcev ... 2023-11-15T04:19:57.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:19:57.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:19:57.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:19:57.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:19:57.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: cephadm 2023-11-15T04:19:55.277765+0000 mgr.smithi037.kdknfa (mgr.14182) 1448 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:19:57.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: cephadm 2023-11-15T04:19:55.279633+0000 mgr.smithi037.kdknfa (mgr.14182) 1449 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:19:57.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: cluster 2023-11-15T04:19:55.280844+0000 mgr.smithi037.kdknfa (mgr.14182) 1450 : cluster [DBG] pgmap v939: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T04:19:57.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: cluster 2023-11-15T04:19:56.134366+0000 mon.smithi037 (mon.0) 1016 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:19:57.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:57 smithi143 bash[29116]: audit 2023-11-15T04:19:56.948814+0000 mon.smithi037 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:19:59.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:19:59 smithi037 bash[25974]: cluster 2023-11-15T04:19:57.282321+0000 mgr.smithi037.kdknfa (mgr.14182) 1451 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T04:19:59.399 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:19:59.400 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:19:59.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:19:59 smithi143 bash[29116]: cluster 2023-11-15T04:19:57.282321+0000 mgr.smithi037.kdknfa (mgr.14182) 1451 : cluster [DBG] pgmap v940: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2023-11-15T04:20:00.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:00.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:00 smithi037 bash[25974]: cluster 2023-11-15T04:20:00.000140+0000 mon.smithi037 (mon.0) 1018 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T04:20:00.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:00 smithi143 bash[29116]: cluster 2023-11-15T04:20:00.000140+0000 mon.smithi037 (mon.0) 1018 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-15T04:20:01.010 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:01.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:01 smithi037 bash[25974]: cluster 2023-11-15T04:19:59.284127+0000 mgr.smithi037.kdknfa (mgr.14182) 1452 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:20:01.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:01 smithi037 bash[25974]: audit 2023-11-15T04:19:59.382024+0000 mgr.smithi037.kdknfa (mgr.14182) 1453 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:01.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:01 smithi143 bash[29116]: cluster 2023-11-15T04:19:59.284127+0000 mgr.smithi037.kdknfa (mgr.14182) 1452 : cluster [DBG] pgmap v941: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:20:01.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:01 smithi143 bash[29116]: audit 2023-11-15T04:19:59.382024+0000 mgr.smithi037.kdknfa (mgr.14182) 1453 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:03.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:03 smithi037 bash[25974]: cluster 2023-11-15T04:20:01.285819+0000 mgr.smithi037.kdknfa (mgr.14182) 1454 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:20:03.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:03 smithi143 bash[29116]: cluster 2023-11-15T04:20:01.285819+0000 mgr.smithi037.kdknfa (mgr.14182) 1454 : cluster [DBG] pgmap v942: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-15T04:20:04.152 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:04.153 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:04.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:05.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:05 smithi037 bash[25974]: cluster 2023-11-15T04:20:03.287550+0000 mgr.smithi037.kdknfa (mgr.14182) 1455 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:20:05.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:05 smithi037 bash[25974]: audit 2023-11-15T04:20:04.142451+0000 mgr.smithi037.kdknfa (mgr.14182) 1456 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:05.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:05 smithi143 bash[29116]: cluster 2023-11-15T04:20:03.287550+0000 mgr.smithi037.kdknfa (mgr.14182) 1455 : cluster [DBG] pgmap v943: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:20:05.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:05 smithi143 bash[29116]: audit 2023-11-15T04:20:04.142451+0000 mgr.smithi037.kdknfa (mgr.14182) 1456 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:05.761 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:07.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:07 smithi037 bash[25974]: cluster 2023-11-15T04:20:05.289180+0000 mgr.smithi037.kdknfa (mgr.14182) 1457 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:20:07.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:07 smithi143 bash[29116]: cluster 2023-11-15T04:20:05.289180+0000 mgr.smithi037.kdknfa (mgr.14182) 1457 : cluster [DBG] pgmap v944: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-15T04:20:08.863 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:08.864 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:09.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:09 smithi037 bash[25974]: cluster 2023-11-15T04:20:07.290706+0000 mgr.smithi037.kdknfa (mgr.14182) 1458 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:09.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:09.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:09 smithi143 bash[29116]: cluster 2023-11-15T04:20:07.290706+0000 mgr.smithi037.kdknfa (mgr.14182) 1458 : cluster [DBG] pgmap v945: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:10.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:10 smithi037 bash[25974]: audit 2023-11-15T04:20:08.853805+0000 mgr.smithi037.kdknfa (mgr.14182) 1459 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:10.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:10 smithi037 bash[25974]: cluster 2023-11-15T04:20:09.292579+0000 mgr.smithi037.kdknfa (mgr.14182) 1460 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:10.474 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:10.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:10 smithi143 bash[29116]: audit 2023-11-15T04:20:08.853805+0000 mgr.smithi037.kdknfa (mgr.14182) 1459 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:10.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:10 smithi143 bash[29116]: cluster 2023-11-15T04:20:09.292579+0000 mgr.smithi037.kdknfa (mgr.14182) 1460 : cluster [DBG] pgmap v946: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:12.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:12 smithi143 bash[29116]: cluster 2023-11-15T04:20:11.294349+0000 mgr.smithi037.kdknfa (mgr.14182) 1461 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:12.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:12 smithi037 bash[25974]: cluster 2023-11-15T04:20:11.294349+0000 mgr.smithi037.kdknfa (mgr.14182) 1461 : cluster [DBG] pgmap v947: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:13.599 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:13.599 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:14.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:15.256 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:15.269 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:14 smithi037 bash[25974]: cluster 2023-11-15T04:20:13.296137+0000 mgr.smithi037.kdknfa (mgr.14182) 1462 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:15.270 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:14 smithi037 bash[25974]: audit 2023-11-15T04:20:13.587889+0000 mgr.smithi037.kdknfa (mgr.14182) 1463 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:15.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:14 smithi143 bash[29116]: cluster 2023-11-15T04:20:13.296137+0000 mgr.smithi037.kdknfa (mgr.14182) 1462 : cluster [DBG] pgmap v948: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:15.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:14 smithi143 bash[29116]: audit 2023-11-15T04:20:13.587889+0000 mgr.smithi037.kdknfa (mgr.14182) 1463 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:17.236 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:16 smithi143 bash[29116]: cluster 2023-11-15T04:20:15.297716+0000 mgr.smithi037.kdknfa (mgr.14182) 1464 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:17.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:16 smithi037 bash[25974]: cluster 2023-11-15T04:20:15.297716+0000 mgr.smithi037.kdknfa (mgr.14182) 1464 : cluster [DBG] pgmap v949: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:18.482 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:18.482 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:19.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:19.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:18 smithi143 bash[29116]: cluster 2023-11-15T04:20:17.299342+0000 mgr.smithi037.kdknfa (mgr.14182) 1465 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:19.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:18 smithi037 bash[25974]: cluster 2023-11-15T04:20:17.299342+0000 mgr.smithi037.kdknfa (mgr.14182) 1465 : cluster [DBG] pgmap v950: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:20.086 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:20.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:19 smithi143 bash[29116]: audit 2023-11-15T04:20:18.469393+0000 mgr.smithi037.kdknfa (mgr.14182) 1466 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:20.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:19 smithi037 bash[25974]: audit 2023-11-15T04:20:18.469393+0000 mgr.smithi037.kdknfa (mgr.14182) 1466 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:21.337 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:20 smithi037 bash[25974]: cluster 2023-11-15T04:20:19.301265+0000 mgr.smithi037.kdknfa (mgr.14182) 1467 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:21.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:20 smithi143 bash[29116]: cluster 2023-11-15T04:20:19.301265+0000 mgr.smithi037.kdknfa (mgr.14182) 1467 : cluster [DBG] pgmap v951: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:23.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:22 smithi037 bash[25974]: cluster 2023-11-15T04:20:21.302321+0000 mgr.smithi037.kdknfa (mgr.14182) 1468 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:23.230 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:23.230 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:23.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:23 smithi143 bash[29116]: cluster 2023-11-15T04:20:21.302321+0000 mgr.smithi037.kdknfa (mgr.14182) 1468 : cluster [DBG] pgmap v952: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:23.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:24.854 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:25.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:25 smithi037 bash[25974]: audit 2023-11-15T04:20:23.213192+0000 mgr.smithi037.kdknfa (mgr.14182) 1469 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:25.215 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:25 smithi037 bash[25974]: cluster 2023-11-15T04:20:23.304085+0000 mgr.smithi037.kdknfa (mgr.14182) 1470 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:25.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:25 smithi143 bash[29116]: audit 2023-11-15T04:20:23.213192+0000 mgr.smithi037.kdknfa (mgr.14182) 1469 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:25.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:25 smithi143 bash[29116]: cluster 2023-11-15T04:20:23.304085+0000 mgr.smithi037.kdknfa (mgr.14182) 1470 : cluster [DBG] pgmap v953: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:27.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:27 smithi143 bash[29116]: cluster 2023-11-15T04:20:25.305390+0000 mgr.smithi037.kdknfa (mgr.14182) 1471 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:27.409 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:27 smithi037 bash[25974]: cluster 2023-11-15T04:20:25.305390+0000 mgr.smithi037.kdknfa (mgr.14182) 1471 : cluster [DBG] pgmap v954: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:27.850 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:27.851 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:28.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:29.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:29 smithi143 bash[29116]: cluster 2023-11-15T04:20:27.306489+0000 mgr.smithi037.kdknfa (mgr.14182) 1472 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:29.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:29 smithi143 bash[29116]: audit 2023-11-15T04:20:27.836404+0000 mgr.smithi037.kdknfa (mgr.14182) 1473 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:29.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:29 smithi037 bash[25974]: cluster 2023-11-15T04:20:27.306489+0000 mgr.smithi037.kdknfa (mgr.14182) 1472 : cluster [DBG] pgmap v955: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:29.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:29 smithi037 bash[25974]: audit 2023-11-15T04:20:27.836404+0000 mgr.smithi037.kdknfa (mgr.14182) 1473 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:29.478 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:31.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:31 smithi037 bash[25974]: cluster 2023-11-15T04:20:29.308335+0000 mgr.smithi037.kdknfa (mgr.14182) 1474 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:31.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:31 smithi143 bash[29116]: cluster 2023-11-15T04:20:29.308335+0000 mgr.smithi037.kdknfa (mgr.14182) 1474 : cluster [DBG] pgmap v956: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:32.690 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:32.690 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:33.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:33.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:33 smithi143 bash[29116]: cluster 2023-11-15T04:20:31.309682+0000 mgr.smithi037.kdknfa (mgr.14182) 1475 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:33.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:33 smithi037 bash[25974]: cluster 2023-11-15T04:20:31.309682+0000 mgr.smithi037.kdknfa (mgr.14182) 1475 : cluster [DBG] pgmap v957: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:34.281 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:34.294 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:34 smithi037 bash[25974]: audit 2023-11-15T04:20:32.680583+0000 mgr.smithi037.kdknfa (mgr.14182) 1476 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:34.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:34 smithi143 bash[29116]: audit 2023-11-15T04:20:32.680583+0000 mgr.smithi037.kdknfa (mgr.14182) 1476 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:35.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:35 smithi143 bash[29116]: cluster 2023-11-15T04:20:33.311751+0000 mgr.smithi037.kdknfa (mgr.14182) 1477 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:35.420 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:35 smithi037 bash[25974]: cluster 2023-11-15T04:20:33.311751+0000 mgr.smithi037.kdknfa (mgr.14182) 1477 : cluster [DBG] pgmap v958: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:37.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:37 smithi037 bash[25974]: cluster 2023-11-15T04:20:35.313307+0000 mgr.smithi037.kdknfa (mgr.14182) 1478 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:37.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:37 smithi143 bash[29116]: cluster 2023-11-15T04:20:35.313307+0000 mgr.smithi037.kdknfa (mgr.14182) 1478 : cluster [DBG] pgmap v959: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:37.406 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:37.406 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:38.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:39.039 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:39.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:39 smithi143 bash[29116]: cluster 2023-11-15T04:20:37.314268+0000 mgr.smithi037.kdknfa (mgr.14182) 1479 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:39.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:39 smithi143 bash[29116]: audit 2023-11-15T04:20:37.393082+0000 mgr.smithi037.kdknfa (mgr.14182) 1480 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:39.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:39 smithi037 bash[25974]: cluster 2023-11-15T04:20:37.314268+0000 mgr.smithi037.kdknfa (mgr.14182) 1479 : cluster [DBG] pgmap v960: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:39.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:39 smithi037 bash[25974]: audit 2023-11-15T04:20:37.393082+0000 mgr.smithi037.kdknfa (mgr.14182) 1480 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:41.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:41 smithi143 bash[29116]: cluster 2023-11-15T04:20:39.315995+0000 mgr.smithi037.kdknfa (mgr.14182) 1481 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:41.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:41 smithi037 bash[25974]: cluster 2023-11-15T04:20:39.315995+0000 mgr.smithi037.kdknfa (mgr.14182) 1481 : cluster [DBG] pgmap v961: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:42.320 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:42.320 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:42.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:43.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:43 smithi037 bash[25974]: cluster 2023-11-15T04:20:41.317642+0000 mgr.smithi037.kdknfa (mgr.14182) 1482 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:43.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:43 smithi143 bash[29116]: cluster 2023-11-15T04:20:41.317642+0000 mgr.smithi037.kdknfa (mgr.14182) 1482 : cluster [DBG] pgmap v962: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:43.920 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:44.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:44 smithi037 bash[25974]: audit 2023-11-15T04:20:42.305048+0000 mgr.smithi037.kdknfa (mgr.14182) 1483 : audit [DBG] from='client.25331 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:44.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:44 smithi143 bash[29116]: audit 2023-11-15T04:20:42.305048+0000 mgr.smithi037.kdknfa (mgr.14182) 1483 : audit [DBG] from='client.25331 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:45.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:45 smithi143 bash[29116]: cluster 2023-11-15T04:20:43.319427+0000 mgr.smithi037.kdknfa (mgr.14182) 1484 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:45.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:45 smithi037 bash[25974]: cluster 2023-11-15T04:20:43.319427+0000 mgr.smithi037.kdknfa (mgr.14182) 1484 : cluster [DBG] pgmap v963: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:46.923 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:46.924 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:47.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:47 smithi143 bash[29116]: cluster 2023-11-15T04:20:45.320354+0000 mgr.smithi037.kdknfa (mgr.14182) 1485 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:47.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:47 smithi037 bash[25974]: cluster 2023-11-15T04:20:45.320354+0000 mgr.smithi037.kdknfa (mgr.14182) 1485 : cluster [DBG] pgmap v964: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:47.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:48.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:48 smithi143 bash[29116]: audit 2023-11-15T04:20:46.906252+0000 mgr.smithi037.kdknfa (mgr.14182) 1486 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:48.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:48 smithi037 bash[25974]: audit 2023-11-15T04:20:46.906252+0000 mgr.smithi037.kdknfa (mgr.14182) 1486 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:48.553 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:49.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:49 smithi143 bash[29116]: cluster 2023-11-15T04:20:47.321816+0000 mgr.smithi037.kdknfa (mgr.14182) 1487 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:49.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:49 smithi037 bash[25974]: cluster 2023-11-15T04:20:47.321816+0000 mgr.smithi037.kdknfa (mgr.14182) 1487 : cluster [DBG] pgmap v965: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:51.375 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:51 smithi037 bash[25974]: cluster 2023-11-15T04:20:49.323215+0000 mgr.smithi037.kdknfa (mgr.14182) 1488 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:51.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:51 smithi143 bash[29116]: cluster 2023-11-15T04:20:49.323215+0000 mgr.smithi037.kdknfa (mgr.14182) 1488 : cluster [DBG] pgmap v966: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:51.833 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:51.833 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:52.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:53.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:53 smithi143 bash[29116]: cluster 2023-11-15T04:20:51.324348+0000 mgr.smithi037.kdknfa (mgr.14182) 1489 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:53.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:53 smithi143 bash[29116]: audit 2023-11-15T04:20:51.818407+0000 mgr.smithi037.kdknfa (mgr.14182) 1490 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:53.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:53 smithi037 bash[25974]: cluster 2023-11-15T04:20:51.324348+0000 mgr.smithi037.kdknfa (mgr.14182) 1489 : cluster [DBG] pgmap v967: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:20:53.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:53 smithi037 bash[25974]: audit 2023-11-15T04:20:51.818407+0000 mgr.smithi037.kdknfa (mgr.14182) 1490 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:53.480 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:55.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:55 smithi037 bash[25974]: cluster 2023-11-15T04:20:53.326097+0000 mgr.smithi037.kdknfa (mgr.14182) 1491 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:55 smithi143 bash[29116]: cluster 2023-11-15T04:20:53.326097+0000 mgr.smithi037.kdknfa (mgr.14182) 1491 : cluster [DBG] pgmap v968: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:56.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:56 smithi143 bash[29116]: audit 2023-11-15T04:20:55.283465+0000 mon.smithi037 (mon.0) 1019 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:20:56.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:56 smithi143 bash[29116]: audit 2023-11-15T04:20:55.600426+0000 mon.smithi037 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:20:56.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:56 smithi037 bash[25974]: audit 2023-11-15T04:20:55.283465+0000 mon.smithi037 (mon.0) 1019 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:20:56.461 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:56 smithi037 bash[25974]: audit 2023-11-15T04:20:55.600426+0000 mon.smithi037 (mon.0) 1020 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:20:56.827 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:20:56.827 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:10:34.427120Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:10:34.427514Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:10:34.427791Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:10:34.428067Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:10:34.428595Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:10:34.428341Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:10:34.429774Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:20:57.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:57 smithi037 bash[25974]: cluster 2023-11-15T04:20:55.327458+0000 mgr.smithi037.kdknfa (mgr.14182) 1492 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:57.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:57 smithi143 bash[29116]: cluster 2023-11-15T04:20:55.327458+0000 mgr.smithi037.kdknfa (mgr.14182) 1492 : cluster [DBG] pgmap v969: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:57.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:20:58.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:58 smithi143 bash[29116]: audit 2023-11-15T04:20:56.809962+0000 mgr.smithi037.kdknfa (mgr.14182) 1493 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:58.428 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:20:58.439 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:58 smithi037 bash[25974]: audit 2023-11-15T04:20:56.809962+0000 mgr.smithi037.kdknfa (mgr.14182) 1493 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:20:59.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:20:59 smithi143 bash[29116]: cluster 2023-11-15T04:20:57.329112+0000 mgr.smithi037.kdknfa (mgr.14182) 1494 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:20:59.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:20:59 smithi037 bash[25974]: cluster 2023-11-15T04:20:57.329112+0000 mgr.smithi037.kdknfa (mgr.14182) 1494 : cluster [DBG] pgmap v970: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:01.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:01 smithi037 bash[25974]: cluster 2023-11-15T04:20:59.330967+0000 mgr.smithi037.kdknfa (mgr.14182) 1495 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:01.573 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:01.574 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:18:40.756281Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.agdkhj on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:01.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:01 smithi143 bash[29116]: cluster 2023-11-15T04:20:59.330967+0000 mgr.smithi037.kdknfa (mgr.14182) 1495 : cluster [DBG] pgmap v971: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:02.222 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:02.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:02 smithi037 bash[25974]: audit 2023-11-15T04:21:01.162551+0000 mon.smithi037 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:21:02.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:02 smithi037 bash[25974]: audit 2023-11-15T04:21:01.459939+0000 mon.smithi037 (mon.0) 1022 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:21:02.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:02 smithi037 bash[25974]: audit 2023-11-15T04:21:01.461609+0000 mon.smithi037 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:21:02.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:02 smithi037 bash[25974]: audit 2023-11-15T04:21:01.470811+0000 mon.smithi037 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:21:02.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:02 smithi037 bash[25974]: audit 2023-11-15T04:21:01.480890+0000 mon.smithi037 (mon.0) 1025 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:21:02.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:02 smithi037 bash[25974]: audit 2023-11-15T04:21:01.499064+0000 mon.smithi037 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:21:02.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:02 smithi143 bash[29116]: audit 2023-11-15T04:21:01.162551+0000 mon.smithi037 (mon.0) 1021 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:21:02.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:02 smithi143 bash[29116]: audit 2023-11-15T04:21:01.459939+0000 mon.smithi037 (mon.0) 1022 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:21:02.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:02 smithi143 bash[29116]: audit 2023-11-15T04:21:01.461609+0000 mon.smithi037 (mon.0) 1023 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:21:02.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:02 smithi143 bash[29116]: audit 2023-11-15T04:21:01.470811+0000 mon.smithi037 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:21:02.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:02 smithi143 bash[29116]: audit 2023-11-15T04:21:01.480890+0000 mon.smithi037 (mon.0) 1025 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:21:02.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:02 smithi143 bash[29116]: audit 2023-11-15T04:21:01.499064+0000 mon.smithi037 (mon.0) 1026 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:21:03.224 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:03.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:03 smithi037 bash[25974]: cluster 2023-11-15T04:21:01.333119+0000 mgr.smithi037.kdknfa (mgr.14182) 1496 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:03.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:03 smithi037 bash[25974]: cluster 2023-11-15T04:21:01.471936+0000 mgr.smithi037.kdknfa (mgr.14182) 1497 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:03.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:03 smithi037 bash[25974]: cephadm 2023-11-15T04:21:01.504520+0000 mgr.smithi037.kdknfa (mgr.14182) 1498 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.sexovm on smithi143 2023-11-15T04:21:03.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:03 smithi037 bash[25974]: audit 2023-11-15T04:21:01.563895+0000 mgr.smithi037.kdknfa (mgr.14182) 1499 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:03.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:03 smithi037 bash[25974]: cluster 2023-11-15T04:21:02.159152+0000 mon.smithi037 (mon.0) 1027 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:21:03.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:03 smithi037 bash[25974]: cluster 2023-11-15T04:21:02.159224+0000 mon.smithi037 (mon.0) 1028 : cluster [INF] Cluster is now healthy 2023-11-15T04:21:03.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:03 smithi143 bash[29116]: cluster 2023-11-15T04:21:01.333119+0000 mgr.smithi037.kdknfa (mgr.14182) 1496 : cluster [DBG] pgmap v972: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:03.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:03 smithi143 bash[29116]: cluster 2023-11-15T04:21:01.471936+0000 mgr.smithi037.kdknfa (mgr.14182) 1497 : cluster [DBG] pgmap v973: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:03.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:03 smithi143 bash[29116]: cephadm 2023-11-15T04:21:01.504520+0000 mgr.smithi037.kdknfa (mgr.14182) 1498 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.sexovm on smithi143 2023-11-15T04:21:03.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:03 smithi143 bash[29116]: audit 2023-11-15T04:21:01.563895+0000 mgr.smithi037.kdknfa (mgr.14182) 1499 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:03.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:03 smithi143 bash[29116]: cluster 2023-11-15T04:21:02.159152+0000 mon.smithi037 (mon.0) 1027 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:21:03.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:03 smithi143 bash[29116]: cluster 2023-11-15T04:21:02.159224+0000 mon.smithi037 (mon.0) 1028 : cluster [INF] Cluster is now healthy 2023-11-15T04:21:05.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:05 smithi037 bash[25974]: cluster 2023-11-15T04:21:03.473414+0000 mgr.smithi037.kdknfa (mgr.14182) 1500 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:05.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:05 smithi143 bash[29116]: cluster 2023-11-15T04:21:03.473414+0000 mgr.smithi037.kdknfa (mgr.14182) 1500 : cluster [DBG] pgmap v974: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:06.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:06 smithi037 bash[25974]: audit 2023-11-15T04:21:05.213089+0000 mon.smithi037 (mon.0) 1029 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.sexovm"}]: dispatch 2023-11-15T04:21:06.554 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:06.554 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:51.253042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.mjksyg on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-mjksyg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.mjksyg\nDeploy daemon haproxy.nfs.foo.smithi143.mjksyg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.275346Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.wmmcev on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-wmmcev\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.wmmcev\nDeploy daemon haproxy.nfs.foo.smithi037.wmmcev ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:19:55.277646Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.rjcbfg on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:06.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:06 smithi143 bash[29116]: audit 2023-11-15T04:21:05.213089+0000 mon.smithi037 (mon.0) 1029 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.sexovm"}]: dispatch 2023-11-15T04:21:07.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:07.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: cephadm 2023-11-15T04:21:05.212070+0000 mgr.smithi037.kdknfa (mgr.14182) 1501 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:07.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:07.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.sexovm ... 2023-11-15T04:21:07.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:07.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:07.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:07.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:21:07.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:21:07.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:21:07.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:21:07.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:21:07.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:07.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:07.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.sexovm ... 2023-11-15T04:21:07.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:07.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:07.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:07.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: cephadm 2023-11-15T04:21:05.212526+0000 mgr.smithi037.kdknfa (mgr.14182) 1502 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: cephadm 2023-11-15T04:21:05.214654+0000 mgr.smithi037.kdknfa (mgr.14182) 1503 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:07.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:07.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.sexovm ... 2023-11-15T04:21:07.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:07.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:07.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:07.477 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: cephadm 2023-11-15T04:21:05.218510+0000 mgr.smithi037.kdknfa (mgr.14182) 1504 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.aqjxot on smithi037 2023-11-15T04:21:07.478 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:07 smithi037 bash[25974]: cluster 2023-11-15T04:21:05.475088+0000 mgr.smithi037.kdknfa (mgr.14182) 1505 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:07.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: cephadm 2023-11-15T04:21:05.212070+0000 mgr.smithi037.kdknfa (mgr.14182) 1501 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:07.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:07.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.sexovm ... 2023-11-15T04:21:07.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:07.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:07.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:07.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:21:07.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:21:07.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:21:07.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:21:07.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:21:07.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:07.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:07.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.sexovm ... 2023-11-15T04:21:07.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:07.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:07.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:07.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: cephadm 2023-11-15T04:21:05.212526+0000 mgr.smithi037.kdknfa (mgr.14182) 1502 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: cephadm 2023-11-15T04:21:05.214654+0000 mgr.smithi037.kdknfa (mgr.14182) 1503 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:07.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm 2023-11-15T04:21:07.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:07.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm 2023-11-15T04:21:07.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.sexovm ... 2023-11-15T04:21:07.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:07.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:07.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:07.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:07.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: cephadm 2023-11-15T04:21:05.218510+0000 mgr.smithi037.kdknfa (mgr.14182) 1504 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.aqjxot on smithi037 2023-11-15T04:21:07.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:07 smithi143 bash[29116]: cluster 2023-11-15T04:21:05.475088+0000 mgr.smithi037.kdknfa (mgr.14182) 1505 : cluster [DBG] pgmap v975: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:08.220 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:08.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:08 smithi037 bash[25974]: audit 2023-11-15T04:21:06.536850+0000 mgr.smithi037.kdknfa (mgr.14182) 1506 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:08.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:08 smithi143 bash[29116]: audit 2023-11-15T04:21:06.536850+0000 mgr.smithi037.kdknfa (mgr.14182) 1506 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:09.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:09 smithi037 bash[25974]: cluster 2023-11-15T04:21:07.476552+0000 mgr.smithi037.kdknfa (mgr.14182) 1507 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:09.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:09 smithi143 bash[29116]: cluster 2023-11-15T04:21:07.476552+0000 mgr.smithi037.kdknfa (mgr.14182) 1507 : cluster [DBG] pgmap v976: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:10.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: cluster 2023-11-15T04:21:09.478294+0000 mgr.smithi037.kdknfa (mgr.14182) 1508 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:10.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: cephadm 2023-11-15T04:21:09.654552+0000 mgr.smithi037.kdknfa (mgr.14182) 1509 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:10.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.651 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:10.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.aqjxot ... 2023-11-15T04:21:10.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.652 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:10.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:21:10.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:10.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:10.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.653 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:21:10.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:21:10.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:21:10.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:21:10.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:21:10.654 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:10.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:10.655 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.aqjxot ... 2023-11-15T04:21:10.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:10.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:21:10.656 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:10.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:10.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: cephadm 2023-11-15T04:21:09.655073+0000 mgr.smithi037.kdknfa (mgr.14182) 1510 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: audit 2023-11-15T04:21:09.655866+0000 mon.smithi037 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.aqjxot"}]: dispatch 2023-11-15T04:21:10.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: cephadm 2023-11-15T04:21:09.657533+0000 mgr.smithi037.kdknfa (mgr.14182) 1511 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.657 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:10.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:21:10.658 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.aqjxot ... 2023-11-15T04:21:10.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:10.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:21:10.659 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:10.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:10.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: cephadm 2023-11-15T04:21:09.661516+0000 mgr.smithi037.kdknfa (mgr.14182) 1512 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:21:10.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: cephadm 2023-11-15T04:21:09.663843+0000 mgr.smithi037.kdknfa (mgr.14182) 1513 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:21:10.660 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:10 smithi143 bash[29116]: cluster 2023-11-15T04:21:09.665297+0000 mgr.smithi037.kdknfa (mgr.14182) 1514 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:21:10.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: cluster 2023-11-15T04:21:09.478294+0000 mgr.smithi037.kdknfa (mgr.14182) 1508 : cluster [DBG] pgmap v977: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:10.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: cephadm 2023-11-15T04:21:09.654552+0000 mgr.smithi037.kdknfa (mgr.14182) 1509 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.715 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:10.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:10.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.716 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.aqjxot ... 2023-11-15T04:21:10.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:10.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:21:10.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:10.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:10.717 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:21:10.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:21:10.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:21:10.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:21:10.718 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:21:10.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:10.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.719 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.720 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:10.720 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.720 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.aqjxot ... 2023-11-15T04:21:10.720 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.721 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:10.721 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:21:10.721 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:10.721 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:10.721 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.722 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: cephadm 2023-11-15T04:21:09.655073+0000 mgr.smithi037.kdknfa (mgr.14182) 1510 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.722 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: audit 2023-11-15T04:21:09.655866+0000 mon.smithi037 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.aqjxot"}]: dispatch 2023-11-15T04:21:10.722 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: cephadm 2023-11-15T04:21:09.657533+0000 mgr.smithi037.kdknfa (mgr.14182) 1511 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.722 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:10.722 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot 2023-11-15T04:21:10.723 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.723 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:21:10.723 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot 2023-11-15T04:21:10.723 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.aqjxot ... 2023-11-15T04:21:10.723 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:21:10.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr 2.3: Pulling from library/haproxy 2023-11-15T04:21:10.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:21:10.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:21:10.724 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:21:10.725 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: cephadm 2023-11-15T04:21:09.661516+0000 mgr.smithi037.kdknfa (mgr.14182) 1512 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:21:10.725 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: cephadm 2023-11-15T04:21:09.663843+0000 mgr.smithi037.kdknfa (mgr.14182) 1513 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:21:10.725 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:10 smithi037 bash[25974]: cluster 2023-11-15T04:21:09.665297+0000 mgr.smithi037.kdknfa (mgr.14182) 1514 : cluster [DBG] pgmap v978: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-15T04:21:11.508 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:11 smithi037 bash[25974]: cluster 2023-11-15T04:21:10.204441+0000 mon.smithi037 (mon.0) 1031 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:21:11.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:11 smithi143 bash[29116]: cluster 2023-11-15T04:21:10.204441+0000 mon.smithi037 (mon.0) 1031 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:21:11.939 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:11.939 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:12.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:13.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:13 smithi143 bash[29116]: cluster 2023-11-15T04:21:11.666912+0000 mgr.smithi037.kdknfa (mgr.14182) 1515 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:13.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:13 smithi143 bash[29116]: audit 2023-11-15T04:21:11.921803+0000 mgr.smithi037.kdknfa (mgr.14182) 1516 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:13.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:13 smithi143 bash[29116]: audit 2023-11-15T04:21:12.017525+0000 mon.smithi037 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:21:13.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:13 smithi037 bash[25974]: cluster 2023-11-15T04:21:11.666912+0000 mgr.smithi037.kdknfa (mgr.14182) 1515 : cluster [DBG] pgmap v979: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:13.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:13 smithi037 bash[25974]: audit 2023-11-15T04:21:11.921803+0000 mgr.smithi037.kdknfa (mgr.14182) 1516 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:13.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:13 smithi037 bash[25974]: audit 2023-11-15T04:21:12.017525+0000 mon.smithi037 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:21:13.569 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:15.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:15 smithi037 bash[25974]: cluster 2023-11-15T04:21:13.668608+0000 mgr.smithi037.kdknfa (mgr.14182) 1517 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:15.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:15 smithi143 bash[29116]: cluster 2023-11-15T04:21:13.668608+0000 mgr.smithi037.kdknfa (mgr.14182) 1517 : cluster [DBG] pgmap v980: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:16.686 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:16.686 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:17.289 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:17 smithi037 bash[25974]: cluster 2023-11-15T04:21:15.670246+0000 mgr.smithi037.kdknfa (mgr.14182) 1518 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:17.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:17.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:17 smithi143 bash[29116]: cluster 2023-11-15T04:21:15.670246+0000 mgr.smithi037.kdknfa (mgr.14182) 1518 : cluster [DBG] pgmap v981: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:18.292 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:18.303 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:18 smithi037 bash[25974]: audit 2023-11-15T04:21:16.676797+0000 mgr.smithi037.kdknfa (mgr.14182) 1519 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:18 smithi143 bash[29116]: audit 2023-11-15T04:21:16.676797+0000 mgr.smithi037.kdknfa (mgr.14182) 1519 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:19.367 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:19 smithi037 bash[25974]: cluster 2023-11-15T04:21:17.671941+0000 mgr.smithi037.kdknfa (mgr.14182) 1520 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:19.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:19 smithi143 bash[29116]: cluster 2023-11-15T04:21:17.671941+0000 mgr.smithi037.kdknfa (mgr.14182) 1520 : cluster [DBG] pgmap v982: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:21.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:21 smithi143 bash[29116]: cluster 2023-11-15T04:21:19.673776+0000 mgr.smithi037.kdknfa (mgr.14182) 1521 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:21.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:21 smithi037 bash[25974]: cluster 2023-11-15T04:21:19.673776+0000 mgr.smithi037.kdknfa (mgr.14182) 1521 : cluster [DBG] pgmap v983: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:21:21.478 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:22.093 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:23.094 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:23.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:23 smithi143 bash[29116]: audit 2023-11-15T04:21:21.469016+0000 mgr.smithi037.kdknfa (mgr.14182) 1522 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:23.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:23 smithi143 bash[29116]: cluster 2023-11-15T04:21:21.675515+0000 mgr.smithi037.kdknfa (mgr.14182) 1523 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:23.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:23 smithi037 bash[25974]: audit 2023-11-15T04:21:21.469016+0000 mgr.smithi037.kdknfa (mgr.14182) 1522 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:23.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:23 smithi037 bash[25974]: cluster 2023-11-15T04:21:21.675515+0000 mgr.smithi037.kdknfa (mgr.14182) 1523 : cluster [DBG] pgmap v984: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:25.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:25 smithi143 bash[29116]: cluster 2023-11-15T04:21:23.677306+0000 mgr.smithi037.kdknfa (mgr.14182) 1524 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:25.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:25 smithi037 bash[25974]: cluster 2023-11-15T04:21:23.677306+0000 mgr.smithi037.kdknfa (mgr.14182) 1524 : cluster [DBG] pgmap v985: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:26.356 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:26.357 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:26.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:27.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:27 smithi037 bash[25974]: cluster 2023-11-15T04:21:25.678841+0000 mgr.smithi037.kdknfa (mgr.14182) 1525 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:27.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:27 smithi143 bash[29116]: cluster 2023-11-15T04:21:25.678841+0000 mgr.smithi037.kdknfa (mgr.14182) 1525 : cluster [DBG] pgmap v986: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:27.941 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:28.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:28 smithi037 bash[25974]: audit 2023-11-15T04:21:26.340272+0000 mgr.smithi037.kdknfa (mgr.14182) 1526 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:28.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:28 smithi143 bash[29116]: audit 2023-11-15T04:21:26.340272+0000 mgr.smithi037.kdknfa (mgr.14182) 1526 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:29.372 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:29 smithi037 bash[25974]: cluster 2023-11-15T04:21:27.680569+0000 mgr.smithi037.kdknfa (mgr.14182) 1527 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:29.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:29 smithi143 bash[29116]: cluster 2023-11-15T04:21:27.680569+0000 mgr.smithi037.kdknfa (mgr.14182) 1527 : cluster [DBG] pgmap v987: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:31.247 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:31.248 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:31.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:31 smithi143 bash[29116]: cluster 2023-11-15T04:21:29.682299+0000 mgr.smithi037.kdknfa (mgr.14182) 1528 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:31.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:31 smithi037 bash[25974]: cluster 2023-11-15T04:21:29.682299+0000 mgr.smithi037.kdknfa (mgr.14182) 1528 : cluster [DBG] pgmap v988: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:31.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:32.913 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:33.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:33 smithi037 bash[25974]: audit 2023-11-15T04:21:31.230174+0000 mgr.smithi037.kdknfa (mgr.14182) 1529 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:33.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:33 smithi037 bash[25974]: cluster 2023-11-15T04:21:31.684012+0000 mgr.smithi037.kdknfa (mgr.14182) 1530 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:33.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:33 smithi143 bash[29116]: audit 2023-11-15T04:21:31.230174+0000 mgr.smithi037.kdknfa (mgr.14182) 1529 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:33.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:33 smithi143 bash[29116]: cluster 2023-11-15T04:21:31.684012+0000 mgr.smithi037.kdknfa (mgr.14182) 1530 : cluster [DBG] pgmap v989: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:35.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:35 smithi143 bash[29116]: cluster 2023-11-15T04:21:33.685899+0000 mgr.smithi037.kdknfa (mgr.14182) 1531 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:35.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:35 smithi037 bash[25974]: cluster 2023-11-15T04:21:33.685899+0000 mgr.smithi037.kdknfa (mgr.14182) 1531 : cluster [DBG] pgmap v990: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:35.934 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:35.934 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:36.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:37.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:37 smithi143 bash[29116]: cluster 2023-11-15T04:21:35.687520+0000 mgr.smithi037.kdknfa (mgr.14182) 1532 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:37.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:37 smithi143 bash[29116]: audit 2023-11-15T04:21:35.918190+0000 mgr.smithi037.kdknfa (mgr.14182) 1533 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:37.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:37 smithi037 bash[25974]: cluster 2023-11-15T04:21:35.687520+0000 mgr.smithi037.kdknfa (mgr.14182) 1532 : cluster [DBG] pgmap v991: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:37.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:37 smithi037 bash[25974]: audit 2023-11-15T04:21:35.918190+0000 mgr.smithi037.kdknfa (mgr.14182) 1533 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:37.593 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:39.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:39 smithi037 bash[25974]: cluster 2023-11-15T04:21:37.689198+0000 mgr.smithi037.kdknfa (mgr.14182) 1534 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:39.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:39 smithi143 bash[29116]: cluster 2023-11-15T04:21:37.689198+0000 mgr.smithi037.kdknfa (mgr.14182) 1534 : cluster [DBG] pgmap v992: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:40.803 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:40.803 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:41.442 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:41 smithi037 bash[25974]: cluster 2023-11-15T04:21:39.691045+0000 mgr.smithi037.kdknfa (mgr.14182) 1535 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:41.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:41.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:41 smithi143 bash[29116]: cluster 2023-11-15T04:21:39.691045+0000 mgr.smithi037.kdknfa (mgr.14182) 1535 : cluster [DBG] pgmap v993: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:42.444 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:42.457 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:42 smithi037 bash[25974]: audit 2023-11-15T04:21:40.786564+0000 mgr.smithi037.kdknfa (mgr.14182) 1536 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:42.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:42 smithi143 bash[29116]: audit 2023-11-15T04:21:40.786564+0000 mgr.smithi037.kdknfa (mgr.14182) 1536 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:43.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:43 smithi037 bash[25974]: cluster 2023-11-15T04:21:41.692810+0000 mgr.smithi037.kdknfa (mgr.14182) 1537 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:43.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:43 smithi143 bash[29116]: cluster 2023-11-15T04:21:41.692810+0000 mgr.smithi037.kdknfa (mgr.14182) 1537 : cluster [DBG] pgmap v994: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:45.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:45 smithi037 bash[25974]: cluster 2023-11-15T04:21:43.694625+0000 mgr.smithi037.kdknfa (mgr.14182) 1538 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:45.586 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:45.587 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:45.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:45 smithi143 bash[29116]: cluster 2023-11-15T04:21:43.694625+0000 mgr.smithi037.kdknfa (mgr.14182) 1538 : cluster [DBG] pgmap v995: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:46.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:47.218 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:47.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:47 smithi037 bash[25974]: audit 2023-11-15T04:21:45.577483+0000 mgr.smithi037.kdknfa (mgr.14182) 1539 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:47.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:47 smithi037 bash[25974]: cluster 2023-11-15T04:21:45.696210+0000 mgr.smithi037.kdknfa (mgr.14182) 1540 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:47.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:47 smithi143 bash[29116]: audit 2023-11-15T04:21:45.577483+0000 mgr.smithi037.kdknfa (mgr.14182) 1539 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:47.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:47 smithi143 bash[29116]: cluster 2023-11-15T04:21:45.696210+0000 mgr.smithi037.kdknfa (mgr.14182) 1540 : cluster [DBG] pgmap v996: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:49.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:49 smithi037 bash[25974]: cluster 2023-11-15T04:21:47.698014+0000 mgr.smithi037.kdknfa (mgr.14182) 1541 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:49.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:49 smithi143 bash[29116]: cluster 2023-11-15T04:21:47.698014+0000 mgr.smithi037.kdknfa (mgr.14182) 1541 : cluster [DBG] pgmap v997: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:50.332 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:50 smithi037 bash[25974]: cluster 2023-11-15T04:21:49.699536+0000 mgr.smithi037.kdknfa (mgr.14182) 1542 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:50.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:50 smithi143 bash[29116]: cluster 2023-11-15T04:21:49.699536+0000 mgr.smithi037.kdknfa (mgr.14182) 1542 : cluster [DBG] pgmap v998: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:50.694 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:50.694 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:51.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:51.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:51 smithi143 bash[29116]: audit 2023-11-15T04:21:50.684465+0000 mgr.smithi037.kdknfa (mgr.14182) 1543 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:51.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:51 smithi037 bash[25974]: audit 2023-11-15T04:21:50.684465+0000 mgr.smithi037.kdknfa (mgr.14182) 1543 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:52.344 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:52.650 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:52 smithi143 bash[29116]: cluster 2023-11-15T04:21:51.701247+0000 mgr.smithi037.kdknfa (mgr.14182) 1544 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:52.714 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:52 smithi037 bash[25974]: cluster 2023-11-15T04:21:51.701247+0000 mgr.smithi037.kdknfa (mgr.14182) 1544 : cluster [DBG] pgmap v999: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:21:55.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:55 smithi143 bash[29116]: cluster 2023-11-15T04:21:53.703109+0000 mgr.smithi037.kdknfa (mgr.14182) 1545 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:55.445 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:21:55.446 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:21:55.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:55 smithi037 bash[25974]: cluster 2023-11-15T04:21:53.703109+0000 mgr.smithi037.kdknfa (mgr.14182) 1545 : cluster [DBG] pgmap v1000: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:56.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:21:57.076 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:21:57.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:57 smithi143 bash[29116]: audit 2023-11-15T04:21:55.429605+0000 mgr.smithi037.kdknfa (mgr.14182) 1546 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:57.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:57 smithi143 bash[29116]: cluster 2023-11-15T04:21:55.704908+0000 mgr.smithi037.kdknfa (mgr.14182) 1547 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:57.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:57 smithi037 bash[25974]: audit 2023-11-15T04:21:55.429605+0000 mgr.smithi037.kdknfa (mgr.14182) 1546 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:21:57.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:57 smithi037 bash[25974]: cluster 2023-11-15T04:21:55.704908+0000 mgr.smithi037.kdknfa (mgr.14182) 1547 : cluster [DBG] pgmap v1001: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:59.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:21:59 smithi143 bash[29116]: cluster 2023-11-15T04:21:57.706850+0000 mgr.smithi037.kdknfa (mgr.14182) 1548 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:21:59.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:21:59 smithi037 bash[25974]: cluster 2023-11-15T04:21:57.706850+0000 mgr.smithi037.kdknfa (mgr.14182) 1548 : cluster [DBG] pgmap v1002: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:00.284 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:22:00.284 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:00.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:01.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:01 smithi037 bash[25974]: cluster 2023-11-15T04:21:59.708608+0000 mgr.smithi037.kdknfa (mgr.14182) 1549 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:01.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:01 smithi143 bash[29116]: cluster 2023-11-15T04:21:59.708608+0000 mgr.smithi037.kdknfa (mgr.14182) 1549 : cluster [DBG] pgmap v1003: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:01.904 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:02.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:02 smithi037 bash[25974]: audit 2023-11-15T04:22:00.266814+0000 mgr.smithi037.kdknfa (mgr.14182) 1550 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:02.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:02 smithi143 bash[29116]: audit 2023-11-15T04:22:00.266814+0000 mgr.smithi037.kdknfa (mgr.14182) 1550 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:03.385 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:03 smithi037 bash[25974]: cluster 2023-11-15T04:22:01.710363+0000 mgr.smithi037.kdknfa (mgr.14182) 1551 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:03.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:03 smithi143 bash[29116]: cluster 2023-11-15T04:22:01.710363+0000 mgr.smithi037.kdknfa (mgr.14182) 1551 : cluster [DBG] pgmap v1004: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-15T04:22:05.183 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:22:05.184 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:05.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:05 smithi143 bash[29116]: cluster 2023-11-15T04:22:03.712170+0000 mgr.smithi037.kdknfa (mgr.14182) 1552 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:05.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:05 smithi037 bash[25974]: cluster 2023-11-15T04:22:03.712170+0000 mgr.smithi037.kdknfa (mgr.14182) 1552 : cluster [DBG] pgmap v1005: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:05.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:06.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:06 smithi037 bash[25974]: audit 2023-11-15T04:22:05.169941+0000 mgr.smithi037.kdknfa (mgr.14182) 1553 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:06.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:06 smithi143 bash[29116]: audit 2023-11-15T04:22:05.169941+0000 mgr.smithi037.kdknfa (mgr.14182) 1553 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:06.850 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:07.214 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:07 smithi037 bash[25974]: cluster 2023-11-15T04:22:05.713908+0000 mgr.smithi037.kdknfa (mgr.14182) 1554 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:07.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:07 smithi143 bash[29116]: cluster 2023-11-15T04:22:05.713908+0000 mgr.smithi037.kdknfa (mgr.14182) 1554 : cluster [DBG] pgmap v1006: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:09.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:09 smithi143 bash[29116]: cluster 2023-11-15T04:22:07.715657+0000 mgr.smithi037.kdknfa (mgr.14182) 1555 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:09.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:09 smithi037 bash[25974]: cluster 2023-11-15T04:22:07.715657+0000 mgr.smithi037.kdknfa (mgr.14182) 1555 : cluster [DBG] pgmap v1007: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:09.930 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:22:09.930 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:19:55.279534Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.nxhdag on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:10.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:10 smithi143 bash[29116]: audit 2023-11-15T04:22:09.668582+0000 mon.smithi037 (mon.0) 1033 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:22:10.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:10 smithi143 bash[29116]: audit 2023-11-15T04:22:09.978631+0000 mon.smithi037 (mon.0) 1034 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:22:10.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:10 smithi037 bash[25974]: audit 2023-11-15T04:22:09.668582+0000 mon.smithi037 (mon.0) 1033 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T04:22:10.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:10 smithi037 bash[25974]: audit 2023-11-15T04:22:09.978631+0000 mon.smithi037 (mon.0) 1034 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:22:10.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:11.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:11 smithi143 bash[29116]: cluster 2023-11-15T04:22:09.716645+0000 mgr.smithi037.kdknfa (mgr.14182) 1556 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:11.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:11 smithi143 bash[29116]: audit 2023-11-15T04:22:09.920207+0000 mgr.smithi037.kdknfa (mgr.14182) 1557 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:11.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:11 smithi143 bash[29116]: audit 2023-11-15T04:22:10.273576+0000 mon.smithi037 (mon.0) 1035 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:22:11.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:11 smithi143 bash[29116]: audit 2023-11-15T04:22:10.275597+0000 mon.smithi037 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:22:11.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:11 smithi143 bash[29116]: audit 2023-11-15T04:22:10.285633+0000 mon.smithi037 (mon.0) 1037 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:22:11.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:11 smithi143 bash[29116]: audit 2023-11-15T04:22:10.294738+0000 mon.smithi037 (mon.0) 1038 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:22:11.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:11 smithi143 bash[29116]: audit 2023-11-15T04:22:10.314886+0000 mon.smithi037 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:22:11.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:11 smithi037 bash[25974]: cluster 2023-11-15T04:22:09.716645+0000 mgr.smithi037.kdknfa (mgr.14182) 1556 : cluster [DBG] pgmap v1008: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-15T04:22:11.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:11 smithi037 bash[25974]: audit 2023-11-15T04:22:09.920207+0000 mgr.smithi037.kdknfa (mgr.14182) 1557 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:11.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:11 smithi037 bash[25974]: audit 2023-11-15T04:22:10.273576+0000 mon.smithi037 (mon.0) 1035 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T04:22:11.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:11 smithi037 bash[25974]: audit 2023-11-15T04:22:10.275597+0000 mon.smithi037 (mon.0) 1036 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T04:22:11.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:11 smithi037 bash[25974]: audit 2023-11-15T04:22:10.285633+0000 mon.smithi037 (mon.0) 1037 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:22:11.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:11 smithi037 bash[25974]: audit 2023-11-15T04:22:10.294738+0000 mon.smithi037 (mon.0) 1038 : audit [DBG] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-15T04:22:11.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:11 smithi037 bash[25974]: audit 2023-11-15T04:22:10.314886+0000 mon.smithi037 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:22:11.578 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:12.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:12 smithi143 bash[29116]: cluster 2023-11-15T04:22:10.287072+0000 mgr.smithi037.kdknfa (mgr.14182) 1558 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-15T04:22:12.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:12 smithi143 bash[29116]: cephadm 2023-11-15T04:22:10.318607+0000 mgr.smithi037.kdknfa (mgr.14182) 1559 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.gganxc on smithi143 2023-11-15T04:22:12.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:12 smithi143 bash[29116]: cluster 2023-11-15T04:22:11.281560+0000 mon.smithi037 (mon.0) 1040 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:22:12.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:12 smithi143 bash[29116]: cluster 2023-11-15T04:22:11.281630+0000 mon.smithi037 (mon.0) 1041 : cluster [INF] Cluster is now healthy 2023-11-15T04:22:12.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:12 smithi037 bash[25974]: cluster 2023-11-15T04:22:10.287072+0000 mgr.smithi037.kdknfa (mgr.14182) 1558 : cluster [DBG] pgmap v1009: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-15T04:22:12.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:12 smithi037 bash[25974]: cephadm 2023-11-15T04:22:10.318607+0000 mgr.smithi037.kdknfa (mgr.14182) 1559 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi143.gganxc on smithi143 2023-11-15T04:22:12.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:12 smithi037 bash[25974]: cluster 2023-11-15T04:22:11.281560+0000 mon.smithi037 (mon.0) 1040 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-15T04:22:12.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:12 smithi037 bash[25974]: cluster 2023-11-15T04:22:11.281630+0000 mon.smithi037 (mon.0) 1041 : cluster [INF] Cluster is now healthy 2023-11-15T04:22:14.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:14 smithi143 bash[29116]: cluster 2023-11-15T04:22:12.288459+0000 mgr.smithi037.kdknfa (mgr.14182) 1560 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:22:14.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:14 smithi143 bash[29116]: audit 2023-11-15T04:22:13.721645+0000 mon.smithi037 (mon.0) 1042 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:22:14.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:14 smithi037 bash[25974]: cluster 2023-11-15T04:22:12.288459+0000 mgr.smithi037.kdknfa (mgr.14182) 1560 : cluster [DBG] pgmap v1010: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:22:14.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:14 smithi037 bash[25974]: audit 2023-11-15T04:22:13.721645+0000 mon.smithi037 (mon.0) 1042 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:22:14.983 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:22:14.983 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:05.214425Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.sexovm on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-sexovm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.sexovm\nDeploy daemon haproxy.nfs.foo.smithi143.sexovm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.657311Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.aqjxot on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-aqjxot\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.aqjxot\nDeploy daemon haproxy.nfs.foo.smithi037.aqjxot ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:21:09.661376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.okoaur on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:22:14.130816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gganxc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc\nDeploy daemon haproxy.nfs.foo.smithi143.gganxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:15.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: cephadm 2023-11-15T04:22:14.128388+0000 mgr.smithi037.kdknfa (mgr.14182) 1561 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:15.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:15.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.gganxc ... 2023-11-15T04:22:15.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:15.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:15.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:15.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:22:15.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:22:15.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:22:15.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:22:15.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:22:15.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:15.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:15.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.gganxc ... 2023-11-15T04:22:15.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:15.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:15.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:15.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: cephadm 2023-11-15T04:22:14.129027+0000 mgr.smithi037.kdknfa (mgr.14182) 1562 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: audit 2023-11-15T04:22:14.129656+0000 mon.smithi037 (mon.0) 1043 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.gganxc"}]: dispatch 2023-11-15T04:22:15.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: cephadm 2023-11-15T04:22:14.130947+0000 mgr.smithi037.kdknfa (mgr.14182) 1563 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.gganxc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:15.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:15.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi143.gganxc ... 2023-11-15T04:22:15.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:15.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:15.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:15.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:15 smithi143 bash[29116]: cephadm 2023-11-15T04:22:14.133148+0000 mgr.smithi037.kdknfa (mgr.14182) 1564 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.vwulss on smithi037 2023-11-15T04:22:15.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: cephadm 2023-11-15T04:22:14.128388+0000 mgr.smithi037.kdknfa (mgr.14182) 1561 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:15.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:15.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.gganxc ... 2023-11-15T04:22:15.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:15.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:15.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:15.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:22:15.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:22:15.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:22:15.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:22:15.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:22:15.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:15.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:15.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.gganxc ... 2023-11-15T04:22:15.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:15.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:15.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:15.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: cephadm 2023-11-15T04:22:14.129027+0000 mgr.smithi037.kdknfa (mgr.14182) 1562 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: audit 2023-11-15T04:22:14.129656+0000 mon.smithi037 (mon.0) 1043 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi143.gganxc"}]: dispatch 2023-11-15T04:22:15.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: cephadm 2023-11-15T04:22:14.130947+0000 mgr.smithi037.kdknfa (mgr.14182) 1563 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi143.gganxc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:15.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc 2023-11-15T04:22:15.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:15.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc 2023-11-15T04:22:15.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi143.gganxc ... 2023-11-15T04:22:15.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:15.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:15.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:15.475 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:15.476 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:15 smithi037 bash[25974]: cephadm 2023-11-15T04:22:14.133148+0000 mgr.smithi037.kdknfa (mgr.14182) 1564 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi037.vwulss on smithi037 2023-11-15T04:22:15.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:16.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:16 smithi143 bash[29116]: cluster 2023-11-15T04:22:14.290005+0000 mgr.smithi037.kdknfa (mgr.14182) 1565 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:22:16.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:16 smithi143 bash[29116]: audit 2023-11-15T04:22:14.969663+0000 mgr.smithi037.kdknfa (mgr.14182) 1566 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:16.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:16 smithi037 bash[25974]: cluster 2023-11-15T04:22:14.290005+0000 mgr.smithi037.kdknfa (mgr.14182) 1565 : cluster [DBG] pgmap v1011: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:22:16.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:16 smithi037 bash[25974]: audit 2023-11-15T04:22:14.969663+0000 mgr.smithi037.kdknfa (mgr.14182) 1566 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:16.677 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:18 smithi143 bash[29116]: cluster 2023-11-15T04:22:16.291414+0000 mgr.smithi037.kdknfa (mgr.14182) 1567 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:22:18.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:18 smithi143 bash[29116]: audit 2023-11-15T04:22:17.903114+0000 mon.smithi037 (mon.0) 1044 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.vwulss"}]: dispatch 2023-11-15T04:22:18.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:18 smithi037 bash[25974]: cluster 2023-11-15T04:22:16.291414+0000 mgr.smithi037.kdknfa (mgr.14182) 1567 : cluster [DBG] pgmap v1012: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2023-11-15T04:22:18.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:18 smithi037 bash[25974]: audit 2023-11-15T04:22:17.903114+0000 mon.smithi037 (mon.0) 1044 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi037.vwulss"}]: dispatch 2023-11-15T04:22:19.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: cephadm 2023-11-15T04:22:17.902183+0000 mgr.smithi037.kdknfa (mgr.14182) 1568 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:19.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.401 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:19.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.vwulss ... 2023-11-15T04:22:19.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:19.402 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:19.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:19.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: Traceback (most recent call last): 2023-11-15T04:22:19.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:22:19.403 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: yield (conn, connr) 2023-11-15T04:22:19.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:22:19.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: code, '\n'.join(err))) 2023-11-15T04:22:19.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.404 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:19.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.405 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:19.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.vwulss ... 2023-11-15T04:22:19.406 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:19.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:19.407 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:19.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: cephadm 2023-11-15T04:22:17.902592+0000 mgr.smithi037.kdknfa (mgr.14182) 1569 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: cephadm 2023-11-15T04:22:17.904380+0000 mgr.smithi037.kdknfa (mgr.14182) 1570 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.vwulss on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:19.408 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stdout 2023-11-15T04:22:19.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: Deploy daemon haproxy.nfs.foo.smithi037.vwulss ... 2023-11-15T04:22:19.409 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:19.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:19.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:19.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.410 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: cephadm 2023-11-15T04:22:17.908395+0000 mgr.smithi037.kdknfa (mgr.14182) 1571 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.ykhcms on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:22:19.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: cephadm 2023-11-15T04:22:17.911758+0000 mgr.smithi037.kdknfa (mgr.14182) 1572 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.sgcfyu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:22:19.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: cluster 2023-11-15T04:22:17.913165+0000 mgr.smithi037.kdknfa (mgr.14182) 1573 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:22:19.411 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:19 smithi143 bash[29116]: cluster 2023-11-15T04:22:18.119800+0000 mon.smithi037 (mon.0) 1045 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:22:19.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: cephadm 2023-11-15T04:22:17.902183+0000 mgr.smithi037.kdknfa (mgr.14182) 1568 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:19.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.465 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:19.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.vwulss ... 2023-11-15T04:22:19.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:19.466 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:19.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:19.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: Traceback (most recent call last): 2023-11-15T04:22:19.467 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-15T04:22:19.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: yield (conn, connr) 2023-11-15T04:22:19.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-15T04:22:19.468 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: code, '\n'.join(err))) 2023-11-15T04:22:19.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:19.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.469 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:19.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.vwulss ... 2023-11-15T04:22:19.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:19.470 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:19.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:19.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: cephadm 2023-11-15T04:22:17.902592+0000 mgr.smithi037.kdknfa (mgr.14182) 1569 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: cephadm 2023-11-15T04:22:17.904380+0000 mgr.smithi037.kdknfa (mgr.14182) 1570 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi037.vwulss on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.471 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:19.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss 2023-11-15T04:22:19.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stdout 2023-11-15T04:22:19.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: /usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss 2023-11-15T04:22:19.472 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: Deploy daemon haproxy.nfs.foo.smithi037.vwulss ... 2023-11-15T04:22:19.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-15T04:22:19.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-15T04:22:19.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: stat: stderr See 'docker run --help'. 2023-11-15T04:22:19.473 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-15T04:22:19.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: cephadm 2023-11-15T04:22:17.908395+0000 mgr.smithi037.kdknfa (mgr.14182) 1571 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi037.ykhcms on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:22:19.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: cephadm 2023-11-15T04:22:17.911758+0000 mgr.smithi037.kdknfa (mgr.14182) 1572 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi143.sgcfyu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-15T04:22:19.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: cluster 2023-11-15T04:22:17.913165+0000 mgr.smithi037.kdknfa (mgr.14182) 1573 : cluster [DBG] pgmap v1013: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:22:19.474 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:19 smithi037 bash[25974]: cluster 2023-11-15T04:22:18.119800+0000 mon.smithi037 (mon.0) 1045 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-15T04:22:19.941 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:22:19.942 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:22:14.130816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gganxc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc\nDeploy daemon haproxy.nfs.foo.smithi143.gganxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:22:17.904165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.vwulss on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss\nDeploy daemon haproxy.nfs.foo.smithi037.vwulss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:22:17.908198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ykhcms on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:22:17.911579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sgcfyu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:20.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:21.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:21 smithi143 bash[29116]: cluster 2023-11-15T04:22:19.914704+0000 mgr.smithi037.kdknfa (mgr.14182) 1574 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:22:21.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:21 smithi143 bash[29116]: audit 2023-11-15T04:22:19.927329+0000 mgr.smithi037.kdknfa (mgr.14182) 1575 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:21.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:21 smithi037 bash[25974]: cluster 2023-11-15T04:22:19.914704+0000 mgr.smithi037.kdknfa (mgr.14182) 1574 : cluster [DBG] pgmap v1014: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2023-11-15T04:22:21.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:21 smithi037 bash[25974]: audit 2023-11-15T04:22:19.927329+0000 mgr.smithi037.kdknfa (mgr.14182) 1575 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T04:22:21.602 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:620f25c1794f62207424fc9319427943fb8d1fae shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-15T04:22:23.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:23 smithi143 bash[29116]: cluster 2023-11-15T04:22:21.916438+0000 mgr.smithi037.kdknfa (mgr.14182) 1576 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:22:23.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:23 smithi143 bash[29116]: audit 2023-11-15T04:22:22.080804+0000 mon.smithi037 (mon.0) 1046 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:22:23.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:23 smithi037 bash[25974]: cluster 2023-11-15T04:22:21.916438+0000 mgr.smithi037.kdknfa (mgr.14182) 1576 : cluster [DBG] pgmap v1015: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:22:23.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:23 smithi037 bash[25974]: audit 2023-11-15T04:22:22.080804+0000 mon.smithi037 (mon.0) 1046 : audit [INF] from='mgr.14182 172.21.15.37:0/2654809493' entity='mgr.smithi037.kdknfa' 2023-11-15T04:22:24.805 INFO:teuthology.orchestra.run.smithi037.stdout: 2023-11-15T04:22:24.805 INFO:teuthology.orchestra.run.smithi037.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-15T03:49:49.821919Z", "last_refresh": "2023-11-15T04:19:47.095109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-15T03:49:41.643188Z", "last_refresh": "2023-11-15T04:19:47.095440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-15T03:49:45.705208Z", "last_refresh": "2023-11-15T04:19:47.095754Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-15T04:21:09.663704Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.fnkdoi on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:22:14.130816Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi143.gganxc on smithi143: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi143-gganxc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi143.gganxc\nDeploy daemon haproxy.nfs.foo.smithi143.gganxc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi143 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:22:17.904165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi037.vwulss on smithi037: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy-nfs-foo-smithi037-vwulss\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-haproxy.nfs.foo.smithi037.vwulss\nDeploy daemon haproxy.nfs.foo.smithi037.vwulss ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi037 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-15T04:22:17.908198Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi037.ykhcms on smithi037: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-15T04:22:17.911579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi143.sgcfyu on smithi143: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9049, "virtual_ip": "10.0.31.37/16"}, "status": {"created": "2023-11-15T03:56:53.997705Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.37/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-15T03:49:39.643563Z", "last_refresh": "2023-11-15T04:19:47.094826Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:08.946517Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi037:172.21.15.37=smithi037", "smithi143:172.21.15.143=smithi143"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-15T03:51:08.941274Z", "last_refresh": "2023-11-15T04:19:47.094448Z", "running": 2, "size": 2}}, {"events": ["2023-11-15T03:56:53.994113Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-15T03:56:53.988818Z", "last_refresh": "2023-11-15T04:19:47.097423Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-15T03:49:47.763725Z", "last_refresh": "2023-11-15T04:19:47.096027Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-15T03:51:34.908170Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-15T03:51:34.901061Z", "last_refresh": "2023-11-15T04:19:47.096282Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-15T03:49:43.542419Z", "last_refresh": "2023-11-15T04:21:01.152107Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-15T03:56:48.248105Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-11-15T03:57:01.407778Z", "last_refresh": "2023-11-15T04:19:47.097296Z", "ports": [8800], "running": 2, "size": 2}}] 2023-11-15T04:22:25.213 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:25 smithi037 bash[25974]: cluster 2023-11-15T04:22:23.918403+0000 mgr.smithi037.kdknfa (mgr.14182) 1577 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:22:25.400 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:25 smithi143 bash[29116]: cluster 2023-11-15T04:22:23.918403+0000 mgr.smithi037.kdknfa (mgr.14182) 1577 : cluster [DBG] pgmap v1016: 225 pgs: 225 active+clean; 7.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2023-11-15T04:22:25.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-15T04:22:25.464 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T04:22:25.555 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d93706c3a54a459db72a7b45bb23e693 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/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_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-15T04:22:25.559 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-15T04:22:25.579 INFO:tasks.vip:Removing 10.0.15.37 (and any VIPs) on smithi037.front.sepia.ceph.com iface ens1f0... 2023-11-15T04:22:25.580 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip addr del 10.0.15.37/16 dev ens1f0 2023-11-15T04:22:25.602 DEBUG:teuthology.orchestra.run.smithi037:> sudo ip addr del 10.0.31.37/16 dev ens1f0 2023-11-15T04:22:25.657 INFO:teuthology.orchestra.run.smithi037.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T04:22:25.659 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T04:22:25.659 INFO:tasks.vip:Removing 10.0.15.143 (and any VIPs) on smithi143.front.sepia.ceph.com iface enp3s0f1... 2023-11-15T04:22:25.660 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr del 10.0.15.143/16 dev enp3s0f1 2023-11-15T04:22:25.680 DEBUG:teuthology.orchestra.run.smithi143:> sudo ip addr del 10.0.31.37/16 dev enp3s0f1 2023-11-15T04:22:25.741 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-15T04:22:25.741 INFO:teuthology.orchestra.run.smithi143.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-15T04:22:25.742 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T04:22:25.752 INFO:tasks.cephadm:Teardown begin 2023-11-15T04:22:25.753 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:22:25.769 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:22:25.800 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T04:22:25.801 DEBUG:teuthology.orchestra.run.smithi037:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T04:22:25.821 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T04:22:25.847 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T04:22:25.847 INFO:tasks.cephadm.mon.smithi037:Stopping mon.smithi037... 2023-11-15T04:22:25.849 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mon.smithi037 2023-11-15T04:22:26.065 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:25 smithi037 systemd[1]: Stopping Ceph mon.smithi037 for d0cdc05a-8369-11ee-8dbe-212e2dc638e7... 2023-11-15T04:22:26.065 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:25 smithi037 bash[117878]: Error response from daemon: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-mon.smithi037 2023-11-15T04:22:26.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:26 smithi037 bash[25974]: debug 2023-11-15T04:22:26.059+0000 7f74172d6700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi037 -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-11-15T04:22:26.464 INFO:journalctl@ceph.mon.smithi037.smithi037.stdout:Nov 15 04:22:26 smithi037 bash[25974]: debug 2023-11-15T04:22:26.059+0000 7f74172d6700 -1 mon.smithi037@0(leader) e2 *** Got Signal Terminated *** 2023-11-15T04:22:26.778 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mon.smithi037.service' 2023-11-15T04:22:26.809 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T04:22:26.810 INFO:tasks.cephadm.mon.smithi037:Stopped mon.smithi037 2023-11-15T04:22:26.810 INFO:tasks.cephadm.mon.smithi143:Stopping mon.smithi143... 2023-11-15T04:22:26.811 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mon.smithi143 2023-11-15T04:22:27.150 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:26 smithi143 systemd[1]: Stopping Ceph mon.smithi143 for d0cdc05a-8369-11ee-8dbe-212e2dc638e7... 2023-11-15T04:22:27.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:26 smithi143 bash[21306]: Error response from daemon: No such container: ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7-mon.smithi143 2023-11-15T04:22:27.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:27 smithi143 bash[29116]: debug 2023-11-15T04:22:27.008+0000 7f05e8608700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi143 -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-11-15T04:22:27.151 INFO:journalctl@ceph.mon.smithi143.smithi143.stdout:Nov 15 04:22:27 smithi143 bash[29116]: debug 2023-11-15T04:22:27.008+0000 7f05e8608700 -1 mon.smithi143@1(peon) e2 *** Got Signal Terminated *** 2023-11-15T04:22:27.922 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d0cdc05a-8369-11ee-8dbe-212e2dc638e7@mon.smithi143.service' 2023-11-15T04:22:27.963 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T04:22:27.963 INFO:tasks.cephadm.mon.smithi143:Stopped mon.smithi143 2023-11-15T04:22:27.964 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T04:23:32.048 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-15T04:24:24.387 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:24:24.406 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-15T04:24:24.419 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T04:24:24.422 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290/remote/ubuntu@smithi037.front.sepia.ceph.com/crash 2023-11-15T04:24:24.425 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T04:24:24.464 INFO:teuthology.orchestra.run.smithi037.stderr:tar: /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T04:24:24.464 INFO:teuthology.orchestra.run.smithi037.stderr:tar: Error is not recoverable: exiting now 2023-11-15T04:24:24.466 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290/remote/ubuntu@smithi143.front.sepia.ceph.com/crash 2023-11-15T04:24:24.467 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T04:24:24.481 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T04:24:24.482 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2023-11-15T04:24:24.483 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T04:24:24.483 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T04:24:24.522 INFO:teuthology.orchestra.run.smithi037.stderr:grep: /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T04:24:24.524 INFO:tasks.cephadm:Compressing logs... 2023-11-15T04:24:24.524 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:24:24.568 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:24:24.581 INFO:teuthology.orchestra.run.smithi037.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-15T04:24:24.581 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T04:24:24.582 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T04:24:24.583 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mon.smithi037.log 2023-11-15T04:24:24.583 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-15T04:24:24.587 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mon.smithi037.log: gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi037.aexuvr.log 2023-11-15T04:24:24.588 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-15T04:24:24.588 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi037.aexuvr.log: 75.6% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi037.aexuvr.log.gz 2023-11-15T04:24:24.588 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi037.kdknfa.log 2023-11-15T04:24:24.589 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-15T04:24:24.589 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-15T04:24:24.591 INFO:teuthology.orchestra.run.smithi143.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-15T04:24:24.592 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T04:24:24.592 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-15T04:24:24.592 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T04:24:24.593 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi143.wbmnko.log 2023-11-15T04:24:24.593 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-15T04:24:24.593 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi143.wbmnko.log: gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mon.smithi143.log 2023-11-15T04:24:24.593 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-15T04:24:24.594 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-15T04:24:24.594 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mon.smithi143.log: /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi143.tplwaq.log 2023-11-15T04:24:24.596 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: 93.5% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi143.wbmnko.log.gz 2023-11-15T04:24:24.598 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi037.kdknfa.log: /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: 92.5% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T04:24:24.599 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi143.tplwaq.log: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T04:24:24.599 INFO:teuthology.orchestra.run.smithi143.stderr: 75.6% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foorgw.smithi143.tplwaq.log.gz 2023-11-15T04:24:24.600 INFO:teuthology.orchestra.run.smithi037.stderr: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T04:24:24.601 INFO:teuthology.orchestra.run.smithi143.stderr: 92.5% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T04:24:25.001 INFO:teuthology.orchestra.run.smithi037.stderr: 89.9% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi037.kdknfa.log.gz 2023-11-15T04:24:25.013 INFO:teuthology.orchestra.run.smithi143.stderr: 92.9% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mon.smithi143.log.gz 2023-11-15T04:24:25.697 INFO:teuthology.orchestra.run.smithi037.stderr: 93.4% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-15T04:24:25.702 INFO:teuthology.orchestra.run.smithi037.stderr: 93.6% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-15T04:24:25.720 INFO:teuthology.orchestra.run.smithi037.stderr: 93.3% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-15T04:24:25.732 INFO:teuthology.orchestra.run.smithi143.stderr: 93.7% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-15T04:24:25.756 INFO:teuthology.orchestra.run.smithi143.stderr: 93.4% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-15T04:24:25.795 INFO:teuthology.orchestra.run.smithi143.stderr: 93.3% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-15T04:24:25.897 INFO:teuthology.orchestra.run.smithi037.stderr: 90.4% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-mon.smithi037.log.gz 2023-11-15T04:24:26.059 INFO:teuthology.orchestra.run.smithi143.stderr: 93.6% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-15T04:24:26.060 INFO:teuthology.orchestra.run.smithi143.stderr: 2023-11-15T04:24:26.060 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m1.487s 2023-11-15T04:24:26.061 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m5.279s 2023-11-15T04:24:26.061 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m0.210s 2023-11-15T04:24:26.429 INFO:teuthology.orchestra.run.smithi037.stderr: 93.5% -- replaced with /var/log/ceph/d0cdc05a-8369-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-15T04:24:26.431 INFO:teuthology.orchestra.run.smithi037.stderr: 2023-11-15T04:24:26.432 INFO:teuthology.orchestra.run.smithi037.stderr:real 0m1.860s 2023-11-15T04:24:26.432 INFO:teuthology.orchestra.run.smithi037.stderr:user 0m6.785s 2023-11-15T04:24:26.432 INFO:teuthology.orchestra.run.smithi037.stderr:sys 0m0.213s 2023-11-15T04:24:26.433 INFO:tasks.cephadm:Archiving logs... 2023-11-15T04:24:26.433 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290/remote/ubuntu@smithi037.front.sepia.ceph.com/log 2023-11-15T04:24:26.434 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T04:24:27.408 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290/remote/ubuntu@smithi143.front.sepia.ceph.com/log 2023-11-15T04:24:27.410 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T04:24:28.227 INFO:tasks.cephadm:Removing cluster... 2023-11-15T04:24:28.228 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 --force 2023-11-15T04:24:29.638 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d0cdc05a-8369-11ee-8dbe-212e2dc638e7 --force 2023-11-15T04:24:31.029 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T04:24:31.030 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T04:24:31.037 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T04:24:31.042 INFO:tasks.cephadm:Teardown complete 2023-11-15T04:24:31.043 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-15T04:24:31.059 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_1... 2023-11-15T04:24:31.061 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_1 2023-11-15T04:24:31.363 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T04:24:31.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:24:31.365 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_2... 2023-11-15T04:24:31.365 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_2 2023-11-15T04:24:31.671 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T04:24:31.672 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:24:31.672 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_3... 2023-11-15T04:24:31.673 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_3 2023-11-15T04:24:31.950 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T04:24:31.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:24:31.952 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi037:/dev/vg_nvme/lv_4... 2023-11-15T04:24:31.953 DEBUG:teuthology.orchestra.run.smithi037:> sudo nvme disconnect -n lv_4 2023-11-15T04:24:32.239 INFO:teuthology.orchestra.run.smithi037.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T04:24:32.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:24:32.240 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2023-11-15T04:24:32.241 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/scratch_devs 2023-11-15T04:24:32.255 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_1... 2023-11-15T04:24:32.255 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_1 2023-11-15T04:24:32.570 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-15T04:24:32.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:24:32.572 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_2... 2023-11-15T04:24:32.573 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_2 2023-11-15T04:24:32.897 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:24:32.898 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-15T04:24:32.899 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_3... 2023-11-15T04:24:32.900 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_3 2023-11-15T04:24:33.221 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-15T04:24:33.222 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:24:33.223 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi143:/dev/vg_nvme/lv_4... 2023-11-15T04:24:33.224 DEBUG:teuthology.orchestra.run.smithi143:> sudo nvme disconnect -n lv_4 2023-11-15T04:24:33.529 INFO:teuthology.orchestra.run.smithi143.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-15T04:24:33.531 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:24:33.532 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-11-15T04:24:33.532 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/scratch_devs 2023-11-15T04:24:33.548 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T04:24:33.563 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T04:24:33.564 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T04:24:33.571 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T04:24:33.588 INFO:teuthology.orchestra.run.smithi037.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T04:24:33.589 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================== 2023-11-15T04:24:33.589 INFO:teuthology.orchestra.run.smithi037.stdout:*hv01.front.sepi 44.4.53.2 2 u 13 64 377 0.104 4.777 1.346 2023-11-15T04:24:33.589 INFO:teuthology.orchestra.run.smithi037.stdout:+hv02.front.sepi 96.245.170.99 3 u 3 64 377 0.104 5.946 2.210 2023-11-15T04:24:33.590 INFO:teuthology.orchestra.run.smithi037.stdout:+hv03.front.sepi 74.6.168.72 3 u 6 64 377 0.103 3.211 1.390 2023-11-15T04:24:33.590 INFO:teuthology.orchestra.run.smithi037.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-15T04:24:33.612 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2023-11-15T04:24:33.613 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2023-11-15T04:24:33.613 INFO:teuthology.orchestra.run.smithi143.stdout:*hv01.front.sepi 44.4.53.2 2 u 74 128 377 0.097 0.330 0.066 2023-11-15T04:24:33.613 INFO:teuthology.orchestra.run.smithi143.stdout:+hv02.front.sepi 96.245.170.99 3 u 75 128 377 0.097 -0.566 0.063 2023-11-15T04:24:33.614 INFO:teuthology.orchestra.run.smithi143.stdout:+hv03.front.sepi 74.6.168.72 3 u 15 128 377 0.098 -1.102 0.049 2023-11-15T04:24:33.614 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-15T04:24:33.616 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T04:24:33.627 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T04:24:33.628 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T04:24:33.645 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T04:24:33.675 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T04:24:33.721 INFO:teuthology.task.internal:Duration was 2540.585548 seconds 2023-11-15T04:24:33.722 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T04:24:33.749 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T04:24:33.749 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T04:24:33.753 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T04:24:33.805 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T04:24:33.805 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2023-11-15T04:24:33.806 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:24:33.818 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2023-11-15T04:24:33.819 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:24:33.832 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T04:24:33.834 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T04:24:33.871 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T04:24:33.934 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T04:24:33.934 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T04:24:33.937 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T04:24:34.081 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T04:24:34.092 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T04:24:34.093 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T04:24:34.108 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T04:24:34.124 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T04:24:34.137 DEBUG:teuthology.orchestra.run.smithi037:> 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-11-15T04:24:34.152 DEBUG:teuthology.orchestra.run.smithi143:> 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-11-15T04:24:34.161 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2023-11-15T04:24:34.178 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2023-11-15T04:24:34.217 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:24:34.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:24:34.236 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T04:24:34.266 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T04:24:34.267 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T04:24:34.279 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T04:24:34.280 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290/remote/smithi037 2023-11-15T04:24:34.281 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T04:24:34.321 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290/remote/smithi143 2023-11-15T04:24:34.322 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T04:24:34.361 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T04:24:34.362 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T04:24:34.366 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T04:24:34.399 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T04:24:34.419 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T04:24:34.420 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T04:24:34.438 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T04:24:34.439 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T04:24:34.442 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T04:24:34.447 INFO:teuthology.orchestra.run.smithi037.stdout: 659549 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 04:24 /home/ubuntu/cephtest 2023-11-15T04:24:34.450 INFO:teuthology.orchestra.run.smithi143.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 04:24 /home/ubuntu/cephtest 2023-11-15T04:24:34.459 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T04:24:34.472 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T04:24:34.522 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T04:24:34.555 DEBUG:teuthology.nuke:shortname: smithi037 2023-11-15T04:24:34.556 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T04:24:34.585 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290', '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-11-15 03:33:47.913212', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-11-15T04:24:34.590 DEBUG:teuthology.nuke:shortname: smithi143 2023-11-15T04:24:34.590 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T04:24:34.615 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458290', '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-11-15 03:33:47.911473', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2023-11-15T04:24:34.649 INFO:teuthology.orchestra.console.smithi037:Power off 2023-11-15T04:24:34.651 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T04:24:34.704 INFO:teuthology.orchestra.console.smithi143:Power off 2023-11-15T04:24:34.705 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T04:24:34.729 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2023-11-15T04:24:34.730 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:24:34.747 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2023-11-15T04:24:34.747 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:24:34.763 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-11-15T04:24:34.780 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-15T04:24:38.765 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:24:38.781 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:24:38.878 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-11-15T04:24:38.893 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-15T04:24:42.882 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:24:42.894 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:24:42.995 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2023-11-15T04:24:43.009 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-11-15T04:24:46.998 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:24:47.010 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T04:24:47.109 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2023-11-15T04:24:47.122 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2023-11-15T04:24:47.210 INFO:teuthology.orchestra.console.smithi037:Power off completed 2023-11-15T04:24:47.225 INFO:teuthology.orchestra.console.smithi143:Power off completed 2023-11-15T04:24:47.329 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 2540.585548400879 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=d93706c3a54a459db72a7b45bb23e693 status: fail success: false 2023-11-15T04:24:47.330 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T04:24:47.433 INFO:teuthology.run:FAIL